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
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
Actions Service Operations
PUT
Update Action
GET
Get Debug Info
PUT
Execute Debugger Operation
POST
Control Debugger
GET
List All Actions
POST
Create Action
GET
Download Action Bundle
POST
Update Action Bundle
DELETE
Delete Action Bundle
POST
Execute Action By Name
POST
Execute Action By Id
GET
Download Action Icon
GET
Export Action Logs 1
GET
Get Action
GET
Get Action 1
DELETE
Delete Action 1
GET
Find Action Dependencies
GET
Get Action Execution Result
DELETE
Cancel Action Run