Get Workflow Schema Image
The icon's schema image 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/workflows/{id}/schema
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 a workflow with the specified ID or the user does not have 'read' access rights for that workflow
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{id}/schema
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