Canvas Steps

Get Graph

get

Retrieves the graph for a given flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/flow-versions/{flow_version}/graph

No content

Create Flow Version Graph Step

post

Creates a new step on the canvas for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

Responses
chevron-right
200

Successful response

No content

post
/api/v1/flow-versions/{flow_version}/graph/steps

No content

Delete Flow Version Graph Steps

delete

Permanently deletes all steps from the canvas for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

Responses
chevron-right
200

Successful response

No content

delete
/api/v1/flow-versions/{flow_version}/graph/steps

No content

Get Flow Version Graph Step

get

Retrieves the details of a specific canvas step for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

stepstringRequired

The step identifier.

Responses
chevron-right
200

Successful response

No content

get
/api/v1/flow-versions/{flow_version}/graph/steps/{step}

No content

Delete Flow Version Graph Step

delete

Permanently deletes a specific canvas step for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

stepstringRequired

The step identifier.

Responses
chevron-right
200

Successful response

No content

delete
/api/v1/flow-versions/{flow_version}/graph/steps/{step}

No content

Paste Steps

post

Pastes copied steps onto the canvas for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

Responses
chevron-right
200

Successful response

No content

post
/api/v1/flow-versions/{flow_version}/graph/paste-steps

No content

Last updated

Was this helpful?