Request
Set this if you want to retrieve a specific job.
Use this field to retrieve multiple specific jobs.
day
is optional and defaults to today. To retrieve jobs with no date assigned, set day:0
.
To specifically ignore the day
field, set day:-1
.To retrieve jobs that are not assigned to a worker, set
worker:""
. To request all jobs for all workers for a specific date, set worker:"*"
.team
is an optional filter to only request jobs for a specific team.Optional filter to request a specific job.
Optional filter to request multiple specific jobs.
progressSuccess
is an optional filter to only retrieve jobs that are marked as successfully completed. For this, set the value to 1
, else set it either to 0
or do not set the field at all.progressActive
is an optional filter to only retrieve jobs that are not marked as completed (neither success nor issue). For this, set the value to 1
, else set it either to 0
or do not set the field at all.