Find Simple List Query
If the request is successful, the API responds with an HTTP 200 OK status code and the requested list of objects
Request
URI
GET
https://{api_host}/vco/api/catalog/{namespace}/{type}
COPY
Path Parameters
string
namespace
Required
namespace
string
type
Required
type
Query Parameters
integer
maxResult
Required
maxResult
integer
startIndex
Required
startIndex
string
startFromId
Optional
startFromId
boolean
queryCount
Required
queryCount
string of array
keys
Optional
keys
string of array
conditions
Optional
conditions
string of array
sortOrders
Optional
sortOrders
string
rootObject
Optional
rootObject
string of array
tags
Optional
tags
Responses
200
The request is successful
Returns inventory-items of type(s) application/json
{
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
],
"start": 0,
"total": 0
}
integer As int32 As int32
start
Optional
start
integer As int32 As int32
total
Optional
total
401
User is not authorized
Operation doesn't return any data structure