subscription

Get list of subscriptions available to the clinician

get/clinician/{clinician_id}/patient_subscriptions

Path parameters

clinician_idinteger required

Response

successful operation

defaultboolean required

indicate which is the default

descriptionstring required

description of the subscription

name'three-day' | 'five-day' | 'seven-day' | 'ten-day' | 'one-month' | 'cgm14' | '14-day' | '21-day' | '28-day' | 'custom' required

name of the subscription

type'single' | 'weekly' | 'monthly' | 'bi-weekly' | '4-weeks' | 'custom' required

Example response

[
  {
    "name": "three-day"
  }
]

Changes