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": "757f7800-dc36-411c-899b-1ccdc9038f7c", "Value": "sample string 2" }, { "Key": "568aab39-f5f5-4ac2-86e2-4e7383b52d57", "Value": "sample string 2" } ]