GET users/nationalities

Function returns nationalities.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

key - nationality id, value - nationality name

Collection of Pair of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "18402282-34f7-45a0-8df9-9b58c5ba5452",
    "Value": "sample string 2"
  },
  {
    "Key": "8c1f825f-dd58-42b4-888a-60edba1e05f4",
    "Value": "sample string 2"
  }
]