GET
/public/v1/quality-profiles
curl \
--request GET 'https://live.smartpmtech.com/public/v1/quality-profiles' \
--header "X-API-KEY: $API_KEY" \
--header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
[
{
"configuration": {
"additionalProperty1": {
"methodType": "STATIC",
"value": "string"
},
"additionalProperty2": {
"methodType": "STATIC",
"value": "string"
}
},
"companyId": "string",
"scoreReporting": "Letter",
"qualityThreshold": [
{
"values": [
{
"indicator": "GOOD",
"value": 42.0,
"id": 42
}
],
"filters": [
{
"operator": "EQUALS",
"entity": "Activity",
"value": "string",
"field": "string",
"id": 42
}
],
"metric": "ACTIVITIES_TOTAL",
"impactType": "MIXED",
"fineImpact": 42.0,
"badImpact": 42.0,
"isHidden": true,
"evaluationTarget": "PERCENTAGE",
"id": 42
}
],
"name": "string",
"id": 42,
"version": 42
}
]