All Interaction Presentations
Retrieves a list of all user interaction presentations for a specified workflow execution. The returned list contains all currently running workflow execution user interaction presentation instances. If the user has admin rights, all presentation instances for all users are returned.
Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/executions/{executionId}/interaction/presentation/instances
COPY
Path Parameters
string
workflowId
Required
workflowId
string
executionId
Required
executionId
Responses
200
The request is successful
Returns executions of type(s) application/json
{
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
}
}
string
href
Optional
href
401
The user is not authorized
Operation doesn't return any data structure
404
Cannot find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
Operation doesn't return any data structure
Workflow User Interaction Presentation Service Operations
GET
All Interaction Presentations
DELETE
Delete Workflow Execution
GET
Get Presentation For Interaction
GET
Load Execution
POST
Start Interaction Presentation
POST
Update Presentation
PUT
Update Presentation