GET api/v1/healthprofessional/patient/{patientId}/times/get

Gets the patient times identified by token header

Request Information

Headers

URI Parameters

NameDescriptionTypeAdditional information
patientId

string

Required

Body Parameters

None.

Response Information

Headers

Resource Description

PatientTimes
NameDescriptionTypeAdditional information
sleep_time

The sleep times

SleepTime

None.

meal_time

The meal times

MealTime

None.

Response Formats

application/json

Sample:
{
  "sleep_time": {
    "fall_asleep": "sample string 1",
    "awake": "sample string 2"
  },
  "meal_time": {
    "breakfast": "sample string 1",
    "lunch": "sample string 2",
    "dinner": "sample string 3"
  }
}