v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Templates / Public

List public (approved) templates

Retrieves a collection of all public (approved) templates that are available for anyone. Returned templates are sorted by usage in descending order.

get/templates/public

Query parameters

includeEnboolean

If this parameter is set to true, it means English templates should be included in the response. This is relevant only if the user's language is not English.

namestring

The name of the template. This parameter allows limiting returned results to the template(s) with the given name.

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 public templates.

pg[sortBy]string

The value that will be used to sort returned entities by.

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