GET
/public/v1/projects/{projectId}/scenarios/{scenarioId}/schedule-quality
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/scenarios/{scenarioId}/schedule-quality' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"dataDate": "2025-05-04T09:42:00Z",
"metrics": [
{
"name": "ACTIVITIES_TOTAL",
"message": "string",
"value": 42,
"divisor": 42,
"normalizedValue": 42.0,
"impact": 42.0,
"indicator": "GOOD"
}
],
"grade": {
"mark": "string",
"indicator": "GOOD",
"score": 42.0
},
"qualityProfileId": 42
}