Worksites

List worksites

List worksites with advanced filtering and export capabilities

get/worksites

Query parameters

id__instring

id__in

idstring

id

reported_bystring

reported_by

case_numberstring

case_number

namestring

name

name__startswithstring

name__startswith

addressstring

address

address__startswithstring

address__startswith

citystring

city

city__startswithstring

city__startswith

countystring

county

county__startswithstring

county__startswith

statestring

state

state__startswithstring

state__startswith

postal_codestring

postal_code

postal_code__startswithstring

postal_code__startswith

created_at__gtstring

created_at__gt

created_at__ltstring

created_at__lt

updated_at__gtstring date-time

Filter to worksites updated after this timestamp

updated_at__ltstring date-time

Filter to worksites updated before this timestamp

phone1_dnisstring

phone1_dnis

phone1_dnis__instring

phone1_dnis__in

phone2_dnisstring

phone2_dnis

phone2_dnis__instring

phone2_dnis__in

searchstring

Full-text search across name, address, case number, and other text fields

incidentinteger

Filter by incident ID

organization_boundsstring

organization_bounds

organization_primary_locationstring

organization_primary_location

organization_secondary_locationstring

organization_secondary_location

work_typestring

Filter by work type key (e.g. 'debris', 'ash')

missing_work_typeboolean

Filter to worksites missing specific work types

my_teamboolean

Filter to worksites assigned to user's teams

member_of_my_organizationboolean

Filter to worksites where user's organization has work types

form_datastring

Filter by form field values. Format: 'field_name:value' or JSON object

flagsstring

Filter by flag reason (comma-separated for multiple flags)

locationsstring

locations

teamsstring

Filter by team IDs (comma-separated)

phone_numberstring

Search by phone number (exact or partial match)

sortstring

Sort field. Prefix with '-' for descending. Options: id, case_number, address, name, city, county, state, postal_code, created_at, updated_at

center_coordinatesstring

Filter by distance from point. Format: 'lng,lat' or 'lng,lat,radius_meters'

has_filesboolean

Filter by presence of file attachments

feedstring

Special feed filter. Format: 'lng,lat,incident_id'

include_listsstring

Include only worksites from specified list IDs (comma-separated)

exclude_listsstring

Exclude worksites from specified list IDs (comma-separated)

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

fieldsstring

Fields to include in response (comma-separated). Improves performance by reducing payload size.

statusstring

Filter by work status (e.g. 'open_unassigned', 'in_progress', 'completed')

claimed_byinteger

Filter by organization ID that claimed the work

geofencestring

Filter by polygon coordinates. Format: [[lat,lng],[lat,lng],...]

Response

List of worksites

countinteger
nextstring uri
previousstring uri
resultsobject[]

Changes