GET users/motivations

Function returns motivations.

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 - motivation id, value - motivation name

Collection of Pair of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "483ca4b5-9f63-423b-83bd-e92f48bd36d6",
    "Value": "sample string 2"
  },
  {
    "Key": "ed3347bd-871b-4d68-813c-351d6cbf1bb5",
    "Value": "sample string 2"
  }
]