Skip to main content
GET
/
di
/
configurations
/
{type}
/
{identifier}
{
  "object": {
    "type": "<string>",
    "identifier": "<string>",
    "name": "<string>",
    "object": {},
    "description": "",
    "context": {},
    "owner": "<string>",
    "removable": false,
    "resettable": false,
    "disabled": false,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "editor": "<string>",
    "label": [
      "<string>"
    ],
    "tag": [
      "<string>"
    ]
  }
}

Path Parameters

type
string
required

Type identifier

identifier
string
required

Configuration identifier

Query Parameters

space
string

Space Identifier

Response

An object configuration

object
object