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": "693fed07-58eb-4bbe-8de2-51fb3c3fa4fe",
    "Value": "sample string 2"
  },
  {
    "Key": "3236fe8c-744e-4557-b38d-edda14a2702e",
    "Value": "sample string 2"
  }
]