GET users/professions
Function returns professions.
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 - profession id, value - profession name
Collection of Pair of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
[ { "Key": "33b5bb9b-85e0-42c8-8c93-8e2aa4a991af", "Value": "sample string 2" }, { "Key": "351b6d17-ebf8-4537-a855-755a3a927b44", "Value": "sample string 2" } ]