insights
Gets a summary of a patient's daily insights
get/patients/{patient_id}/insights/daily-summary
Path parameters
patient_idinteger required
Query parameters
datestring
calendar date in format YYYY-MM-DD
Example:2019-01-02
force_rebuildboolean
force the rebuild of the daily summary
Response
successful operation
Example response
{
"insight_body_markdown": "Great job eating vegetables. Try some more fruits.",
"insight_date": "2021-01-01",
"insight_summary": "Great job eating vegetables",
"insight_summary_translations": {
"fr": "Bon travail en mangeant des légumes"
},
"insight_title": "Great job eating vegetables",
"insight_title_translations": {
"fr": "Bon travail en mangeant des légumes"
},
"version": "1"
}