getProjectIndicatorsForRequest
API Version: 1.102.0
GET/projects/{projectId}/requests/{requestId}/metrics/{indicators}
Get Project Indicators For Request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
requestId
number
Request ID
indicators
string
Indicators
Response
{
  "meta": {
    "version": "v1",
    "requestTimestamp": 1753782514,
    "page": {
      "size": 1,
      "current": 1
    }
  },
  "context": {
    "projectId": 0,
    "runId": 0,
    "indicators": [
      "string"
    ],
    "aggregationLevel": "string",
    "aggregationLevelValues": [
      "string"
    ]
  },
  "results": {
    "property1": {
      "average": 0,
      "median": 0,
      "range": [
        0
      ],
      "averageDistribution": [
        null
      ]
    },
    "property2": {
      "average": 0,
      "median": 0,
      "range": [
        0
      ],
      "averageDistribution": [
        null
      ]
    }
  }
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated