steps

Get a list of steps, grouped by date

get/patients/{patient_id}/steps_data

Path parameters

patient_idinteger required

Query parameters

date_sincestring
date_untilstring

Response

successful operation

step_countinteger required

number of steps taken

steps_datestring required

calendar date in format YYYY-MM-DD

Example response

[
  {
    "steps_date": "2019-01-02"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.