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": "83eea2c1-62ef-4f86-85db-623cea289cec",
"Value": "sample string 2"
},
{
"Key": "dfefdbbd-d8e1-454c-9371-120e40df4477",
"Value": "sample string 2"
}
]