mess_get_all_bills
Retrieve detailed billing history for all months with charges from the IIITH Mess System, including food, extras, and infrastructure costs in paise.
Instructions
Get bill breakdown for all months with a non-zero bill.
Includes food_bill, extras_bill, and infra_bill (all in paise). Divide by 100 to get rupees.
Args: params: auth_key or session
Returns: JSON array of { month, year, food_bill, extras_bill, infra_bill } — all in paise
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |