Retrieve chart transactions with advanced filtering options
Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication with required prefix "Token"
Comma-separated aggregations, e.g. sum:amount,count:id
If true, uses full transaction date range for the customer; start_date and end_date are ignored
Filter by categorization state (true/false)
If true, skip opening-balance computation
If true, dispatch async CSV/Excel email export instead of returning rows
Latest date (inclusive) for which to retrieve data. Defaults to end of current month
Comma-separated list of fields to group by (e.g. account,vendor,tag_group_)
Comma-separated values matched positionally to group_fields for drill-down
When set to 'true', returns ONLY deleted records instead of active records. Deleted records contain minimal data: 'id', 'is_deleted=true', 'deleted_at' timestamp, and 'last_modified_at'. When 'false' or omitted, returns ONLY active records. This provides clean separation between active and deleted data.
If true, include match metadata (has_matches, primary_action_type) in serialized rows
Filter for records modified on or after this timestamp. Format: ISO 8601 (e.g., '2024-01-01T00:00:00Z' or '2024-01-01'). Works with both active records and deleted records (filters by deletion time for deleted records).
Filter for records modified on or before this timestamp. Format: ISO 8601 (e.g., '2024-12-31T23:59:59Z' or '2024-12-31'). Works with both active records and deleted records (filters by deletion time for deleted records).
all, any Comma-separated list of pivot dimensions
Free-text search across journal memo, bank description, and related fields
Sort field; prefix with - for descending. Default: -posted_at
Earliest date (inclusive) for which to retrieve data. Defaults to six months ago
No response body