Versions Compared

Key

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

...

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

Description

Returns all incidents from the a single event.
PackageThis resource is included in the SCOUTSFEED package
Cache0 seconds
Authorization requiredYes

...

NameTypeDescription
tokenxsd:string

REQUIRED. More information concerning oAuth token: oAuth 2.0 authorization

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page.
limitxsd:int

Determines maximum number of returned records on page. Used in paginated data. Default value is 500

Possible values: 5, 10, 25, 50, 100, 250, 500

importantxsd:string

Determines if incident is important fe.eg: goals, cards, substitution. By default all types are included.

Allowed values:

  • yes - returns only important incidents
  • no - returns only not important incidentsall incident types
important_for_traderxsd:string

Determines type of incidents (if is important for trader). By default all types are included.
Allowed values:

  • yes - returns only incidents important for trader
  • no - returns only incidents not important for trader
timestampxsd:unix_timestampSelection date, format UNIX_TIMESTAMP. Only incidents occured that occurred after this timestamp will be returned.
timestamp_toxsd:unix_timestampSelection date, format UNIX_TIMESTAMP. Only incidents occured that occurred before this timestamp will be returned.

...

Link
Description
https://api.softnetsport.com/v2/feed/6367.xml?token={{YOUR_TOKEN}}Returns all incidents from the last 24 hours for the selected event in XML format
https://api.softnetsport.com/v2/feed/6367?token={{YOUR_TOKEN}}Returns all incidents from the last 24 hours for the selected event in JSON format

...