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": "f675f51f-58fb-47c8-8f4d-c3d132a86c1a",
"Value": "sample string 2"
},
{
"Key": "882bcb21-8173-4830-b4a4-31eb6e3a3e5f",
"Value": "sample string 2"
}
]