List sites
Returns a paginated list of sites visible to your API key.
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
Query Parameters
Filter to sites belonging to a specific customer. Omit to fall back to the customers your API key is scoped to.
Free-text filter across site name and identifier columns.
When true (default), only return active sites.
Cursor anchor ID. Pass the last incidentReportId (or equivalent) you saw to fetch the next page.
Cursor anchor name when paginating across results sorted by name.
Maximum number of records to return.
Cursor pagination direction. Use next to page forward and prev to page back.
next, prev Response
Paginated list of sites
Envelope for the newer cursor-paginated endpoints (timesheets, staff, customers, sites). The cursor is encoded as a string in nextPageParameter / prevPageParameter and is intended to be POSTed back as the next request body — or appended to the query string verbatim.
