Skip to main content

standardIntegrationTemplate Query

Returns the specified IntegrationTemplate object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations, org_view_integrations].

Input fields

ArgumentTypeDescription
idID!The ID of the IntegrationTemplate object.

Return fields (IntegrationTemplate)

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the IntegrationTemplate.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the IntegrationTemplate.

category (String!)

Specifies the category of the Integration Template.

createdAt (DateTime!)

The timestamp at which the object was created.

definition (String!)

The YAML representation of the Integration Template.

description (String!)

Additional notes about the Integration Template.

iconUrl (String)

The URL to the icon for the IntegrationTemplate.

id (ID!)

The ID of the object

name (String!)

The name of the Integration Template. Must be unique.

updatedAt (DateTime!)

The timestamp at which the object was most recently updated.