GET
/public/v1/projects/{projectId}/scenarios/{scenarioId}/configuration
curl \
--request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/scenarios/{scenarioId}/configuration' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}