Ramp · Arazzo Workflow
Ramp Paginate Accounting Accounts
Version 1.0.0
Page through the general ledger account list by following the start cursor.
View Spec
View on GitHub
FinanceSpend ManagementCorporate CardsExpense ManagementAccounts PayableBill PayAccountingReimbursementsArazzoWorkflows
Provider
Workflows
paginate-accounting-accounts
Retrieve two consecutive pages of general ledger accounts using the start cursor.
Lists the first page of accounting accounts at a given page size, then follows the page.next cursor to list the second page.
1
firstPage
listAccountingAccounts
List the first page of general ledger accounts at the requested page size and capture the forward cursor from the page metadata.
2
secondPage
listAccountingAccounts
List the next page of accounts by sending the forward cursor captured from the first page back as the start parameter.