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
LanguageName | 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": "8cc2d5e6-4bcd-4891-a543-270084c258ec", "name": "sample string 2", "code": "sample string 3", "flag": "sample string 4" }