Associations
Gets sensor rules associated with a device
Gets a list of sensor rules associated with the device trackingId.
get/associations/v3/{trackingId}/sensors
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
countinteger
The number of items to return per page.
Response
Response body contains an array of sensor rule objects, count indicating the number of returned sensor rules, and pageToken if available.
If no sensor rule is found, an object with empty data array is returned.