Get the values of a reading for a set of entities within the specified time range. Returns a paginated response with data for the specified resource IDs where startTime <= happenedAtTime < endTime. End time of null implies endTime is infinite and all known readings are returned.
Example:
engineRpm Readings for entityId 212014918105584 between time 2025-01-27T19:22:30Z and 2025-01-27T19:25:00Z
"data": [
{
"entityId": "212014918105584",
"value": 807,
"happenedAtTime": "2025-01-27T19:22:30Z"
},
{
"entityId": "212014918105584",
"value": 811,
"happenedAtTime": "2025-01-27T19:24:30Z"
}
],
Rate limit: 10 requests/sec (learn more about rate limits here).
To use this endpoint, select Read Readings under the Closed Beta category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.