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": "71853b44-fe66-4d98-b306-abc9623422ff",
    "Value": "sample string 2"
  },
  {
    "Key": "0e3e6f5a-a29b-4efc-abb9-bbbf2729828f",
    "Value": "sample string 2"
  }
]