Get Workflow Service Items
This endpoint will not produce results. It is a placeholder to enforce code generation of VroWorkflowServiceItem
Request
URI
GET
https://{api_host}/cloudapi/serviceLibrary/{id}/workflows
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
[
{
"id": "string",
"name": "string",
"serviceItemType": "string",
"description": "string",
"canExecute": false,
"serviceName": "string",
"serviceId": "string",
"iconMimeType": "string",
"iconData": "string",
"tenantScoped": false,
"providerScoped": false,
"publishAll": false,
"vroWorkflowId": "string",
"vroServerId": "string"
}
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/serviceLibrary/{id}/workflows
Services Operations
GET
Query Service Items
GET
Get Service Item
PUT
Update Service Item
DELETE
Delete Service Item
GET
Get Service Item Tenants
Deprecated
PUT
Set Service Item Tenants
Deprecated
POST
Post Service Item Publish
Deprecated
POST
Post Service Item Unpublish
Deprecated
POST
Post Service Item Publish All
Deprecated
POST
Post Service Item Unpublish All
Deprecated
GET
Get Service Item Tenants Query
PUT
Set Service Item Tenants Bounded
POST
Post Service Item Publish Bounded
POST
Post Service Item Unpublish Bounded
POST
Post Service Item Publish All Bounded
POST
Post Service Item Unpublish All Bounded
GET
Query Services
POST
Create Service
GET
Get Service
PUT
Update Service
DELETE
Delete Service
GET
Get Workflow Service Items
POST
Import Vro Workflows