Bookings›List job requests
List job requests
Paginated list of the business's bookings (work orders) with dispatch-oriented filters: workflow status, customer, assigned technician, scheduled date range and free-text search over code/description.
Arguments
status_keysstringqueryoptional
Comma-separated status slugs
statusstringqueryoptional
active (default) | archived | all
customer_idstringqueryoptional
Customer UUID
technician_idstringqueryoptional
Technician UUID
scheduled_fromstringqueryoptional
Filter from (YYYY-MM-DD = start of that day in the business timezone, or RFC3339); range is [from, to)
scheduled_tostringqueryoptional
Filter to (YYYY-MM-DD = end of that day in the business timezone, or RFC3339), exclusive
qstringqueryoptional
Search short_code or description (case-insensitive, partial match)
sortstringqueryoptional
Sort key
pageintegerqueryoptional
Page number
limitintegerqueryoptional
Page size
GET/v1/job-requests
curl -X GET "https://api.crisphive.com/v1/job-requests" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer