Languages
Get a list of languages
Returns all the Languages from the system that the user has access to.
Authorizations
x-api-keystringRequired
Responses
200
200 response
application/json
get
/languagesGET /languages HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
200
200 response
{
"count": "text",
"items": [
{
"pk": "text",
"id": "text",
"name": "text"
}
]
}Last updated
Was this helpful?