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": "f1101d3a-2c22-40be-bcc9-6561d683d3d7",
    "Value": "sample string 2"
  },
  {
    "Key": "ddaf3a34-1b14-4dd4-a984-62111ed79b88",
    "Value": "sample string 2"
  }
]