subscription

Get list of subscriptions available to the hospital

get/hospital/{hospital_id}/subscriptions

Path parameters

hospital_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