Skip to main content
Evaluate Expression
curl --request POST \
  --url https://api.ionworks.com/variables/evaluate-expression \
  --header 'Content-Type: application/json' \
  --data '
{
  "json_value": {},
  "parameters": {}
}
'
{
  "value": 123
}

Body

application/json

Request body for evaluating an expression with current parameters.

json_value
Json Value · object
required
parameters
Parameters · object
required

Response

Successful Response

Response body with the evaluated numeric value.

value
number
required