Get report summary
Retrieve a paginated list of billing report summaries.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Query Parameters
limit?integer
Number of results per page
page?integer
Page number
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/billing/report/summary"{
"message": "Summary billing report",
"data": {
"data": [
{
"id": 0,
"billing periode": "March 2024",
"billing_date": "2019-08-24T14:15:22Z",
"status": "Not Settled",
"fully_settle": true,
"total": 0,
"can_download": true
}
],
"page": {
"total": 0,
"count": 0,
"per_page": 0,
"current_page": 0,
"total_pages": 0
}
}
}