mess_get_monthly_registration
Retrieve monthly mess registration details and snack availments for a specified month and year using authentication credentials.
Instructions
Get the monthly mess registration for the current user.
Also returns snack availments for the month.
Args: params: auth_key/session, optional month (1-12), optional year
Returns: JSON { registration: MonthlyRegistration, snack_availments: [...] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |