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": "0951cfc6-cb8b-48ad-a90d-efe8f6d581d2", "Value": "sample string 2" }, { "Key": "3a48b152-87f3-4429-bf98-98c623efd805", "Value": "sample string 2" } ]