Find Workflow Usages

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


Authentication
This operation uses the following authentication methods.
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