Skip to main content
GET
/
di
/
list
/
usages
/
{type}
/
{identifier}
{
  "usages": [
    {
      "propertyPath": "<string>",
      "type": "<string>",
      "specification": {}
    }
  ]
}

Path Parameters

type
string
required

Di type name

identifier
string
required

Di configuration identifier

Query Parameters

space
string

Space Identifier

Response

A list of usages

usages
object[]