Get Expense
Description:
The /expense/{id}
endpoint retrieves detailed information about a specific expense record.
Method:
GET
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the expense record |
Query Parameters:
Parameter | Type | Description |
---|---|---|
include (Optional) | string | Comma-separated related entities to include (Artist, Product, Asset, Split) |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Expense ID
Comma-separated related entities to include (Artist, Product, Asset, Split)
Success
The response is of type object
.