Skip to main content
GET
List Credit Memos

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

client
integer[]

Filter by client IDs (can specify multiple)

contract
integer[]

Filter by contract IDs (can specify multiple)

end_date
string

Filter credit memos created on or before this date (YYYY-MM-DD format)

entity
integer[]

Filter by entity IDs (can specify multiple)

limit
integer

Number of results to return per page

offset
integer

Number of results to skip for pagination

q
string

Search credit memo numbers, messages, and client names

sort
enum<string>

Sort results by field (prefix with - for descending)

Available options:
-amount_used,
-client_name,
-credit_memo_date,
-credit_memo_number,
-total_amount,
amount_used,
client_name,
credit_memo_date,
credit_memo_number,
total_amount
start_date
string

Filter credit memos created on or after this date (YYYY-MM-DD format)

status
enum<string>

Filter by application status

Available options:
open,
partially_used,
used,
voided

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"