Funnel routing conditions.
Retrieve a condition by its id
Retrieve a condition by its id
query Parameters
apiKeyAn authorized api key
idConditionRetrieve a condition by its id › Responses
The requested condition
idCondition64 bits integer id of the condition
conditionNameAt least one of those test blocks must be true for the condition to pass
restrictToFunnelIdIf '', then can be used in all funnels, otherwise, id of the single funnel that can use this condition.
Retrieve a condition by its name
Retrieve a condition by its name
query Parameters
apiKeyAn authorized api key
nameRetrieve a condition by its name › Responses
The requested condition
idCondition64 bits integer id of the condition
conditionNameAt least one of those test blocks must be true for the condition to pass
restrictToFunnelIdIf '', then can be used in all funnels, otherwise, id of the single funnel that can use this condition.
Update an existing condition
Update an existing condition. The id cannot be changed.
query Parameters
apiKeyAn authorized api key
Update an existing condition › Request Body
idCondition64 bits integer id of the condition
conditionNameAt least one of those test blocks must be true for the condition to pass
restrictToFunnelIdIf '', then can be used in all funnels, otherwise, id of the single funnel that can use this condition.
Update an existing condition › Responses
Condition updated successfully
Create a new condition
Create a new condition
query Parameters
apiKeyAn authorized api key
Create a new condition › Request Body
idCondition64 bits integer id of the condition
conditionNameAt least one of those test blocks must be true for the condition to pass
restrictToFunnelIdIf '', then can be used in all funnels, otherwise, id of the single funnel that can use this condition.
Create a new condition › Responses
Condition created successfully
Get a list of all conditions as id/name pairs
Get a list of all conditions as id/name pairs
query Parameters
apiKeyAn authorized api key
Get a list of all conditions as id/name pairs › Responses
List of conditions
idname
