Get Variable(s)
GET {{yourAccountUrl}}/api/3/personalizations
Request Params
Key | Datatype | Required | Description |
---|
orders[format] | string | | Order variables by format (ASC/DESC) |
orders[tag] | string | | Order variables by tag (ASC/DESC) |
orders[name] | string | | Order variables by name (ASC/DESC) |
orders[content] | string | | Order variables by content (ASC/DESC) |
orders[listsCount] | string | | Order variables by listCount (ASC/DESC) |
filter[name] | string | | Filter by variable name |
| | | |
filter[tag] | string | | Filter by personalization tag |
filter[listName] | string | | Name of list |
filter[content] | string | | Contents of variable |
filter[format] | string | | Filter by tag format (html, text) |
limit | number | | Integer result limit (Default: 20) |
Key | Datatype | Required | Description |
---|
Api-Token | string | | Your ActiveCampaign API Token |