Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Tracker TruthMeter RESTful API Design

SummaryHTTP Request TypeEndpoint

Request Parameters

DescriptionSample Response Body
Get the Truth for a list of datasetsGETv1/truth-meter/{entity-type}

entity-name (List of entity names)

entity-type

  • dataset
  • stream

Note: Can't get truth-values

for both datasets and streams

in a single request

 

{

entityType: "dataset",

values: [ {"dataset1": 95},

{ "dataset2": 80}

]

}

  • No labels