Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource information

URLhttps://api.softnetsport.com/v2/events/{event_id}/stats
XSD 
MethodGET

Description

Update details for event.
Authorization requiredYes

Parameters

NameData typeDescription
event_idxsd:intREQUIRED. The requested event identifier
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section

Output elements

.data
 
..statsAll participant or lineups for event
idThe identifier for object e.g participant(team)/lineup(person)
typeType of object e.g team/person
...statsList of stats
idStats/result identifier
column_nameName of column in database or input element
valueStats value

Sample curl call

Request
 Parameters
curl -X GET -H "https://api.softnetsport.com/v2/events/{event_id}/stats?token={token}"

token, event_id