latestOpenAPI 3.1.02026-08-0854104180.4 KB

f39a4bfeca8e

Documents

List all documents

Get a paginated list of all the documents associated with the specified order or query.

get/documents

Query parameters

order_idstring
order_uuidstring uuid4
query_idstring
query_uuidstring uuid4
chase_uuidstring uuid4
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"
  }
}