Get Dispatch Board
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}}
Query parameters
date
Optional: Date to view board for - date format Y-m-d - “2026-03-26”
tenant_location_id
Optional: Filter by tenant location - integer - “1”
team_id
Optional: Filter to assignments dispatched as part of a specific team - string UUID - “{{team_uuid}}”
crew_status
Optional: Filter by crew status of the parent team-dispatch - staffed|understaffed|lead_missing|none (use “none” for non-team-dispatched only) - “staffed”
include
Optional: Relationships to include - comma separated
Response
Successful response

