GET api/applanguage/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppLanguageDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| LanguageName | string |
None. |
|
| Code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "57365d46-a925-47ab-bf2a-f58bd9050d58",
"LanguageName": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<AppLanguageDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models"> <Code>sample string 4</Code> <Id>1</Id> <LanguageName>sample string 3</LanguageName> <RowGuid>57365d46-a925-47ab-bf2a-f58bd9050d58</RowGuid> </AppLanguageDisplay>