GET api/languages
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.Models.Language| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Max length: 256 |
|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": "3f048516-1454-48d4-bf54-f493d13109d3"
},
{
"name": "sample string 1",
"id": "3f048516-1454-48d4-bf54-f493d13109d3"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"3f048516-1454-48d4-bf54-f493d13109d3"},{"name":"sample string 1","id":"3f048516-1454-48d4-bf54-f493d13109d3"}]