GET api/Languages
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "aadd1ecf-d7c2-4e08-aa12-7fac3c150918", "name": "sample string 2", "code": "sample string 3", "flag": "sample string 4" }, { "id": "aadd1ecf-d7c2-4e08-aa12-7fac3c150918", "name": "sample string 2", "code": "sample string 3", "flag": "sample string 4" } ]