latestOpenAPI 3.1.02026-08-216484213.6 MB
dd10e2be913d
Templates
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
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"
}sortstring[]
Sort the templates collection by one or more fields. Prefix a field with - for descending order.
Headers
X-Organization-Idstring required
Organization ID
Response
Successful response containing a paginated list of templates.