Type Alias ConditionsAPI

Index

Properties

clearCache: typeof clearCache

Clears the cache for conditions api requests.

createCondition: typeof createCondition

Creates a new condition.

an object with the body content

CreateConditionHttpError

createConditionEvaluation: typeof createConditionEvaluation

Executes the condition

The id of the condition

an object with the body content

CreateConditionEvaluationHttpError

createConditionPreview: typeof createConditionPreview

Create condition preview request.

an object with the body content

CreateConditionPreviewHttpError

deleteCondition: typeof deleteCondition

Delete the condition

The id of the condition

DeleteConditionHttpError

deleteConditionEvaluation: typeof deleteConditionEvaluation

Delete an Evaluation

The id of the condition

The id of the evaluation

DeleteConditionEvaluationHttpError

getCondition: typeof getCondition

Retrieve a specific condition by id.

The id of the condition

GetConditionHttpError

getConditionEvaluation: typeof getConditionEvaluation

Get an Evaluation

The id of the condition

The id of the evaluation

GetConditionEvaluationHttpError

getConditionPreview: typeof getConditionPreview

Get condition preview response.

The id of the condition

GetConditionPreviewHttpError

getConditionsSettings: typeof getConditionsSettings

Retrieves condition manager settings

GetConditionsSettingsHttpError

patchCondition: typeof patchCondition

Patch values in the condition

The id of the condition

an object with the body content

PatchConditionHttpError

setConditionsSettings: typeof setConditionsSettings

Updates API configuration. Accessible only by tenant admins.

an object with the body content

SetConditionsSettingsHttpError