Skip to main content
GET
/
di
/
configurations
/
{type}
/
{identifier}
/
history
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "name": "<string>",
      "ulid": "<string>",
      "editor": "<string>",
      "description": "<string>",
      "object": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "disabled": true,
      "label": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

type
string
required

Type identifier

identifier
string
required

Configuration identifier

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

Restored an object configuration

metadata
object
results
object[]