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": "398e0d2e-31e9-4b30-b98b-1335ac8dd2ac",
"Value": "sample string 2"
},
{
"Key": "7f2799f8-92ca-4eca-bad7-89fb079aced7",
"Value": "sample string 2"
}
]