Import Vro Workflows

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

string
id
Required

id


Request Body
Array of VroRemoteWorkflowItem of type(s) application/json
Optional
[
    {
        "name": "string",
        "description": "string",
        "categoryName": "string",
        "canExecute": false,
        "id": "string",
        "vroServerId": "string"
    }
]
Authentication
This operation uses the following authentication methods.
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
    }
]

404

Not Found

Operation doesn't return any data structure