Get Expenses
Expense
Get Expenses
Get Expenses
GET
Get Expenses
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Get Expenses Description:The
/expense/ endpoint retrieves a list of expense records with filtering, pagination, and inclusion options.
Method:GET
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
| q (Optional) | string | Search query to filter expenses |
| include (Optional) | string | Comma-separated related entities to include (Artist, Product, Asset) |
| page (Optional) | integer | Page number for pagination. Default: 1 |
| size (Optional) | integer | Number of expenses per page. Default: 10 |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Comma-separated related entities to include (Artist, Product, Asset)
Search term to filter expenses by title or type
Page number for pagination (1-based)
Number of items per page