v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Automations - New taxonomy API

Retrieve automations

Filter automations by metaproperty actions. Requires a metaproperty_id, optionally accepts one or more comma separated option_ids.

get/api/1/automation/automations

Query parameters

limitinteger

Maximum number of items to return

startstring

Starting string for pagination

actionType'SHOW_OPTION' | 'SHOW_METAPROPERTY' | 'PREFILL' | 'EMPTY' | 'SELECT' | 'DESELECT'

Filter automations by action type

conditionType'ALL' | 'ANY' | 'ANY_OPTION'

Filter automations by condition type

actionsOnstring

Filter automations by actions on metaproperty and optionIds. Format: metapropertyId or metapropertyId;optionId,optionId. Ensure to add ; to separate the metapropertyId and the optionId when using this filter.

triggersOnstring

Filter automations by triggers on metaproperty and optionIds. Format: metapropertyId or metapropertyId;optionId,optionId. Ensure to add ; to separate the metapropertyId and the optionId when using this filter.

Headers

x-api-correlation-idstring

Response