Log template

Read a template

Retrieve a specific template by its ID.

get/controlplane/template/{id}

Path parameters

idstring required

The unique ID of the template.

Response

The operation was successful.

organization_idinteger

The ID of the organization.

account_idinteger

The ID of the account.

namestring

The name of the template.

capability_categorystring
capability_providerstring
contentstring
content_encodingstring
template_varsobject

Example response

{
  "organization_id": 1234,
  "account_id": 2345
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.