GET api/languages

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of API.Domain.Models.Language
NameDescriptionTypeAdditional information
Name

string

Max length: 256

Id

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "id": "bd52cf3b-bb13-4fb1-84a5-4b230a7066c2"
  },
  {
    "name": "sample string 1",
    "id": "bd52cf3b-bb13-4fb1-84a5-4b230a7066c2"
  }
]

text/html

Sample:
[{"name":"sample string 1","id":"bd52cf3b-bb13-4fb1-84a5-4b230a7066c2"},{"name":"sample string 1","id":"bd52cf3b-bb13-4fb1-84a5-4b230a7066c2"}]