GET api/Internal/CustomerMeasurements?CompanyID={CompanyID}&CustomerCode={CustomerCode}&NumberOfRecords={NumberOfRecords}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyID

integer

Required

CustomerCode

string

Required

NumberOfRecords

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MeasurementModel_POST_2_0
NameDescriptionTypeAdditional information
MetaData

Collection of MetaDataItem_2_0

None.

DeviceDBGUID

string

None.

MeasurementID

integer

None.

DeviceUnitNo

string

None.

UserIdentificationMethod

string

None.

UserIdentifier1

string

None.

UserIdentifier2

string

None.

UserIdentifier3

string

None.

UserIdentifier4

string

None.

UserIdentifier5

string

None.

FirstName

string

None.

LastName

string

None.

DateOfBirth

string

None.

Gender

integer

None.

IDNumber

string

None.

PassportNumber

string

None.

EmailAddress

string

None.

CellNo

string

None.

MeasurementTimestamp

string

None.

UserAge

integer

None.

MetabolicAge

integer

None.

Weight

decimal number

None.

Height

decimal number

None.

BMI

decimal number

None.

SystolicBP

integer

None.

DiastolicBP

integer

None.

Pulse

integer

None.

SpO2

integer

None.

BodyFat

decimal number

None.

DCI_kal

decimal number

None.

BodyWater

decimal number

None.

BodyWaterMass

decimal number

None.

FatFreeMass

decimal number

None.

BodyFatMass

decimal number

None.

StdBodyWeight

decimal number

None.

BMR_kcal

decimal number

None.

UserSelectedActivityLevel

integer

None.

RecordDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MetaData": [
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "DeviceDBGUID": "sample string 1",
    "MeasurementID": 2,
    "DeviceUnitNo": "sample string 3",
    "UserIdentificationMethod": "sample string 4",
    "UserIdentifier1": "sample string 5",
    "UserIdentifier2": "sample string 6",
    "UserIdentifier3": "sample string 7",
    "UserIdentifier4": "sample string 8",
    "UserIdentifier5": "sample string 9",
    "FirstName": "sample string 10",
    "LastName": "sample string 11",
    "DateOfBirth": "sample string 12",
    "Gender": 13,
    "IDNumber": "sample string 14",
    "PassportNumber": "sample string 15",
    "EmailAddress": "sample string 16",
    "CellNo": "sample string 17",
    "MeasurementTimestamp": "sample string 18",
    "UserAge": 19,
    "MetabolicAge": 20,
    "Weight": 21.1,
    "Height": 22.1,
    "BMI": 23.1,
    "SystolicBP": 24,
    "DiastolicBP": 25,
    "Pulse": 26,
    "SpO2": 27,
    "BodyFat": 28.1,
    "DCI_kal": 29.1,
    "BodyWater": 30.1,
    "BodyWaterMass": 31.1,
    "FatFreeMass": 32.1,
    "BodyFatMass": 33.1,
    "StdBodyWeight": 34.1,
    "BMR_kcal": 35.1,
    "UserSelectedActivityLevel": 36,
    "RecordDeleted": 37
  },
  {
    "MetaData": [
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "DeviceDBGUID": "sample string 1",
    "MeasurementID": 2,
    "DeviceUnitNo": "sample string 3",
    "UserIdentificationMethod": "sample string 4",
    "UserIdentifier1": "sample string 5",
    "UserIdentifier2": "sample string 6",
    "UserIdentifier3": "sample string 7",
    "UserIdentifier4": "sample string 8",
    "UserIdentifier5": "sample string 9",
    "FirstName": "sample string 10",
    "LastName": "sample string 11",
    "DateOfBirth": "sample string 12",
    "Gender": 13,
    "IDNumber": "sample string 14",
    "PassportNumber": "sample string 15",
    "EmailAddress": "sample string 16",
    "CellNo": "sample string 17",
    "MeasurementTimestamp": "sample string 18",
    "UserAge": 19,
    "MetabolicAge": 20,
    "Weight": 21.1,
    "Height": 22.1,
    "BMI": 23.1,
    "SystolicBP": 24,
    "DiastolicBP": 25,
    "Pulse": 26,
    "SpO2": 27,
    "BodyFat": 28.1,
    "DCI_kal": 29.1,
    "BodyWater": 30.1,
    "BodyWaterMass": 31.1,
    "FatFreeMass": 32.1,
    "BodyFatMass": 33.1,
    "StdBodyWeight": 34.1,
    "BMR_kcal": 35.1,
    "UserSelectedActivityLevel": 36,
    "RecordDeleted": 37
  }
]

application/xml, text/xml

