Get Workflow Service Items

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

string
id
Required

id


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,
        "vroWorkflowId": "string",
        "vroServerId": "string"
    }
]