List all Jobs
Filtering
This endpoint supports result filtering. For more information on how to filter this request, go here.
OAuth Scope
This endpoint requires the following OAuth scope read_jobs.
Response
An array of Jobs
Example response
[
{
"created_by_staff_uuid": "123e4567-23ec-4462-bee3-23f949ed284b",
"date": "YYYY-MM-DD",
"company_uuid": "123e4567-1e80-4b40-ae96-23f94a2e5b3b",
"payment_date": "2026-03-01 12:00:00",
"payment_actioned_by_uuid": "123e4567-764a-4868-9a03-23f94df4c6db",
"category_uuid": "123e4567-3240-4ca3-9b58-23f94e0fc73b",
"invoice_sent_stamp": "2026-03-01 12:00:00",
"queue_uuid": "123e4567-48c4-42ab-8966-23f94bb4942b",
"queue_expiry_date": "2026-03-01 12:00:00",
"queue_assigned_staff_uuid": "123e4567-4ef4-4d41-859d-23f94831bd3b",
"quote_date": "2026-03-01 12:00:00",
"quote_sent_stamp": "2026-03-01 12:00:00",
"work_order_date": "2026-03-01 12:00:00",
"uuid": "123e4567-3be0-4db3-9ec1-23f94b16af9b",
"edit_date": "2026-03-01 12:00:00",
"payment_processed_stamp": "2026-03-01 12:00:00",
"payment_received_stamp": "2026-03-01 12:00:00",
"completion_date": "2026-03-01 12:00:00",
"completion_actioned_by_uuid": "123e4567-39cc-4284-a77c-23f9428e6feb",
"unsuccessful_date": "2026-03-01 12:00:00",
"job_is_scheduled_until_stamp": "2026-03-01 12:00:00"
}
]Changes
Changed in 2 of the 50 revisions of this API.484
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ▲
the
items/geo_is_validresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
items/invoice_sentresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
items/payment_processedresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
items/payment_receivedresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ●
added the new
0.00enum value to theitems/geo_is_validresponse property for the response status200response-property-enum-value-added
- ●
added the new
0.00enum value to theitems/invoice_sentresponse property for the response status200response-property-enum-value-added
- ●
added the new
0.00enum value to theitems/payment_processedresponse property for the response status200response-property-enum-value-added
- ●
added the new
0.00enum value to theitems/payment_receivedresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theitems/geo_is_validresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theitems/invoice_sentresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theitems/payment_processedresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theitems/payment_receivedresponse property for the response status200response-property-enum-value-added
- ▲