sleep
Get a list of sleep logs of a patient
get/patients/{patient_id}/sleep_data
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
sleep_day_group_time_start_deltainteger
sleep_day_group_time_end_deltainteger
Response
successful operation
Example response
[
{
"sleep_date": "2019-01-02"
}
]Changes
No recorded changes to this endpoint across all 4 revisions of this API.