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": "bb4d428c-e2ee-4760-ac25-1a48d195a8fa",
"Value": "sample string 2"
},
{
"Key": "d1051c06-e8b6-403f-a80e-4fa033117886",
"Value": "sample string 2"
}
]