Skip to main content
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 Authorization:
  • Required role: user or higher
Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

include
string

Comma-separated related entities to include (Artist, Product, Asset)

q
string

Search term to filter expenses by title or type

page
integer
default:1

Page number for pagination (1-based)

size
integer
default:10

Number of items per page

Response

Success

message
string
expenses
object[]
total
integer
page
integer
size
integer
totalPages
integer
summary
object