Step Context
ExecutionStepContext properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the ExecutionStepContext resource. |
context
|
The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. |
execution_sid
|
The SID of the context's Execution resource. |
flow_sid
|
The SID of the Flow. |
step_sid
|
The SID of the Step that the context is associated with. |
url
|
The absolute URL of the resource. |
Fetch a single step context
https://studio.twilio.com/v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context
Parameters
Parameters in REST API format | |
---|---|
flow_sid
Path
|
The SID of the Flow with the Step to fetch. |
execution_sid
Path
|
The SID of the Execution resource with the Step to fetch. |
step_sid
Path
|
The SID of the Step to fetch. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.