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": "db4da394-ce36-412a-8d0b-c59ac7905a7b",
    "Value": "sample string 2"
  },
  {
    "Key": "6c4b83bd-7234-4fd0-8b11-9ddeb13bfac6",
    "Value": "sample string 2"
  }
]