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
- https://your-domain.atlassian.net
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.
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.