crisphive
RéservationsLister les demandes d'intervention

Lister les demandes d'intervention

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_keysstringqueryoptionnel
Slugs de statut séparés par des virgules
statusstringqueryoptionnel
active (par défaut) | archived | all
customer_idstringqueryoptionnel
UUID du client
technician_idstringqueryoptionnel
UUID du technicien
scheduled_fromstringqueryoptionnel
Filtrer à partir de (YYYY-MM-DD ou RFC3339) ; la plage est [from, to)
scheduled_tostringqueryoptionnel
Filtrer jusqu'à (YYYY-MM-DD ou RFC3339), borne exclue
qstringqueryoptionnel
Recherche sur short_code ou description (insensible à la casse, correspondance partielle)
sortstringqueryoptionnel
Clé de tri
pageintegerqueryoptionnel
Numéro de page
limitintegerqueryoptionnel
Taille de page
GET/v1/job-requests
curl -X GET "https://api.crisphive.com/v1/job-requests" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Réponses