GET api/Languages/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Language| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Flag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "515e4a31-6251-4d34-b1a5-6cdc5b831743",
"name": "sample string 2",
"code": "sample string 3",
"flag": "sample string 4"
}