patient_report
Get the goal report of the patient for this week and last week.
get/patients/{patient_id}/goals/weekly_report
Path parameters
patient_idinteger required
Query parameters
datestring required
reference date (today's date) in format YYYY-MM-DD
Example:2019-01-02
Response
successful operation
Example response
[
{
"change": "increase, decrease",
"goal_type": "frequency, nutrient",
"target_display_name": "vitamin c",
"target_name": "vitamin_c_mg",
"target_unit": "mg"
}
]