latestOpenAPI 3.1.02026-08-0854104180.4 KB

f39a4bfeca8e

Order Queries

List all queries for an order

Get a paginated list of all the queries associated with the specified order.

get/orders/{order_id}/queries

Path parameters

order_idstring required

Query parameters

limitinteger
offsetinteger

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

totalinteger required
limitinteger
offsetinteger
unfiltered_totalinteger

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"
  }
}