List campaign templates

GET {{baseUrl}}/v1/campaign_templates?pageSize=1000&skip=10&sort=value&state=enabled&name=value&tags=value&userId=10

Retrieve a list of campaign templates.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
sortstringThe field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -.

Note: This parameter works only with numeric fields. | | state | string | | Filter results by the state of the campaign template. | | name | string | | Filter results performing case-insensitive matching against the name of the campaign template. | | tags | string | | Filter results performing case-insensitive matching against the tags of the campaign template. When used in conjunction with the "name" query parameter, a logical OR will be performed to search both tags and name for the provided values. | | userId | number | | Filter results by user ID. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring