Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SummaryHTTP Request TypeEndpointRequest ParametersBody

 

DescriptionSample Response Body
Get the Truth for a list of datasetsGETPOSTv1/truth-meter/{entity-type}entity-name (List of entity names)tracker-meter
Object with two lists--datasets and streams--of EntityName (String) as fields.
{
"datasets": ["ds1", "ds2", "ds3", "ds4"],
"streams": ["strm1", "strm2", "strm3", "strm4"]
}

 

entity-type

  • dataset
  • stream

Note: Can't get truth-values

for both datasets and streams

in a single request

 

Object with two maps datasets and streams.

Map key is EntityName and value is the score for the entity.

{
entityType
"datasets": 
"dataset",values
[ {"name": "ds1", "value": 80}],
"streams": [ {
"dataset1
"name": "strm1", "value":
95
 80},
 
{ "dataset2": 80}
{"name": "strm2", "value": 90}]
}