Skip to main content

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

A list of snapshot IDs for the specified client

Schema
    snapshotIds string[]
Loading...