Get All Workflows

Get All Workflows

Get all workflows

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

maxResult

integer
startIndex
Required
Constraints: default: 0

startIndex

boolean
queryCount
Required
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


Responses
200

The request is successful

Returns inventory-items of type(s) application/json
"inventory-items Object"
array of object
link
Optional

link

integer As int32 As int32
start
Optional

start

integer As int32 As int32
total
Optional

total


401

The user is not authorized

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows?maxResult=value&startIndex=value&queryCount=v