GET api/LiveData/ThermalProfile?machineId={machineId}&date={date}&loginToken={loginToken}&minTemp={minTemp}&maxTemp={maxTemp}&colorScheme={colorScheme}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | integer |
Required |
|
| date | string |
Required |
|
| loginToken | string |
Required |
|
| minTemp | decimal number |
Required |
|
| maxTemp | decimal number |
Required |
|
| colorScheme | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PaverThermalProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| Rows | Collection of ThermalProfileRow |
None. |
|
| ColorPalette | Collection of ColorTuple |
None. |
Response Formats
application/json, text/json
Sample:
{
"Rows": null,
"ColorPalette": null
}
application/xml, text/xml
Sample:
<PaverThermalProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickType"> <ColorPalette i:nil="true" /> <Rows i:nil="true" /> </PaverThermalProfile>