API structure has changed
27 structure changes including:
19 Breaking changes
8 Additions
12 Modifications
7 Removals
Modified
12
Breaking
POST /v1/Flows/{FlowSid}/Executions
- Body
-
content type Modified
- Parameters property Modified
- Response
-
201 response Modified
- context property Modified
- contact_sid property Added
GET /v1/Flows/{Sid}
- Response
-
200 response Modified
- commit_message, definition, errors, revision, valid, warnings, webhook_url properties Removed
- version property Added
GET /v1/Flows/{FlowSid}/Executions/{Sid}
- Response
-
200 response Modified
- context property Modified
- contact_sid property Added
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context
- Response
-
200 response Modified
- context property Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid}
- Response
-
200 response Modified
- context property Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps
- Response
-
200 response Modified
- steps property Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Context
- Response
-
200 response Modified
- context property Modified
GET /v1/Flows/{FlowSid}/Executions
- Response
-
200 response Modified
- executions property Modified
GET /v1/Flows
- Response
-
200 response Modified
- flows property Modified
DELETE /v1/Flows/{Sid}
DELETE /v1/Flows/{FlowSid}/Executions/{Sid}
POST /v1/Flows/{FlowSid}/Executions/{Sid}
- Response
-
200 response Modified
- context property Modified
- contact_sid property Added
Removed
7
Breaking
GET /v2/Flows/{Sid}/Revisions
GET /v2/Flows/{Sid}/Revisions/{Revision}
GET /v2/Flows/{Sid}/TestUsers
POST /v2/Flows
POST /v2/Flows/Validate
POST /v2/Flows/{Sid}
POST /v2/Flows/{Sid}/TestUsers
Added
8
POST /v1/Flows/{FlowSid}/Engagements
GET /v1/Flows/{FlowSid}/Engagements/{Sid}
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{StepSid}/Context
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{Sid}
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Context
GET /v1/Flows/{FlowSid}/Engagements
DELETE /v1/Flows/{FlowSid}/Engagements/{Sid}