Versions Compared

Key

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

...

NameTypeDescription
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section
langxsd:string

Determines language for the output data 

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitlevelxsd: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

timestampxsd:unix_timestampSelection date, format UNIX_TIMESTAMP. Only changes in stages that occurred or were updated after this timestamp will be returnedstringDetermines level type. If you pass "all" you return all ranges with all level type.
season_idxsd:intDetermines 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

...