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": "cb3640dc-1afc-41de-9b10-fa13e993ed73",
    "Value": "sample string 2"
  },
  {
    "Key": "aa2f2ef8-e761-4ea2-96f6-e4ebd21eeccb",
    "Value": "sample string 2"
  }
]