Get Variable Values

Batch-evaluates multiple variables by name in a single call and returns both raw and formatted values for each.

Remarks:

  • Every requested variable must be in promoted status before it can be evaluated; unpromoted variables will fail evaluation for that entry only. "Promoted" means a version of the variable has been explicitly marked as the active, published version via Update Variable.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to false

When false (default), evaluates the latest promoted version of each requested variable. When true, evaluates the absolute latest version of each, regardless of promotion status. Note: this parameter's name intentionally preserves a long-standing spelling ("useLastest", not "useLatest") to match the actual query parameter this endpoint reads.

Body Params

The variable names to evaluate, plus optional shared CRM context and per-variable evaluation parameters.

variableNames
array of strings

The unique, human-readable names of the variables to evaluate, in any order.

variableNames
context
object

Identifies which connected CRM record to evaluate a CRM-sourced variable against. Required when evaluating any variable whose valueDefinition is CRMVariableValueDefinition.

parameters
object

Per-variable evaluation parameters. Keys are variable names; values are named parameter objects passed through to that variable's value source at evaluation time.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json