Skip to main content
GET
List Card purchase documents

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

entity_id
string<uuid>
required

Entity ID Unique identifier

from_datetime
string
required

From datetime

to_datetime
string
required

To datetime

card_id
string<uuid>

Card ID Unique identifier

category_code
string

Category Code

category_type
string

Category Type

before
string

Parameter used for pagination. It is a base64 encoded param used to access the previous page of results. It is provided alongside a metadata section if there is a previous page.

after
string

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

limit
integer

Parameter used for pagination.

status
string

Status

order_by
string

Order by

Response

Documents

A List of Purchase Documents

data
Card Purchase Document · object[]