v1
latestOpenAPI 3.0.02026-07-26866217.8 KBTask
Query Staffs
You can query schedule staffs (cleaners / operators / receptionists, etc.) by making a request to this endpoint.
get/staffs
Query parameters
offsetinteger
The starting point from which to begin returning results.
limitinteger
The maximum number of results to return. The maximum value is 100.
idinteger
The id of the staff.
is_active0 | 1
Filter staffs by active state. 1: active only, 0: inactive only.
Response
A list of staffs with their details
Example response
{
"error_msg": "Done."
}