getProjectTsEvolutionIndicators
API Version: 1.102.0
Name
Value
Name
Type
Description
{
"meta": {
"version": "v1",
"requestTimestamp": 1753782514,
"page": {
"size": 1,
"current": 1
}
},
"context": {
"projectId": 0,
"runId": 0,
"indicators": [
"string"
],
"aggregationLevel": "string",
"aggregationLevelValues": [
"string"
],
"timeseries": "string",
"timeseriesValues": [
"string"
]
},
"results": {
"property1": {
"average": 0,
"median": 0,
"range": [
0
],
"averageDistribution": [
{
"aggregate": "string",
"value": 0,
"confidenceLowerBound": 0,
"confidenceUpperBound": 0
}
]
},
"property2": {
"average": 0,
"median": 0,
"range": [
0
],
"averageDistribution": [
{
"aggregate": "string",
"value": 0,
"confidenceLowerBound": 0,
"confidenceUpperBound": 0
}
]
}
}
}Last updated