GET api/{database}/LanguageInfo/{languageId}

Gets the specified LanguageInfo.



Request Information

Parameters

NameDescriptionAdditional information
languageId The languageId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "description": "sample string 1",
  "ficheLanguage": 1,
  "isoCode": "sample string 2",
  "languageId": "sample string 3"
}

application/xml, text/xml

Sample:
<LanguageInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Info">
  <Description>sample string 1</Description>
  <FicheLanguage>1</FicheLanguage>
  <IsoCode>sample string 2</IsoCode>
  <LanguageId>sample string 3</LanguageId>
</LanguageInfo>