GET
/public/v1/projects/{projectId}/scenarios/{scenarioId}/schedules
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/scenarios/{scenarioId}/schedules' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"id": 1,
"fileName": "schedule.mpp",
"fileId": "550e8400-e29b-41d4-a716-446655440000",
"activityCount": 1500,
"importDate": "2025-05-04T09:42:00Z",
"uploadDate": "2025-05-04T09:42:00Z",
"dataDate": "2024-01-01"
}
]