latestOpenAPI 3.1.02026-08-0854104180.4 KB
f39a4bfeca8e
Orders
List all orders
Get a paginated list of all orders for the given tenant, excluding deleted and prematch orders
get/orders/
Query parameters
limitinteger
offsetinteger
sort_bystring
sort_dirstring
project_namestring
order_namestring
secondary_reasonstring
statusstring
Headers
version-datavantstring
Version of the Orders API to use with this call
Version of the Orders API to use with this call
Response
Successful Response
Example response
{
"links": {
"first": "/api/v1/users?limit=1&offset1",
"last": "/api/v1/users?limit=1&offset1",
"self": "/api/v1/users?limit=1&offset1",
"next": "/api/v1/users?limit=1&offset1",
"prev": "/api/v1/users?limit=1&offset1"
}
}