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
- 200
- 400
- 401
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.
The service call failed — empty array body, no error code.
Caller is not authenticated.