mess_get_registrations
Retrieve your registered meals for specific dates to track what you're scheduled to eat. Use this tool to view meal bookings within a two-month range.
Instructions
Look up what meals the user is registered for over a date range.
Use this to answer: "what am I eating today/tomorrow/this week?", "show my registrations", "which meals do I have booked?". Max range: 2 months. Both dates are inclusive.
Args: params: auth_key/session, from (YYYY-MM-DD), to (YYYY-MM-DD)
Returns: JSON array of MealRegistration objects (meal_date, meal_type, meal_mess, category, user_id, registered_at, cancelled_at, availed_at, availed_price, monthly_reg)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |