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": "b15e2b10-38ca-4c6a-aca7-3603cc3e5a85",
"Value": "sample string 2"
},
{
"Key": "2a3c2741-1bed-4427-a8b0-200403105b11",
"Value": "sample string 2"
}
]