Get Change Log Details for Metric
GET
/public/v1/projects/{projectId}/scenarios/{scenarioId}/change-log/{metric}
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/scenarios/{scenarioId}/change-log/{metric}' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"differences": [
{
"field": "string",
"isFlagged": true,
"flagId": 42
}
],
"action": "ADDED",
"entity": "Activity",
"id": 42,
"friendlyId": "string",
"auditDate": "2025-05-04",
"floatTotal": 42.0,
"activityIds": [
42
],
"auditId": "string",
"causedByFloatPath": true
}
]