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": "de1b38a7-0fae-496b-822b-28394a367b9c",
"Value": "sample string 2"
},
{
"Key": "4b1b1a5f-3b17-4f13-ab42-4470e5b1599b",
"Value": "sample string 2"
}
]