予約›ジョブリクエスト一覧の取得
ジョブリクエスト一覧の取得
ビジネスの予約(ワークオーダー)の、ディスパッチ向けフィルター付きページネーション対応一覧です: ワークフローステータス、顧客、割り当てテクニシャン、予定日範囲、code/description の全文検索で絞り込めます。これはスケジュール照会でもあります: technician_id と scheduled_from/scheduled_to を組み合わせると、あるテクニシャンの 1 日または 1 週間の予定を取得できます(例:「Alex は明日何をしている?」)。日付範囲のみを指定すればチーム全体のカレンダーになります。
引数
status_keysstringquery任意
カンマ区切りのステータススラッグ
statusstringquery任意
active(デフォルト)| archived | all
prioritystringquery任意
優先度フィルター(p0|p1|p2|p3)
customer_idstringquery任意
顧客の UUID
technician_idstringquery任意
テクニシャンの UUID
service_area_idstringquery任意
サービスエリアの UUID(ボードのゾーンフィルター)
scheduled_fromstringquery任意
開始日時で絞り込みます(YYYY-MM-DD または RFC3339)。範囲は [from, to) です
scheduled_tostringquery任意
終了日時で絞り込みます(YYYY-MM-DD または RFC3339)。終端は含まれません
completed_fromstringquery任意
Filter by completion time from (YYYY-MM-DD = start of that day in the business timezone, or RFC3339); range is [from, to). Counts jobs by when they were completed regardless of reschedules.
completed_tostringquery任意
Filter by completion time to (YYYY-MM-DD = end of that day in the business timezone, or RFC3339), exclusive
qstringquery任意
short_code または description を検索します(大文字小文字を区別しない部分一致)
sortstringquery任意
ソートキー: created_at:desc(デフォルト)| created_at:asc | scheduled_at:asc | scheduled_at:desc | priority:asc(P0 が先頭)| priority:desc
pageintegerquery任意
ページ番号
limitintegerquery任意
ページサイズ
GET/v1/job-requests
curl -X GET "https://api.crisphive.com/v1/job-requests" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer