stress
Post a new stress activity
post/patients/{patient_id}/stress
Path parameters
patient_idinteger required
Request body
Example request
{
"stress_activity_type": "breathing",
"stress_date": "2019-01-02",
"stress_end_time": "17:30:00",
"stress_start_time": "17:30:00"
}Response
successful operation
Example response
{
"stress_activity_type": "breathing",
"stress_date": "2019-01-02",
"stress_end_time": "17:30:00",
"stress_start_time": "17:30:00"
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.