Skip to main content

Get Snapshots

GET 

/api/snapshots/getsnapshots

Tier: Public — stable, supported for third-party integration.

Returns an OData-filterable list of every snapshot in the caller's organisation.

Responses

An Linq.IQueryable1ofSnapshotDtos.SnapshotSummaryDto` — a plain array, not a PageResult wrapper (unlike the other list endpoints in this API). The full set of the organisation's snapshots is loaded into memory first and the OData query is then applied in-process (no server-side paging), so this endpoint may be slow on organisations with a large snapshot history.