Get Supervisors

GET /supervisors

Get a list of all the supervisors

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /supervisors
curl \
 -X GET https://hostname/supervisors
Response examples (200)
[
  {
    "id": "string",
    "name": "Phil Sturgeon"
  }
]