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": "6c9de1c3-3120-4afb-961c-0dbb6a14e016",
    "Value": "sample string 2"
  },
  {
    "Key": "6fd5b478-89a0-4aad-9386-ec0513e80577",
    "Value": "sample string 2"
  }
]