API – Student Meal Consumption
Introduction
The student meal consumption includes meal consumption information e.g. breakfast, lunch and dinner in residential college. There is historical data between August 2014 and June 2021.
API Reference
Student Meal Consumption Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
hashID | string | No | Hashed ID for student identity, same hashed ID is generated for same student within the same day | "hashID": "6b9fe8640141f543cfc4f5a41f40d5ff" |
rcMember | string | Yes | Residential college which the student belongs to | "rcMember":"LCWC" |
consumeTime | date | Yes | Time of meal consumption | "consumeTime":"2014-08-23T12:42:11" |
consumptionLocation | string | Yes | Residential college where the meal is consumed | "consumptionLocation": "LCWC" |
mealType | string | No | Type of meal: BREAKFAST, LUNCH or DINNER | "mealType": "LUNCH" |
lastModifiedDate | date | Yes | Last modified date | "lastModifiedDate": "2014-08-23T12:42:11" |