v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Fetch Employees with Form Review or Supervisor Access

This API retrieves a list of employees who have the necessary permissions to review a form or act as a supervisor

get/v1/Centers/{center_id}/employees/flat_file?employee_id={employee_id}&filter_by=is_forms_review_enabled&expand=is_supervisor

Query parameters

center_idstring

Unique identifier of the center where the employee has review or supervisor access

employee_idstring

Unique identifier of the employee

Response

200

OR

Example response

{
  "employees": [
    {
      "id": "f89eed2c-c8c1-4556-aab5-ea1f3479ff3d",
      "name": "dev_&qareadydf# owner& owner_#&",
      "is_supervisor": true
    }
  ]
}