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": "349fee01-a7ab-47d5-9a47-d1d5fe7f5fa3",
"Value": "sample string 2"
},
{
"Key": "6014478a-fe54-4fd1-8afb-2e0773e35324",
"Value": "sample string 2"
}
]