mindfulness
Get a list of mindfulness of a patient
get/patients/{patient_id}/mindfulness_data
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
Response
successful operation
Example response
[
{
"mindfulness_activity_type": "breathing",
"mindfulness_date": "2019-01-02",
"mindfulness_end_time": "17:30:00",
"mindfulness_start_time": "17:30:00"
}
]Changes
No recorded changes to this endpoint across all 15 revisions of this API.