v1
latestOpenAPI 3.0.02026-07-26866217.8 KBQuery Tasks
You can query schedule tasks (cleaning / maintain / reception / housekeeping / others) by making a request to this endpoint.
Query parameters
Internal id of a specific task. When supplied, returns at most one entry (the matching task under the current operator).
The starting point from which to begin returning results.
The maximum number of results to return. The maximum value is 100.
The start of the expected date range to filter tasks by. The date format is YYYY-MM-DD. start_date and end_date must be supplied together.
The end of the expected date range to filter tasks by. The date format is YYYY-MM-DD. start_date and end_date must be supplied together.
Filter tasks assigned to the given staff id.
Filter tasks under the given property id.
Filter tasks by type.
Filter tasks by status.
Response
A list of tasks with their details
Example response
{
"error_msg": "Done."
}