v1

latestOpenAPI 3.0.02026-08-063014193.1 MB
Task Templates

Return the data for all TaskTemplates

Outlines the parameters, optional and required, used when requesting the data for all TaskTemplates

get/task_templates.json

Query parameters

created_sincestring date-time

Filter TaskTemplate records to those having the created_at field after a specific time. (Expects an ISO-8601 timestamp).

fieldsstring

The fields to be returned. See response samples for what fields are available. For more information see the fields section.

ids[]integer

Filter TaskTemplate records to those having the specified unique identifiers.

limitinteger

A limit on the number of TaskTemplate records to be returned. Limit can range between 1 and 200. Default: 200.

order'assignee.name(asc)' | 'assignee.name(desc)' | 'days_from_assignment(asc)' | 'days_from_assignment(desc)' | 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'permission(asc)' | 'permission(desc)' | 'priority(asc)' | 'priority(desc)'

Orders the TaskTemplate records by the given field. Default: id(asc).

page_tokenstring

A token specifying which page to return.

priority'high' | 'normal' | 'low'

Filter TaskTemplate records to those with the given priority.

querystring

Wildcard search for name matching a given string.

task_template_list_idinteger

The unique identifier for a single TaskTemplateList. The keyword null is not valid for this field. The list will be filtered to include only the TaskTemplate records with the matching property.

updated_sincestring date-time

Filter TaskTemplate records to those having the updated_at field after a specific time. (Expects an ISO-8601 timestamp).

Headers

X-API-VERSIONstring

The API minor version. Default: latest version.

Response

Ok