POST /revisions/:id/data (Command: download_definition)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be download_definition. |
definition_id | string | Yes | The ID of the definition. |
Response
| Parameter | Type | Description |
|---|---|---|
definition | object | The definition metadata. |
definition_object | object | The actual JSON definition body. |

