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": "bfeb7b97-b7e1-4418-a652-af4db79d2249",
    "Value": "sample string 2"
  },
  {
    "Key": "869feafc-6f95-4e42-955b-def39293ba68",
    "Value": "sample string 2"
  }
]