daily consumption
Get patient's daily water and meal consumption data for multiple dates within search query, max of 31 days.
If some days' reports are missing in the database, those dates will be missing in response. At least either date_since or date_until needs to be provided.
get/patients/{patient_id}/daily_consumptions
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
sizeinteger
order_by'asc' | 'desc'
Response
successful operation
Changes
Changed in 1 of the 15 revisions of this API.2
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○