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 12 Next »

Description

Returns incidents for events from all sport disciplines. By default output data includes incidents for all sports sorted by id.

Package

This method is included in SCOUTSFEED package.

Parameters

Optional
Data type
Description
langxsd:string

Determines language for output data. Possible values: en, pl

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 50. Possible values: 5, 10, 25, 50, 100, 250, 500

sport_idxsd:intIdentifier of sport. Allows to filter incidents for selected sport. Possible values: 0,1,2,3,4... etc.
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

Method calling examples:

link
result description
https://api.softnetsport.com/v2/incidents.xmlreturns list of all incidents

https://api.softnetsport.com/v2/incidents.xml?sport_id=1

returns list of incidents which are used in basketball

Output elements

.incident
incidents for events
idUnique identifier for incident
nameName of incident
important_for_traderDetermines if incident is important for traders.
sport_idIdentifier for sport which incident concern.
  • No labels