Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Resource information

URLhttps://api.softnetsport.com/v2/events/{event_id}/providers
XSDhttps://api.softnetsport.com/assets/API/docs/xsd/events.providers.xsd
MethodGET

Description

Returns all provider event related to our event id.
Cache30 seconds
Authorization requiredYes

Method parameters

NameTypeDescription
id xsd:intId of event

Query parameters

NameTypeDescription
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section
pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page

Method calling examples

LinkDescription
https://api.softnetsport.com/v2/events/{event_id}/providers?token={{YOUR_TOKEN}}Returns a list of all events in JSON format

Output elements

.events
..event
provider_idThe unique identifier of provider.
provider_nameThe name of provider.
sport_idThe unique identifier of sport.
provider_event_idThe unique identifier of providers event.
event_idThe our unique identifier of event.
event_nameOur name of event.
start_dateThe event start date.
competition_nameOur competition name.
competition_season_idOur unique season identifier.
stage_idOur unique stage identifier.
group_idOur unique group identifier.
round_idOur unique round identifier.
round_nameOur round name.
dayDay of the event
event_status_idUnique event status identifier.
event_status_nameThe event status name.
event_status_short_nameThe event status short name.
home_idThe home participant identifier.
away_idThe away participant identifier.
home_nameThe home participant name.
away_nameThe away participant name.
our_home_idOur home participant identifier.
our_away_idOur away participant identifier.
our_home_nameOur home participant name.
our_away_nameOur away participant name.
our_start_dateOur event start date.
verify_lvl

Type of verify level. Possible values:

  • date
  • system
  • hand
urlData url.
ctInformation about the date and time of when the event record was created. Format UNIX_TIMESTAMP
utInformation about the date and time of when the event record was last updated. Format UNIX_TIMESTAMP
...results
....result_id
results_array

Can be different for each sport

...details
....detail_id
details_arrayCan be different for each sport

identifier

  • No labels