GET users/languages
Function returns languages.
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, Administrator
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
key - language id, value - language name
Collection of Pair of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": "487591d6-cf3c-40d6-8291-f31759fbb9ac",
"Value": "sample string 2"
},
{
"Key": "7d3a7c26-5374-4c76-83fc-3f025b05e7f4",
"Value": "sample string 2"
}
]