Find Action Dependencies

Find Action Dependencies

Retrieves a list of dependencies for the given action

Request
URI
GET
https://{api_host}/vco/api/actions/{actionId}/dependencies
COPY
Path Parameters
string
actionId
Required

actionId


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 an action with the specified id

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/actions/{actionId}/dependencies