Versions Compared

Key

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

...

NameTypeDescription
usernamexsd:stringREQUIRED. Assigned to you by the softnetSPORT administrator
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 250

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

timestampxsd:unix_timestampSelection date, format UNIX_TIMESTAMP. Only changes which occured or was updated after this timestamp will be returned

Method calling examples

Link
Description
https://api.softnetsport.com/v2/languages.xml?username=softnetsportReturns list of all languages in XML format
https://api.softnetsport.com/v2/languages?username=softnetsportReturns list of all languages in XML format

Output elements

.languages
 
..language
 
idUnique identifier for the language
codeTwo character language code
nameName of the language
original_nameName of the language translated in this language eg. for German language original name is Deutsch
active

Status for the language. Possible values:

  • yes - supported language
  • no - currently not supported. The language will be supported in the near future
utInformation about date and time when the competition record was last updated. Format UNIX_TIMESTAMP