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 »

Description

Returns incidents for events from all sport disciplines.

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 maximum number of returned records. Used in paginated data. Default value is 500
limitxsd:int

Determines offset of paginated data. Default value is 0. 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

Output

The output contains incidents which may occur in events. By default output data includes incidents for all kind of sports sorted by id.

XML example

 

Method calling examples:

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

https://api.softnetsport.com/v2/incidents?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