GET api/me/my-health/chart?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

None.

Response Information

Resource Description

PaginationRespModelOfMemberHealthModel
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

LastPage

integer

None.

PerPage

integer

None.

Total

integer

None.

From

integer

None.

To

integer

None.

Data

Collection of MemberHealthModel

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "LastPage": 2,
  "PerPage": 3,
  "Total": 4,
  "From": 5,
  "To": 6,
  "Data": [
    {
      "Id": 1,
      "BMI": 2.1,
      "Weight": 3.1,
      "Height": 4.1,
      "BloodPressureFrom": 5.1,
      "BloodPressureTo": 6.1,
      "Pulse": 7.1,
      "BloodGlucoseFasting": 8.1,
      "BloodGlucoseRandom": 9.1,
      "HbA1c": 10.1,
      "Cholesterol": 11.1,
      "Triglyceride": 12.1,
      "HDLCholesterol": 13.1,
      "LDLCholesterol": 14.1,
      "UricAcid": 15.1,
      "Allergy": "sample string 16",
      "UnderlyingMedicalIllness": "sample string 17",
      "Remarks": "sample string 18",
      "DateCreated": "2024-09-28T11:13:39.3174288+08:00",
      "DateCreatedString": "sample string 19"
    },
    {
      "Id": 1,
      "BMI": 2.1,
      "Weight": 3.1,
      "Height": 4.1,
      "BloodPressureFrom": 5.1,
      "BloodPressureTo": 6.1,
      "Pulse": 7.1,
      "BloodGlucoseFasting": 8.1,
      "BloodGlucoseRandom": 9.1,
      "HbA1c": 10.1,
      "Cholesterol": 11.1,
      "Triglyceride": 12.1,
      "HDLCholesterol": 13.1,
      "LDLCholesterol": 14.1,
      "UricAcid": 15.1,
      "Allergy": "sample string 16",
      "UnderlyingMedicalIllness": "sample string 17",
      "Remarks": "sample string 18",
      "DateCreated": "2024-09-28T11:13:39.3174288+08:00",
      "DateCreatedString": "sample string 19"
    }
  ]
}

application/xml, text/xml

Sample:
<PaginationRespModelOfMemberHealthModelsdLWh09w xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.Property.API.Models">
  <CurrentPage>1</CurrentPage>
  <Data>
    <MemberHealthModel>
      <Allergy>sample string 16</Allergy>
      <BMI>2.1</BMI>
      <BloodGlucoseFasting>8.1</BloodGlucoseFasting>
      <BloodGlucoseRandom>9.1</BloodGlucoseRandom>
      <BloodPressureFrom>5.1</BloodPressureFrom>
      <BloodPressureTo>6.1</BloodPressureTo>
      <Cholesterol>11.1</Cholesterol>
      <DateCreated>2024-09-28T11:13:39.3174288+08:00</DateCreated>
      <DateCreatedString>sample string 19</DateCreatedString>
      <HDLCholesterol>13.1</HDLCholesterol>
      <HbA1c>10.1</HbA1c>
      <Height>4.1</Height>
      <Id>1</Id>
      <LDLCholesterol>14.1</LDLCholesterol>
      <Pulse>7.1</Pulse>
      <Remarks>sample string 18</Remarks>
      <Triglyceride>12.1</Triglyceride>
      <UnderlyingMedicalIllness>sample string 17</UnderlyingMedicalIllness>
      <UricAcid>15.1</UricAcid>
      <Weight>3.1</Weight>
    </MemberHealthModel>
    <MemberHealthModel>
      <Allergy>sample string 16</Allergy>
      <BMI>2.1</BMI>
      <BloodGlucoseFasting>8.1</BloodGlucoseFasting>
      <BloodGlucoseRandom>9.1</BloodGlucoseRandom>
      <BloodPressureFrom>5.1</BloodPressureFrom>
      <BloodPressureTo>6.1</BloodPressureTo>
      <Cholesterol>11.1</Cholesterol>
      <DateCreated>2024-09-28T11:13:39.3174288+08:00</DateCreated>
      <DateCreatedString>sample string 19</DateCreatedString>
      <HDLCholesterol>13.1</HDLCholesterol>
      <HbA1c>10.1</HbA1c>
      <Height>4.1</Height>
      <Id>1</Id>
      <LDLCholesterol>14.1</LDLCholesterol>
      <Pulse>7.1</Pulse>
      <Remarks>sample string 18</Remarks>
      <Triglyceride>12.1</Triglyceride>
      <UnderlyingMedicalIllness>sample string 17</UnderlyingMedicalIllness>
      <UricAcid>15.1</UricAcid>
      <Weight>3.1</Weight>
    </MemberHealthModel>
  </Data>
  <From>5</From>
  <LastPage>2</LastPage>
  <PerPage>3</PerPage>
  <To>6</To>
  <Total>4</Total>
</PaginationRespModelOfMemberHealthModelsdLWh09w>