GET
/
api
/
v1
/
reports
/
revenue
Revenue report
curl --request GET \
  --url http://127.0.0.1:8080/api/v1/reports/revenue
{
  "period": "<string>",
  "total_revenue": "<string>",
  "payment_count": 123,
  "rows": [
    {
      "property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "property_name": "<string>",
      "payment_count": 123,
      "total_amount": "<string>"
    }
  ],
  "property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Query Parameters

period
string
required

Billing period in YYYY-MM

property_id
string<uuid>

Optional property filter

Response

200 - application/json

Revenue report

period
string
required
total_revenue
string
required
payment_count
integer<int64>
required
rows
object[]
required
property_id
string<uuid> | null