v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Budgets

List Budget Transactions

get/open-api/v3/budgets/transactions

Query parameters

idstring uuid

The UUID of the transaction.

The UUID of the transaction.

accountIdstring uuid required

The UUID of the account.

The UUID of the account.

budgetIdstring uuid

The UUID of the budget.

The UUID of the budget.

clientTransactionIdstring

User-provided custom transaction ID.

User-provided custom transaction ID.

cardReferenceIdstring

This value corresponds to the unique identifier you assigned when creating the card.

This value corresponds to the unique identifier you assigned when creating the card.

startTimestring timestamp required

Transaction start time. (Required, format: timestamp, interval with endTime must not exceed 3 months)

Transaction start time. (Required, format: timestamp, interval with endTime must not exceed 3 months)

endTimestring timestamp required

Transaction end time. (Required, format: timestamp, interval with startTime must not exceed 3 months)

Transaction end time. (Required, format: timestamp, interval with startTime must not exceed 3 months)

limitstring number

Limits the number of items to be returned.

Limits the number of items to be returned.

pagestring number

The page to be returned, counting from 1 as the first page.

The page to be returned, counting from 1 as the first page.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}