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": "db657a32-a6c5-4953-b516-bb3e6e8cc7d3",
    "Value": "sample string 2"
  },
  {
    "Key": "696d1791-16c4-4ac9-b75e-4c63d9e7d62e",
    "Value": "sample string 2"
  }
]