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 8 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_id
group_id
round_id
round_name
day
event_status_id
event_status_name
event_status_short_name
home_id
away_id
home_name
away_name
our_home_id
our_away_id
our_home_name
our_away_name
our_start_date
verify_lvl
url
...results
....result_id
results_array

Can be different for each sport

...details
....detail_id
details_arrayCan be different for each sport
  • No labels