GET api/SensorData/GetSensorTagData?SerialNumber={SerialNumber}&BeforeDate={BeforeDate}&AfterDate={AfterDate}&Count={Count}

Get sensor data from external sensor tags Limit: Once per minute

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SerialNumber

Unit serial number

string

Required

BeforeDate

Only records before this date (Optional)

date

None.

AfterDate

Only records after this date (Optional)

date

None.

Count

Number of records to return (Optional)

integer32

Default value is 100

Body Parameters

None.

Response Information

Resource Description

Get sensor data from external sensor tags Limit: Once per minute

Collection of SensorTagDataModel
NameDescriptionTypeAdditional information
SerialNumber

Unit Serialnumber

string

Required

TagNumber

Tag number

string

None.

TagName

Tag name

string

None.

TagType

Tag type

UnitTagType2Enum

None.

Timestamp

Timestamp

date

None.

BatteryLow

Battery low

boolean

Null values possible.

Temperature

­Temperature in °C

decimal number

Null values possible.

Humidity

Humidity in %

decimal number

Null values possible.

DewPoint

Dewpoint in °C

decimal number

Null values possible.

SensorDataId

integer64

None.

MessageId

integer64

None.

Visible

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.