Tracker TruthMeter RESTful API Design
Summary | HTTP Request Type | Endpoint | Request Parameters | Description | Sample Response Body |
---|---|---|---|---|---|
Get the Truth for a list of datasets | GET | v1/truth-meter/{entity-type} | entity-name (List of entity names) | entity-type
Note: Can't get truth-values for both datasets and streams in a single request
| { entityType: "dataset", values: [ {"dataset1": 95}, { "dataset2": 80} ] } |