ko
예약작업 요청 목록 조회

작업 요청 목록 조회

디스패치 중심 필터를 갖춘 비즈니스 예약(워크 오더)의 페이지네이션된 목록입니다: 워크플로 상태, 고객, 배정된 기술자, 예정 날짜 범위 및 code/description에 대한 자유 텍스트 검색을 지원합니다. 이는 스케줄(SCHEDULE) 조회이기도 합니다: technician_id + scheduled_from/scheduled_to를 조합하면 기술자 한 명의 하루 또는 한 주 일정을 조회할 수 있고(예: "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"

응답