Flow Templates

List Flow Templates

get

Retrieves a paginated list of flow templates included in marketplace blueprints.

Authorizations
AuthorizationstringRequired

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

Query parameters
filter[name]stringOptional

Filter results by name.

filter[hidden_from_marketplace]stringOptional

Filter results by hidden_from_marketplace.

filter[visible_for_marketplace]stringOptional

Filter results by visible_for_marketplace.

filter[id]stringOptional

Filter results by id.

filter[blueprint_id]stringOptional

Filter results by blueprint_id.

filter[,]stringOptional

Filter results by ,.

filter[marketplaceApps]stringOptional

Filter results by marketplaceApps.

filter[marketplace_apps.blueprint_id]stringOptional

Filter results by marketplace_apps.blueprint_id.

filter[blueprint_version_number]stringOptional

Filter results by blueprint_version_number.

filter[marketplace_apps.version]stringOptional

Filter results by marketplace_apps.version.

filter[private]stringOptional

Filter results by private.

filter[visibility]stringOptional

Filter results by visibility.

includestringOptional

Comma-separated list of relationships to include. Available: systemTemplates.logo, flowStepTemplates, flowStepTemplates.children, flowStepTemplates.parentFlowStep, flowTemplateSchedules, marketplaceCompany, publicCompany, marketplaceApps

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/patchworks/flow-templates

Get Flow Template

get

Retrieves the details of a specific flow template included in a marketplace blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
flow_templatestringRequired

The flow template identifier.

Query parameters
filter[name]stringOptional

Filter results by name.

filter[hidden_from_marketplace]stringOptional

Filter results by hidden_from_marketplace.

filter[visible_for_marketplace]stringOptional

Filter results by visible_for_marketplace.

filter[id]stringOptional

Filter results by id.

filter[blueprint_id]stringOptional

Filter results by blueprint_id.

filter[,]stringOptional

Filter results by ,.

filter[marketplaceApps]stringOptional

Filter results by marketplaceApps.

filter[marketplace_apps.blueprint_id]stringOptional

Filter results by marketplace_apps.blueprint_id.

filter[blueprint_version_number]stringOptional

Filter results by blueprint_version_number.

filter[marketplace_apps.version]stringOptional

Filter results by marketplace_apps.version.

filter[private]stringOptional

Filter results by private.

filter[visibility]stringOptional

Filter results by visibility.

includestringOptional

Comma-separated list of relationships to include. Available: systemTemplates.logo, flowStepTemplates, flowStepTemplates.children, flowStepTemplates.parentFlowStep, flowTemplateSchedules, marketplaceCompany, publicCompany, marketplaceApps

pageinteger · min: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/patchworks/flow-templates/{flow_template}

Delete Flow Template

delete

Permanently deletes a specific flow template.

Authorizations
AuthorizationstringRequired

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

Path parameters
flow_templatestringRequired

The flow template identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/patchworks/flow-templates/{flow_template}

List Flow Template Steps

get

Retrieves a paginated list of steps for a specific flow template.

Authorizations
AuthorizationstringRequired

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

Path parameters
flow_templatestringRequired

The flow template identifier.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/patchworks/flow-templates/{flow_template}/steps

Install Flow Template

post

Installs a specific flow template from a marketplace blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
flow_templatestringRequired

The flow template identifier.

Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/api/v1/flow-templates/{flow_template}/install

Last updated

Was this helpful?