Sign in

Transactions of chart

documented

List transactions for a specific chart account.

GET /api/{version}/clients/{clientname}/charts/{account-number}/transactionsGeneral ledgerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://service.runmyaccounts.com/api/{{$version}}/clients/{{$clientname}}/charts/{{$account_number}}/transactions?api_key={{RUNMYACCOUNTS_API_KEY}}&accno={{$accno}}&from_date={{$from_date}}&to_date={{$to_date}}&include_openings={{$include_openings}}&include_closings={{$include_closings}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Transactions of chart · runmyaccounts · OpenIntegrations