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": "1a7f3bd4-174f-4c90-9ca4-08d276b84e0d",
    "Value": "sample string 2"
  },
  {
    "Key": "8065dfbb-8c3d-47ee-bc5a-1b46499b8918",
    "Value": "sample string 2"
  }
]