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 |
Parameter | Type | Description |
---|---|---|
include (Optional) | string | Comma-separated related entities to include (Artist, Product, Asset, Split) |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Expense ID |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
include | string | query | ā | Comma-separated related entities to include (Artist, Product, Asset, Split) |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Expense
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Expense ID
Query Parameters
Comma-separated related entities to include (Artist, Product, Asset, Split)