予約›ジョブリクエスト一覧の取得
ジョブリクエスト一覧の取得
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.
引数
status_keysstringquery任意
カンマ区切りのステータススラッグ
statusstringquery任意
active(デフォルト)| archived | all
customer_idstringquery任意
顧客の UUID
technician_idstringquery任意
テクニシャンの UUID
scheduled_fromstringquery任意
開始日時で絞り込みます(YYYY-MM-DD または RFC3339)。範囲は [from, to) です
scheduled_tostringquery任意
終了日時で絞り込みます(YYYY-MM-DD または RFC3339)。終端は含まれません
qstringquery任意
short_code または description を検索します(大文字小文字を区別しない部分一致)
sortstringquery任意
並び順キー
pageintegerquery任意
ページ番号
limitintegerquery任意
ページサイズ
GET/v1/job-requests
curl -X GET "https://api.crisphive.com/v1/job-requests" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer