GET /wiki/rest/api/template/{contentTemplateId}

Returns a content template. This includes information about template, like the name, the space or blueprint that the template is in, the body of the template, and more.

Permissions required: 'View' permission for the space to view space templates and permission to access the Confluence site ('Can use' global permission) to view global templates.

Servers

Path parameters

Name Type Required Description
contentTemplateId String Yes

The ID of the content template to be returned.

Query parameters

Name Type Required Description
expand[] Array No

A multi-value parameter indicating which properties of the template to expand.

  • body or body.storage returns the content of the template in storage format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.