v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Templates

List templates

Retrieves a collection of all templates for a team with a given ID. Returned templates are sorted by ID in ascending order.

get/templates

Query parameters

teamIdinteger

The unique ID of the team whose templates will be retrieved.

publicboolean

Indicates if the template is public which means that it was published and approved, and can be accessed by anyone.

usedApps[]string[]

The array with the text IDs of the apps used in the templates. This parameter allows you to get only the templates containing specific apps.

cols[]string[]

Specifies the group of values to return. For example, you may want to retrieve only the names and IDs of the templates.

pg[sortBy]string

The value that will be used to sort returned entities by. Templates can be currently sorted only by ID or name.

pg[offset]integer

The value of entities you want to skip before getting entities you need.

pg[sortDir]'asc' | 'desc'

The sorting order. It accepts the ascending and descending direction specifiers.

pg[limit]integer

Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.

Response

Successful response