subscription
Get list of subscriptions for the patient
get/patients/{patient_id}/subscriptions
Path parameters
patient_idinteger required
Query parameters
active_onlyboolean
Response
successful operation
Example response
[
{
"expiration_date": "2019-01-02",
"name": "three-day",
"report_date": "2019-01-05",
"start_date": "2019-01-02"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.