Workflow

Finds workflow actions by content inode

Returns a list of workflow actions associated with a contentlet specified by inode.

Returns [] when the contentlet is in a terminal/resolved step with no available actions. An empty list does not distinguish 'no actions because terminal step' from 'no actions because permissions' — call GET /api/v1/workflow/status/{inode} to inspect the current step (stepResolved: true indicates terminal).

Each action item includes an actionInputs[] array advertising the body keys the action expects. For some actions (e.g. Move, Copy) this list is currently empty even though the action requires body input; consult PUT /api/v1/workflow/actions/{actionId}/fire for documented body shapes.

get/api/v1/workflow/contentlet/{inode}/actions

Path parameters

inodestring required

Inode of contentlet to examine for workflow actions.

Query parameters

renderMode'EDITING' | 'LISTING'

Optional. Case-insensitive parameter indicating how results are to be displayed.

In listing mode, all associated actions are returned; in editing mode (the default), it returns only the actions accessible to the contentlet's current workflow step.

Response

Scheme(s) returned successfully

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.