Retrieves a paginated list of accounting credit memos with comprehensive filtering and sorting capabilities.
This endpoint provides a powerful interface for browsing and searching credit memos with:
Key Features:
Query Parameters:
start_date
, end_date
: Filter by credit memo date rangestatus
: Filter by application status (open, partially_used, used, voided)q
: Full-text search across credit memo number, message, and client nameclient
: Filter by specific client IDs (supports multiple values)entity
: Filter by specific entity IDs (supports multiple values)contract
: Filter by specific contract IDs (supports multiple values)sort
: Sort by various fields (credit_memo_date, client_name, total_amount, etc.)limit
, offset
: Pagination controls for large result setsToken-based authentication with required prefix "Token"
Filter by client IDs (can specify multiple)
Filter by contract IDs (can specify multiple)
Filter credit memos created on or before this date (YYYY-MM-DD format)
Filter by entity IDs (can specify multiple)
Number of results to return per page
Number of results to skip for pagination
Search credit memo numbers, messages, and client names
Sort results by field (prefix with - for descending)
-amount_used
, -client_name
, -credit_memo_date
, -total_amount
, amount_used
, client_name
, credit_memo_date
, total_amount
Filter credit memos created on or after this date (YYYY-MM-DD format)
Filter by application status
open
, partially_used
, used
, voided
The response is of type object
.