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": "fba24d7d-b654-4c5f-85f8-fafe1c46a505",
    "Value": "sample string 2"
  },
  {
    "Key": "0f89f83a-bc0a-4750-9d69-58b5745c160b",
    "Value": "sample string 2"
  }
]