Fetch the history of an entity's properties
POST/v1/entities/properties-history
This route allows you to retrieve historical values for a selected list of an entity's properties over a given time range.
To learn more about entities, check out the entity documentation.
Property names format
When specifying property names in the propertyNames array, you must include the properties. prefix.
For example, use "properties.uptime_percentage" instead of just "uptime_percentage".
Request
Responses
- 200
- 401
- 404
- 413
- 422
Retrieved successfully.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema