GET api/TableAllData/{id}

Get Data By ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Integer

integer

Required

Body Parameters

None.

Response Information

Resource Description

Table Object

TableAllData
NameDescriptionTypeAdditional information
InsulTradenameID

Trade name ID

integer

None.

InsulMaterialID

integer

None.

InsulManufacturerID

integer

None.

TradeNameId

integer

None.

ID

Identification number assigned for a particular data record

integer

None.

Date

Date of measurement

string

None.

Material

Generic name of material

string

None.

TradeName

Trademark, trade name, or some additional material designation, if available

string

None.

Form

Type of insulation material – blanket, batt, board, block, loose-fill, etc.

string

None.

Description

Provides additional recorded information for the test specimen, if available

string

None.

SampleNo

Identification number assigned to a particular test specimen

string

None.

Manufacturer

Name of manufacturer or third-party source of test specimen

string

None.

Interposed

Was an auxiliary material placed between the test specimen and apparatus plates? Yes or No

string

None.

SheetMaterial

Auxiliary material, if present, placed between test specimen and apparatus plates

string

None.

SpecimenTC

Were auxiliary thermocouples placed between the test specimen and apparatus plates? Yes or No

string

None.

DescTC

Type of auxiliary thermocouple, if used

string

None.

Mode

Two-sided or one-sided mode of apparatus operation [default = 2]

string

None.

OtherSpec

If one-sided, name of other test specimen

string

None.

Density

Bulk density, including voids, of test specimen in kg∙m-3 or lb∙ft-3

decimal number

None.

Delta_X

Thickness of cross-section of test specimen in mm or inches

decimal number

None.

Mean_Temp

Average of hot and cold plate temperatures in °C or °F

decimal number

None.

Delta_T

Temperature difference across the test specimen thickness in K or °F

decimal number

None.

k

Time rate of steady-state heat flow through a unit area of a homogenous material induced by unit temperature gradient normal to the unit area in W∙m-1∙K-1 or Btu∙in∙h-1∙ft-2∙°F-1

decimal number

None.

Unc

Uncertainty of measurement, if specified

string

None.

InitMC

Amount of water, by mass, present in the specimen at test start in %, if available

decimal number

None.

FinalMC

Amount of water, by mass, present in the specimen at test end in %, if available

decimal number

None.

PreTestCond

Specimen conditioning (temperature, humidity, time) prior to test, if available

string

None.

Comments

Comments

string

None.

Apparatus

Name of the test apparatus used to provide the test data

string

None.

TestMethod

ASTM test method?

string

None.

Response Formats

application/json, text/json

Sample:
{
  "insulTradenameID": 1,
  "insulMaterialID": 1,
  "insulManufacturerID": 1,
  "tradeNameId": 1,
  "id": 1,
  "date": "sample string 2",
  "material": "sample string 3",
  "tradeName": "sample string 4",
  "form": "sample string 5",
  "description": "sample string 6",
  "sampleNo": "sample string 7",
  "manufacturer": "sample string 8",
  "interposed": "sample string 9",
  "sheetMaterial": "sample string 10",
  "specimenTC": "sample string 11",
  "descTC": "sample string 12",
  "mode": "sample string 13",
  "otherSpec": "sample string 14",
  "density": 1.1,
  "delta_X": 1.1,
  "mean_Temp": 1.1,
  "delta_T": 1.1,
  "k": 1.1,
  "unc": "sample string 15",
  "initMC": 1.1,
  "finalMC": 1.1,
  "preTestCond": "sample string 16",
  "comments": "sample string 17",
  "apparatus": "sample string 18",
  "testMethod": "sample string 19"
}

application/xml, text/xml

Sample:
<TableAllData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srd81.Models">
  <Apparatus>sample string 18</Apparatus>
  <Comments>sample string 17</Comments>
  <Date>sample string 2</Date>
  <Delta_T>1.1</Delta_T>
  <Delta_X>1.1</Delta_X>
  <Density>1.1</Density>
  <DescTC>sample string 12</DescTC>
  <Description>sample string 6</Description>
  <FinalMC>1.1</FinalMC>
  <Form>sample string 5</Form>
  <ID>1</ID>
  <InitMC>1.1</InitMC>
  <InsulManufacturerID>1</InsulManufacturerID>
  <InsulMaterialID>1</InsulMaterialID>
  <InsulTradenameID>1</InsulTradenameID>
  <Interposed>sample string 9</Interposed>
  <Manufacturer>sample string 8</Manufacturer>
  <Material>sample string 3</Material>
  <Mean_Temp>1.1</Mean_Temp>
  <Mode>sample string 13</Mode>
  <OtherSpec>sample string 14</OtherSpec>
  <PreTestCond>sample string 16</PreTestCond>
  <SampleNo>sample string 7</SampleNo>
  <SheetMaterial>sample string 10</SheetMaterial>
  <SpecimenTC>sample string 11</SpecimenTC>
  <TestMethod>sample string 19</TestMethod>
  <TradeName>sample string 4</TradeName>
  <TradeNameId>1</TradeNameId>
  <Unc>sample string 15</Unc>
  <k>1.1</k>
</TableAllData>