GET admin/lookups/foreign-languages/{id}
Request Information
Authorize
AdminURI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ForeignLanguage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 1 and 100 |
|
| SortOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"sortOrder": 3
}
application/xml, text/xml
Sample:
<ForeignLanguage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Corpora.Domain"> <ID>1</ID> <Name>sample string 2</Name> <SortOrder>3</SortOrder> </ForeignLanguage>