...
Name | Type | Description | ||||
---|---|---|---|---|---|---|
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section | ||||
lang | xsd:string | Determines language for the output data | ||||
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page | ||||
limitlevel | xsd: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 | timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes in stages that occurred or were updated after this timestamp will be returnedstring | Determines level type. If you pass "all" you return all ranges with all level type. |
season_id | xsd:int | Determines level type. If you pass "all" you return all ranges with all level type. |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/ranges?token={{YOUR_TOKEN}} | Returns the rounds in JSON format |
...