Skip to main content
This endpoint provides comprehensive analytics for kitchen staff to plan meal preparation based on guest meal skipping patterns. It helps optimize food preparation and reduce waste during guest sessions. Learn more about using meal skipping data in the Guest Meal Skipping User Guide.

Authentication

Query Parameters

The API supports two modes of querying: by session ID or by date range.

Option 1: Query by Session ID

sessionId
string
required
The ID of the session to analyze for meal skipping patterns

Option 2: Query by Date Range

startDate
string
required
Start date in ISO format (YYYY-MM-DD). Required when not using sessionId.
endDate
string
required
End date in ISO format (YYYY-MM-DD). Required when not using sessionId.
Either sessionId OR both startDate and endDate must be provided.

Response

summary
object
High-level statistics about meal skipping patterns
byDate
object
Meal skipping data organized by date
byGuest
object
Meal skipping data organized by individual guest

Use Cases

Kitchen Planning

Use the byDate section to plan daily meal preparation:

Guest Management

Use the byGuest section to track individual dietary patterns:

Summary Analytics

Use the summary section for high-level insights:

Notes

  • Only active guests are included (excludes cancelled, waiting list, and review status)
  • Dates are returned in YYYY-MM-DD format
  • Guest names are formatted as “FirstName LastName”
  • Empty meal arrays indicate no skipping for that meal type
  • All times are in the center’s configured timezone
  • Data is updated in real-time as guests modify their preferences