For the complete documentation index, see llms.txt. This page is also available as Markdown.

Marketplace Apps

List Marketplace Apps

get

Retrieves a paginated list of marketplace app versions. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Query parameters
filter[id]stringOptional

Filter results by id.

filter[name]stringOptional

Filter results by name.

filter[allowed]stringOptional

Filter results by allowed.

filter[private]stringOptional

Filter results by private.

filter[visibility]stringOptional

Filter results by visibility.

filter[private_or_allowed]stringOptional

Filter results by private_or_allowed.

filter[labelled]stringOptional

Filter results by label id.

includestringOptional

Comma-separated list of relationships to include. Available: flowTemplates, crossReferenceLookupTemplates, crossReferenceLookupTemplates.crossReferenceLookupValueTemplates, systemTemplates, systemTemplates.logo, scriptTemplates, cacheTemplates, dataPoolTemplates, company, marketplaceCompany, publicCompany, installs

sortstringOptional

Sort field. Prefix with - for descending. Available: name, id, created_at, installs_avg_install_duration

pageinteger · min: 1Optional

Page number for pagination.

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

Number of results per page.

Responses
200

Successful response

application/json
get
/api/v1/patchworks/marketplace-apps

Create Marketplace App

post

Creates a new marketplace app version. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Body
help_guidestring · uri · nullableOptional
flow_version_idsstringOptional
cross_reference_lookup_idsstringOptional
system_idsstringOptional
script_version_idsstringOptional
cache_idsstringOptional
data_pool_idsstringOptional
privatestringOptional
namestring · max: 100Required
Responses
200

Successful response

application/json
post
/api/v1/marketplace-apps

Get Marketplace App

get

Retrieves the details of a specific marketplace app version. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
marketplace_appstringRequired

The marketplace app identifier.

Query parameters
filter[id]stringOptional

Filter results by id.

filter[name]stringOptional

Filter results by name.

filter[allowed]stringOptional

Filter results by allowed.

filter[private]stringOptional

Filter results by private.

filter[visibility]stringOptional

Filter results by visibility.

filter[private_or_allowed]stringOptional

Filter results by private_or_allowed.

filter[labelled]stringOptional

Filter results by label id.

includestringOptional

Comma-separated list of relationships to include. Available: flowTemplates, crossReferenceLookupTemplates, crossReferenceLookupTemplates.crossReferenceLookupValueTemplates, systemTemplates, systemTemplates.logo, scriptTemplates, cacheTemplates, dataPoolTemplates, company, marketplaceCompany, publicCompany, installs

sortstringOptional

Sort field. Prefix with - for descending. Available: name, id, created_at, installs_avg_install_duration

pageinteger · min: 1Optional

Page number for pagination.

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

Number of results per page.

Responses
200

Successful response

application/json
get
/api/v1/patchworks/marketplace-apps/{marketplace_app}

Delete Marketplace App

delete

Permanently deletes a specific marketplace app version. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
marketplace_appstringRequired

The marketplace app identifier.

Responses
200

Successful response

application/json
messagestringOptional
delete
/api/v1/patchworks/marketplace-apps/{marketplace_app}

Update Marketplace App

put

Updates an existing marketplace app version. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
marketplace_appstringRequired

The marketplace app identifier.

Body
flow_version_idsstringOptional
cross_reference_lookup_idsstringOptional
system_idsstringOptional
script_version_idsstringOptional
cache_idsstringOptional
data_pool_idsstringOptional
namestring · max: 100Optional
Responses
200

Successful response

application/json
put
/api/v1/marketplace-apps/{marketplace_app}

Install Marketplace App

post

Installs a specific marketplace app version. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
marketplaceAppstringRequired

The marketplaceApp identifier.

Body
flow_template_idsstringOptional
Responses
200

Successful response

application/json
objectOptional
post
/api/v1/marketplace-apps/{marketplaceApp}/install

Get Convertible

get

To be confirmed. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Responses
200

Successful response

No content

get
/api/v1/patchworks/marketplace-apps/convertible

No content

Convert Marketplace App

post

To be confirmed. Note: A marketplace app is a version of a blueprint.

Authorizations
AuthorizationstringRequired

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

Path parameters
marketplaceAppstringRequired

The marketplaceApp identifier.

Responses
200

Successful response

No content

post
/api/v1/patchworks/marketplace-apps/{marketplaceApp}/convert

No content

Last updated

Was this helpful?