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": "0857ff98-696e-4e68-9e4e-97d0394b8bb7",
    "Value": "sample string 2"
  },
  {
    "Key": "1bbbeda5-47d4-47a3-9951-13b9ef8c318d",
    "Value": "sample string 2"
  }
]