Read / Get Templates
Last updated
Was this helpful?
Last updated
Was this helpful?
Just as the heading itself indicates you just have to enter the name of the required template to get it.
Note: This is an example getting a template by its name (
test_template
)
Just as the Template before this works exactly the same, but the twist with this template is that it has an image in its header.
This endpoint allows you to retrieve a list of all templates.
These queries and filter's will allow you to list relevant templates.
You can query the template by their enabled status
API request to list enabled templates
/v1.1/org/:orgId/templates/list
Filter templates by their enabled status
true
true
, false
API request to list enabled & configured templates
/v1.1/org/orgId/templates/list
Filter templates by enabled status
true
true
, false
Filter templates by configuration (configured)
configured
API call to get a Template.
/v1.1/org/{orgId}/templates/test_template
Organization ID
API call to get a Template with image in the header
/v1.1/org/{orgId}/templates/{templateName}
API request to List templates
/v1.1/org/{orgId}/templates/list
Organization ID