PULSAR

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
POST
/v2/stops/pareto

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

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  }]