GET api/edi/logger/TemperatureChart/{id}?from={from}&thru={thru}&fmt={fmt}&demo={demo}

Download Chart .PNG (Authentication not required)

e.g. https://loggerapi.locustraxx.com/api/edi/logger/TemperatureChart/A1B1C1D1

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Logger SerialNumber

string

Required

from

Optional start timestamp (ISO8601 UTC) e.g. &from=2018-12-18T00:00:00Z

string

Default value is

thru

Optional end timestamp (ISO8601 UTC) e.g. &thru=2019-1-18T00:00:00Z

string

Default value is

fmt

"png" for just the sensor chart image, or "pdf" for the full "supplier email" PDF

string

Default value is pdf

demo

If url parameter is set to demo=true, all other parameters are ignored and a sample .PNG is returned

boolean

Default value is False

Body Parameters

None.

Request Validation Notes

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.