GET
/public/v1/project-metadata/summary
curl \
--request GET 'https://live.smartpmtech.com/public/v1/project-metadata/summary' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"companyId": "string",
"name": "string",
"count": 42,
"health": 42,
"healthIndicator": "GOOD",
"grade": {
"mark": "string",
"indicator": "GOOD",
"score": 42.0
},
"compression": 42.0,
"compressionIndex": 42,
"compressionIndicator": "GOOD"
}
]