GET api/SensorData/AccelerometerToolDamageData?serialNumber={serialNumber}&beforeDate={beforeDate}&afterDate={afterDate}&zeroOffsetDate={zeroOffsetDate}

Get tool damage calculations based on categorized accelerometer data from device (Requires special permission).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serialNumber

Device serial number

string

Required

beforeDate

Only records before this date (Optional)

date

None.

afterDate

Only records after this date (Optional)

date

None.

zeroOffsetDate

consider all counters at zero until this date - allows for getting precise accumulation of data for only a specific time window (Optional)

date

None.

Body Parameters

None.

Response Information

Resource Description

Get tool damage calculations based on categorized accelerometer data from device (Requires special permission).

Collection of AccelerometerHistogramDataToolDamageModel
NameDescriptionTypeAdditional information
Timestamp

date

None.

EquivalentAcceleration

Counters expressed as average acceleration since last report

decimal number

None.

EquivalentAccelerationMoreThan2G

Counters expressed as average acceleration since last report, only counting accelerations above 2048mg

decimal number

None.

Damage

integer64

None.

DamageMoreThan2G

integer64

None.

DamageAccumulated

integer64

None.

DamageAccumulatedMoreThan2G

integer64

None.

Response Formats

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

Sample:

Sample not available.