API ReferenceO E E
Build Pareto Report
Pareto report
Authorization
bearerAuth Authorization<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Try it live
curl -X POST "https://example.com/v2/stops/pareto" \ -H "Content-Type: application/json" \ -d '{ "where": { "endTime": "string", "startTime": "string" }, "groupBy": "Machine" }'[ { "minutes": 0.1, "tags": { "property1": 0.1, "property2": 0.1 }, "name": "string", "id": "string", "percentage": 0.1 }]