getComponentInstance

get

/ccadmin/v1/componentInstances/{id}

Retrieve Component Instance by ID.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The response returned upon successfully retrieving a component instance by ID.
Body ()
Root Schema : getComponentInstance_okResponse
Type: object
Show Source
Nested Schema : instance
Type: object
The associated component.
Show Source
Nested Schema : settings
Type: object
Show Source
Nested Schema : component
Type: object
The associated component.
Show Source

404 Response

The error response returned when ID value is not recognised.
Body ()
Root Schema : getComponentInstance_doesNotExistResponse
Type: object
Show Source
Back to Top