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 languages used in the softnetSPORT API service to which returned data can be translated. By default output data includes languages sorted by id.

Package

This method is included ALL packages.

Parameters

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

Method calling examples

Link
Description
https://api.softnetsport.com/v2/languages.xmlReturns list of all languages in XML format
https://api.softnetsport.com/v2/languagesReturns list of all languages in XML format

Output elements

.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
  • No labels