GET
/public/v1/projects/{projectId}/latest
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/latest' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"id": 42,
"initialProjectId": 42,
"name": "string",
"startDate": "2025-05-04",
"country": "string",
"city": "string",
"state": "string",
"zipcode": "string",
"latitude": 42.0,
"longitude": 42.0,
"originalScenarioId": 42,
"defaultScenarioId": 42,
"underConstruction": true,
"projectPlanId": "string",
"projectPlanSlotCount": 42,
"weatherStationId": "string",
"metadata": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"companyId": "string",
"source": "SmartPM",
"dataDate": "2025-05-04T09:42:00Z",
"status": "ACTIVE",
"currentModelId": 42,
"currentModelName": "string"
}