Download Action Icon
The icon's binary data is returned and response Content-type is set to correct media type, for example "Content-Type:image/png"
Request
URI
GET
https://{api_host}/vco/api/actions/{id}/icon
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
404
Can not find an action with the specified ID or the user does not have 'read' access rights for that action
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/actions/{id}/icon
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