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": "cb5cda52-f00a-4693-8e95-a5d3a165e8aa",
"Value": "sample string 2"
},
{
"Key": "1c80323a-7b8c-407f-b3d2-b53ef292b120",
"Value": "sample string 2"
}
]