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": "973af8fa-0ca7-458d-985f-f098cddcc476"
},
{
"name": "sample string 1",
"id": "973af8fa-0ca7-458d-985f-f098cddcc476"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"973af8fa-0ca7-458d-985f-f098cddcc476"},{"name":"sample string 1","id":"973af8fa-0ca7-458d-985f-f098cddcc476"}]