Retrieves last sensor value for given sensorIds and assetIds.

Retrieves last sensor value for given sensorIds and assetIds.

📘

The rate limit for this API is large.

Query Params
int32
Defaults to 500

Represents a limit of total sensor data that can be returned. The default value is 500 and maximum limit is 2000.

string

Represents the base64 converted token to be used as a cursor for fetching next batch of sensor data.

sensorIds
array of strings
required

Represents a list of sensor IDs to be retrieved. The latest sensor data with sensorId in the list is retrieved. The input is in comma-delimited format.

The example values are "fuel,mileage,position".

sensorIds*
assetIds
array of uuids

Represents a list of asset IDs to be retrieved. Sensor data belonging to the assets are retrieved. The input is in comma-delimited format. If not provided, all the assets for an organization are considered.

assetIds
Responses

Language
Credentials
http
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json