Return all snapshots of a setup
GET/v2/modules/:module/setups/:setupId/snapshots
Lists all versioned snapshots of the specified setup. Each snapshot captures the setup configuration at a given point in time. Use the validAt query parameter to retrieve snapshots that were effective at a specific date, or includeSoftDeletedStates to include removed states in the result.
Request
Path Parameters
module stringrequired
setupId stringrequired
Query Parameters
validAt any
includeSoftDeletedStates boolean
Responses
- 200
- 400
- 404
Snapshots of setup retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
snapshotIds string[]
{
"snapshotIds": [
"string"
]
}
The validAt parameter is present but has an invalid date format
No setup exists with the specified ID
Loading...