Carbone integration (Productivity, Developer Tools). Imported from open-connector.
https://api.carbone.io/templates
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Filter templates by template ID. |
| versionId | string | optional | Filter templates by version ID. |
| category | string | optional | Filter templates by category. |
| search | string | optional | Search templates by name or ID. |
| includeVersions | boolean | optional | Whether to include every template version in the result. |
| cursor | string | optional | The cursor returned by a previous list_templates call. |
| limit | integer | optional | The maximum number of templates to return. |
| carboneVersion | integer | optional | The Carbone API version header value. |
/templates/categories
| Param | Type | Required | Description |
|---|---|---|---|
| carboneVersion | integer | optional | The Carbone API version header value. |
/templates/tags
| Param | Type | Required | Description |
|---|---|---|---|
| carboneVersion | integer | optional | The Carbone API version header value. |
/template/{templateIdOrVersionId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateIdOrVersionId | string | required | The Carbone template ID or version ID. |
| metadata | object | required | The metadata fields used to update a Carbone template. |
| carboneVersion | integer | optional | The Carbone API version header value. |
/template/{templateIdOrVersionId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateIdOrVersionId | string | required | The Carbone template ID or version ID. |
| carboneVersion | integer | optional | The Carbone API version header value. |