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": "9797570a-f87c-4b0e-9db8-0b292f3cca16",
    "Value": "sample string 2"
  },
  {
    "Key": "904f0182-7e36-498f-a42b-be4480d14417",
    "Value": "sample string 2"
  }
]