metrics
Query the patient's DASH over a time period
get/metrics/patients/{patient_id}/DASH
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
calendar date in format YYYY-MM-DD
Example:2020-05-02
date_untilstring required
calendar date in format YYYY-MM-DD
Example:2020-05-10
Response
successful operation
Example response
{
"daily_dash_scores": [
{
"log_date": "2020-05-02"
}
],
"date_since": "2020-05-02",
"date_until": "2020-05-10"
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.