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": "466445c9-1af9-4623-a58d-b0192f6d09f4",
"Value": "sample string 2"
},
{
"Key": "876499db-7ab2-4fa6-b8d2-6f0bc1737f13",
"Value": "sample string 2"
}
]