GET api/v1/patient/reminders/get

Gets the patient times identified by token header

Request Information

Headers

URI Parameters

None.

Body Parameters

None.

Response Information

Headers

Resource Description

PatientReminders
NameDescriptionTypeAdditional information
Questionnaire

boolean

None.

Medication

boolean

None.

Measurement

boolean

None.

Response Formats

application/json

Sample:
{
  "Questionnaire": true,
  "Medication": true,
  "Measurement": true
}