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": "8f5767be-880a-4903-b0e8-c010b02bf4c7",
    "Value": "sample string 2"
  },
  {
    "Key": "e608a012-f57e-4957-8bab-a7bfe875feee",
    "Value": "sample string 2"
  }
]