v1
latestOpenAPI 3.1.02026-08-066484183.6 MBTemplates
Get templates
List templates the requester has access to. Supports filtering by id, project, target type (with deal/budget discriminated via the underlying quote), free-text query, and a task-template-only task_project_id filter.
get/api/v2/templates
Query parameters
sortstring[]
Sort the templates collection by one or more fields. Prefix a field with - for descending order.
Filter the templates collection. Accepts a deepObject of operator-keyed fields (see _filter_root_template).
{
"0": {
"target_type": {
"eq": "budget"
}
},
"1": {
"target_type": {
"eq": "deal"
}
},
"$op": "or"
}Headers
X-Organization-Idstring required
Organization ID
Response
Successful response containing a paginated list of templates.