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": "1d76afae-f982-475b-854f-a6189faf59df",
    "Value": "sample string 2"
  },
  {
    "Key": "7cc5a253-392b-44d6-91b7-31d7c311fe8a",
    "Value": "sample string 2"
  }
]