Sample:
<ArrayOfMeasurementModel_POST_2_0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HealthinatorAPI">
  <MeasurementModel_POST_2_0>
    <BMI>23.1</BMI>
    <BMR_kcal>35.1</BMR_kcal>
    <BodyFat>28.1</BodyFat>
    <BodyFatMass>33.1</BodyFatMass>
    <BodyWater>30.1</BodyWater>
    <BodyWaterMass>31.1</BodyWaterMass>
    <CellNo>sample string 17</CellNo>
    <DCI_kal>29.1</DCI_kal>
    <DateOfBirth>sample string 12</DateOfBirth>
    <DeviceDBGUID>sample string 1</DeviceDBGUID>
    <DeviceUnitNo>sample string 3</DeviceUnitNo>
    <DiastolicBP>25</DiastolicBP>
    <EmailAddress>sample string 16</EmailAddress>
    <FatFreeMass>32.1</FatFreeMass>
    <FirstName>sample string 10</FirstName>
    <Gender>13</Gender>
    <Height>22.1</Height>
    <IDNumber>sample string 14</IDNumber>
    <LastName>sample string 11</LastName>
    <MeasurementID>2</MeasurementID>
    <MeasurementTimestamp>sample string 18</MeasurementTimestamp>
    <MetabolicAge>20</MetabolicAge>
    <PassportNumber>sample string 15</PassportNumber>
    <Pulse>26</Pulse>
    <RecordDeleted>37</RecordDeleted>
    <SpO2>27</SpO2>
    <StdBodyWeight>34.1</StdBodyWeight>
    <SystolicBP>24</SystolicBP>
    <UserAge>19</UserAge>
    <UserIdentificationMethod>sample string 4</UserIdentificationMethod>
    <UserIdentifier1>sample string 5</UserIdentifier1>
    <UserIdentifier2>sample string 6</UserIdentifier2>
    <UserIdentifier3>sample string 7</UserIdentifier3>
    <UserIdentifier4>sample string 8</UserIdentifier4>
    <UserIdentifier5>sample string 9</UserIdentifier5>
    <UserSelectedActivityLevel>36</UserSelectedActivityLevel>
    <Weight>21.1</Weight>
    <MetaData>
      <MetaDataItem_2_0>
        <Key>sample string 1</Key>
        <Value>sample string 2</Value>
      </MetaDataItem_2_0>
      <MetaDataItem_2_0>
        <Key>sample string 1</Key>
        <Value>sample string 2</Value>
      </MetaDataItem_2_0>
    </MetaData>
  </MeasurementModel_POST_2_0>
  <MeasurementModel_POST_2_0>
    <BMI>23.1</BMI>
    <BMR_kcal>35.1</BMR_kcal>
    <BodyFat>28.1</BodyFat>
    <BodyFatMass>33.1</BodyFatMass>
    <BodyWater>30.1</BodyWater>
    <BodyWaterMass>31.1</BodyWaterMass>
    <CellNo>sample string 17</CellNo>
    <DCI_kal>29.1</DCI_kal>
    <DateOfBirth>sample string 12</DateOfBirth>
    <DeviceDBGUID>sample string 1</DeviceDBGUID>
    <DeviceUnitNo>sample string 3</DeviceUnitNo>
    <DiastolicBP>25</DiastolicBP>
    <EmailAddress>sample string 16</EmailAddress>
    <FatFreeMass>32.1</FatFreeMass>
    <FirstName>sample string 10</FirstName>
    <Gender>13</Gender>
    <Height>22.1</Height>
    <IDNumber>sample string 14</IDNumber>
    <LastName>sample string 11</LastName>
    <MeasurementID>2</MeasurementID>
    <MeasurementTimestamp>sample string 18</MeasurementTimestamp>
    <MetabolicAge>20</MetabolicAge>
    <PassportNumber>sample string 15</PassportNumber>
    <Pulse>26</Pulse>
    <RecordDeleted>37</RecordDeleted>
    <SpO2>27</SpO2>
    <StdBodyWeight>34.1</StdBodyWeight>
    <SystolicBP>24</SystolicBP>
    <UserAge>19</UserAge>
    <UserIdentificationMethod>sample string 4</UserIdentificationMethod>
    <UserIdentifier1>sample string 5</UserIdentifier1>
    <UserIdentifier2>sample string 6</UserIdentifier2>
    <UserIdentifier3>sample string 7</UserIdentifier3>
    <UserIdentifier4>sample string 8</UserIdentifier4>
    <UserIdentifier5>sample string 9</UserIdentifier5>
    <UserSelectedActivityLevel>36</UserSelectedActivityLevel>
    <Weight>21.1</Weight>
    <MetaData>
      <MetaDataItem_2_0>
        <Key>sample string 1</Key>
        <Value>sample string 2</Value>
      </MetaDataItem_2_0>
      <MetaDataItem_2_0>
        <Key>sample string 1</Key>
        <Value>sample string 2</Value>
      </MetaDataItem_2_0>
    </MetaData>
  </MeasurementModel_POST_2_0>
</ArrayOfMeasurementModel_POST_2_0>