POST /revisions/:id/data/query (Command: download_session_object)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be download_session_object. |
session_id | string | Yes | The ID of the session. |
alias | string | Yes | Alias of the object to download. |
Response
| Parameter | Type | Description |
|---|---|---|
object | object | The retrieved object. |
Whenobject.value.typeis"thread", the returned envelope contains onlyattributesandmetadata. Items are fetched separately vialist_session_thread_items/get_session_thread_item.
Whenobject.value.typeis"graph", the returned envelope contains onlyattributesandmetadata. Elements are fetched separately via the six graph commands. See the graph session object for the element schema.

