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": "b469b76f-9bb6-4525-a50c-73efc5c4dd63",
"Value": "sample string 2"
},
{
"Key": "97a0269c-8557-4bd7-bc90-582743d65bfb",
"Value": "sample string 2"
}
]