GET
/public/v1/company-trends/spi
curl \
--request GET 'https://live.smartpmtech.com/public/v1/company-trends/spi?periodType=BY_PERIOD' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"companyId": "string",
"periodType": "BY_PERIOD",
"periodLabel": "string",
"spi": 42.0
}
]