Skip to main content

Return a snapshot of a setup

GET 

/v2/modules/:module/setups/:setupId/snapshots/:snapshotId

Retrieves a specific snapshot of the setup identified by its snapshot ID. A snapshot represents the full setup configuration as it was defined for that versioned state, which may be a historical record or a future scheduled change.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    snapshotId stringrequired

Responses

Snapshot of setup retrieved successfully

Schema
    client_defaults objectrequired
    grant_types string[]required
    force_reauthentication boolean
    access_token_ttl integer
    refresh_token_ttl integer
    id_token_ttl integer
    persisted_consent_ttl integer
    resource_server_defaults objectrequired
    scope_policy_implicit_flow string
    scope_policy_authorization_code_flow string
    scope_policy_refresh_token string
    scope_policy_force_reauthentication boolean
    metadata object[]required
  • Array [
  • name string
    value string
    locale string
  • ]
  • name stringrequired
    owner stringrequired
    comment string
    valid_from date-timerequired
Loading...