patient_report
Get the goal report of the patient for this week and last week.
get/patients/{patient_id}/goals/progress_report
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
reference date (today's date) in format YYYY-MM-DD
Example:2020-08-02
date_untilstring required
reference date (today's date) in format YYYY-MM-DD
Example:2020-09-02
Response
successful operation
Example response
[
{
"change": "increase, decrease",
"goal_type": "frequency, nutrient",
"statement": "you met your goal 5 times out of 6",
"target_display_name": "vitamin c",
"target_name": "vitamin_c_mg",
"target_unit": "mg"
}
]