latestOpenAPI 3.0.32026-08-137683171.1 KB
be08f4f706f5
SiteVisits
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").
get/site-visits
Query parameters
missionIdstring uuid required
compressboolean
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.
unclusteredboolean
When true, returns only visits where clusterVisitId is null
statusstring
Comma-separated statuses
limitinteger
Page size (default 50, max 200)
cursorstring
Opaque pagination cursor from a previous response
Response
Success