Return all snapshot ids of a client
GET/v2/modules/:module/setups/:setupId/clients/:clientId/snapshots
Lists all versioned snapshots of the specified client. Snapshots capture the client configuration at a specific point in time, including past, present, and scheduled future states. Use validAt to retrieve only snapshots effective at a given date, and includeSoftDeletedStates to include soft-deleted states in the result.
Request
Path Parameters
module stringrequired
setupId stringrequired
clientId stringrequired
Query Parameters
validAt any
includeSoftDeletedStates boolean
Responses
- 200
- 400
- 404
A list of snapshot IDs for the specified client
- application/json
- Schema
- Example (from schema)
Schema
snapshotIds string[]
{
"snapshotIds": [
"string"
]
}
The validAt parameter is present but has an invalid date format
No client exists with the specified ID in this setup
Loading...