List site visits for a mission
Returns site visits for the given mission. When compress=true, returns a mixed array of the highest-level ClusterVisit and unclustered SiteVisit objects instead of the paginated list. Each item in the compressed response includes a type discriminator field ("clusterVisit" or "siteVisit").
Query parameters
When true, returns a compressed representation: a mixed array of the highest-level ClusterVisit objects (whose parent cluster has no ClusterVisit in this mission) and unclustered SiteVisit objects. Pagination parameters are ignored when compress=true.
When true, returns only visits where clusterVisitId is null
Comma-separated statuses
Page size (default 50, max 200)
Opaque pagination cursor from a previous response
Response
Success
Changes
No recorded changes to this endpoint across all 2 revisions of this API.