Waiting for engine...
Skip to main content

component

Returns Component with the specified id.

Input Parameters:

  • id: ID of the component to retrieve.

Response: Component object containing metadata and component XML in the definition.

Example Request:

query {
component(id: "<xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx>") {
id,
name,
type,
version,
definition,
folderLocation,
deleted,
latestVersion
}

```graphql
component(
id: ID!
): Component

Arguments

component.id ● ID! non-null scalar miscellaneous

Type

Component object platform

On this Page