Get Dispatch Board

View as Markdown

Get the main dispatch board view showing all assignments, technicians, and work orders for a given date. Each assignment object now includes team_id, team_dispatch_id, and crew_status fields (null for non-team-dispatched assignments). Supports filtering by team_id and crew_status.

Headers

{{tenant_key_name}}stringOptional

Query parameters

datestringOptional

Optional: Date to view board for - date format Y-m-d - “2026-03-26”

tenant_location_idstringOptional

Optional: Filter by tenant location - integer - “1”

team_idstringOptional

Optional: Filter to assignments dispatched as part of a specific team - string UUID - “{{team_uuid}}

crew_statusstringOptional

Optional: Filter by crew status of the parent team-dispatch - staffed|understaffed|lead_missing|none (use “none” for non-team-dispatched only) - “staffed”

includestringOptional

Optional: Relationships to include - comma separated

Response

Successful response