Get All User Interactions For Workflow
Retrieves all user interactions for a requested workflow.
Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/interactions
COPY
Path Parameters
string
workflowId
Required
workflowId
Responses
200
The request is successful
Returns
UserInteractionsList
of type(s)
application/json
{
"startIndex": 0,
"count": 0,
"total": 0,
"link": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
]
}
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
401
The user is not authorized
Returns
UserInteractionsList
of type(s)
application/json
"UserInteractionsList Object"
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
404
Can not find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
Returns
UserInteractionsList
of type(s)
application/json
"UserInteractionsList Object"
integer As int32
As int32
startIndex
Optional
startIndex
integer As int32
As int32
count
Optional
count
integer As int32
As int32
total
Optional
total
array of
object
link
Optional
link
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{workflowId}/interactions
Workflow Service Operations
GET
Get Workflow Schema
PUT
Update Workflow Schema Content
PUT
Validate
GET
Get All Workflows
POST
Create Workflow
GET
Validate Existing
GET
Get All Tasks For Workflow
GET
Get All User Interactions For Workflow
GET
Get Workflow
GET
Find Workflow Usages
GET
Get Workflow Schema Image
GET
Download Workflow Icon
GET
Find Workflow Dependencies
DELETE
Delete Workflow