Get All Workflows

Get All Workflows

Get all workflows

Request
URI
GET
https://{api_host}/vco/api/workflows
COPY
Query Parameters
integer
maxResult
Optional
Constraints: default: 2147483647

maxResult

integer
startIndex
Optional
Constraints: default: 0

startIndex

boolean
queryCount
Optional
Constraints: default: false

queryCount

string of array
keys
Optional

keys

string of array
conditions
Optional

conditions

string of array
sortOrders
Optional

sortOrders

string of array
tags
Optional

tags


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns inventory-items of type(s) application/json
{
    "startIndex": 0,
    "count": 0,
    "total": 0,
    "link": [
        {
            "rel": "string",
            "type": "string",
            "attributes": [
                {
                    "name": "string",
                    "displayName": "string",
                    "value": "string",
                    "displayValue": "string"
                }
            ],
            "href": "string"
        }
    ],
    "last-item-token": "string"
}
integer As int32 As int32
startIndex
Optional

startIndex

integer As int32 As int32
count
Optional

count

integer As int32 As int32
total
Optional

total

array of object
link
Optional

link

string
last-item-token
Optional

last-item-token


401

The user is not authorized

Returns inventory-items of type(s) application/json
"inventory-items Object"
integer As int32 As int32
startIndex
Optional

startIndex

integer As int32 As int32
count
Optional

count

integer As int32 As int32
total
Optional

total

array of object
link
Optional

link

string
last-item-token
Optional

last-item-token


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows