DocsAPI ReferenceDashboard/bff/dashboard/cancelled-events
getDashboardAdmin BFF

/bff/dashboard/cancelled-events

Analyzes event cancellations by calendar and day of week. For service businesses, reveals issues with pricing, capacity, or communication.

DashboardgetBffDashboardCancelled-events

Parameters

1 query

1 total
Query · 1
daysnumber

Number of days to analyze. Defaults to 30.

Default: 30

Request

GET /bff/dashboard/cancelled-events

get
curl -X GET "https://api.bizkithub.com/bff/dashboard/cancelled-events?days=30" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Cancelled events analysis.

{
  "summary": {
    "totalEvents": 0,
    "cancelledEvents": 0,
    "cancellationRate": 0,
    "lostRevenue": 0
  },
  "byCalendar": [
    {
      "calendarId": 0,
      "calendarName": "example_calendarName",
      "totalEvents": 0,
      "cancelledEvents": 0,
      "cancellationRate": 0
    }
  ],
  "byDayOfWeek": [
    {
      "dayOfWeek": 0,
      "dayName": "example_dayName",
      "totalEvents": 0,
      "cancelledEvents": 0,
      "cancellationRate": 0
    }
  ],
  "recentCancellations": [
    {
      "eventId": 0,
      "eventTitle": "example_eventTitle",
      "calendarName": "example_calendarName",
      "startTime": "example_startTime",
      "customerName": "example_customerName"
    }
  ],
  "currency": "example_currency"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key