Get the item workflow instance details.

get

/content/management/api/v1.1/items/{id}/workflows/{instanceId}

Get the workflow details of an item for the specified instance

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ItemWorkflowStatus
Type: object
ItemWorkflowStatus
Show Source
Nested Schema : activities
Type: array
Activities within the workflow process.
Show Source
Nested Schema : WorkflowStatusItemBean
Type: object
WorkflowStatusItemBean
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : ProcessActivitiesBean
Type: object
Show Source
Nested Schema : details
Type: object
Additional Properties Allowed
Show Source
Activity details
Nested Schema : additionalProperties
Type: object
Nested Schema : parents
Type: array
Parent Item details
Show Source
Nested Schema : ParentItemBean
Type: object
Show Source

304 Response

Not modified.

400 Response

Bad request.

404 Response

Not found.

500 Response

Internal server error.
Back to Top