v1
latestOpenAPI 3.0.12026-07-245277551.2 MBAccounts Receivable Ledger
List transactions for an AR ledger
Retrieve a paginated list of transactions belonging to a specific accounts receivable (AR) ledger. You can filter by transaction state (posted or pending), date ranges, transaction type, and more. Use this endpoint to review the detailed financial activity within an AR ledger.
get/accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/transactions
Path parameters
accountsReceivableLedgerIdinteger required
Unique identifier of the accounts receivable ledger.
Query parameters
pageTokenstring
Opaque token for cursor-based pagination. Pass the nextPageToken value from a previous response to retrieve the next page. Omit this parameter (or pass null) for the first page.
pageSizeinteger
Number of results to return per page. If not specified, the server uses a default page size.
Headers
X-Property-IDinteger required
Property id
Response
OK