Skip to main content
Retrieve the full content of a definition.

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

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be download_definition.
definition_idstringYesThe ID of the definition.

Response

ParameterTypeDescription
definitionobjectThe definition metadata.
definition_objectobjectThe actual JSON definition body.

Example

{
  "engine": "workflow_blobhub",
  "command": "download_definition",
  "definition_id": "def_001"
}