Import Vro Workflows
Add VRO remote workflows to this service
Request
URI
POST
https://{api_host}/cloudapi/serviceLibrary/{id}/workflows
COPY
Path Parameters
string
id
Required
id
Request Body
[
{
"name": "string",
"description": "string",
"categoryName": "string",
"canExecute": false,
"id": "string",
"vroServerId": "string"
}
]
Responses
200
OK
[
"ServiceItem Object"
]
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/serviceLibrary/{id}/workflows
On This Page
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