Skip to main content
List definitions of a specific category in the revision.

POST /revisions/:id/data (Command: list_definitions)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be list_definitions.
categorystringYesworkflow or playground.

Response

ParameterTypeDescription
definitionsarrayList of definition objects.

Example

{
  "engine": "workflow_blobhub",
  "command": "list_definitions",
  "category": "workflow"
}