GET
/public/v1/projects/{projectId}/scenarios/{scenarioId}/delay
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/scenarios/{scenarioId}/delay' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"period": 5,
"scheduleName": "Project Schedule",
"dataDate": "2023-10-15T00:00:00+00:00",
"endDate": "2024-12-31T00:00:00+00:00",
"endDateVariance": {
"period": 42,
"cumulative": 42
},
"criticalPathDelay": {
"period": 42,
"cumulative": 42
},
"criticalPathRecovery": {
"period": 42,
"cumulative": 42
},
"delayRecovery": {
"period": 42,
"cumulative": 42
},
"filterId": 12345,
"delays": [
{
"activityId": "string",
"name": "string",
"days": 42
}
],
"recoveries": [
{
"activityId": "string",
"name": "string"
}
]
}
]