Skip to main content

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

Snapshots of setup retrieved successfully

Schema
    snapshotIds string[]
Loading...