Find Workflow Usages
Retrieves a list of usages for the given workflow
Request
URI
GET
https://{api_host}/vco/api/workflows/{id}/usages
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Returns
WsReferenceList
of type(s)
application/json
{
"references": [
{}
]
}
array of
object
references
Optional
references
401
The user is not authorized
Returns
WsReferenceList
of type(s)
application/json
"WsReferenceList Object"
array of
object
references
Optional
references
404
Can not find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
Returns
WsReferenceList
of type(s)
application/json
"WsReferenceList Object"
array of
object
references
Optional
references
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{id}/usages
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