Flow Revision
Flows Revisions track every change made to a Flow resource. Revisions are automatically created when a Flow is created or updated. Each revision is read-only and immutable (cannot be updated or deleted).
For convenience, the latest Revision and latest published Revision can be fetched using the magic identifiers LatestPublished
and LatestRevision
in place of an integer.
Fetching the parent Flow resource will always return the latest Flow Revision.
FlowRevision properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Flow resource. |
account_sid
|
The SID of the Account that created the Flow resource. |
friendly_name
|
The string that you assigned to describe the Flow. |
definition
|
JSON representation of flow definition. |
status
|
The status of the Flow. Can be: |
revision
|
The latest revision number of the Flow's definition. |
commit_message
|
Description of change made in the revision. |
valid
|
Boolean if the flow definition is valid. |
errors
|
List of error in the flow definition. |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
date_updated
|
The date and time in GMT when the resource was last updated specified in ISO 8601 format. |
url
|
The absolute URL of the resource. |
Fetch a FlowRevision resource
https://studio.twilio.com/v2/Flows/{Sid}/Revisions/{Revision}
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The SID of the Flow resource to fetch. |
revision
Path
|
Specific Revision number or can be |
Example 1
Read multiple FlowRevision resources
https://studio.twilio.com/v2/Flows/{Sid}/Revisions
Parameters
Parameters in REST API format | |
---|---|
sid
Path
|
The SID of the Flow resource 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.