Footer Section
Explore

Sets the desired scale and levels for calculating insights.
Number to define the score
Instance URL
User ID of the logged-in user
Full name of the logged-in user
OK
curl --request POST \--url 'https://idd_url/idd/api/v2/congasfdc/insights/scale?userid=0054T000000dqllQAA&username=Gilad+Turbahn&instanceurl=https%3A%2F%2Fmax1.my.salesforce.com' \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"riskLevels": [{"type": "IndividualRisk","levels": [{"lowerBound": 0,"upperBound": 4,"level": "Low Risk","color": "green","icon": "Circle"},{"lowerBound": 5,"upperBound": 8,"level": "Moderate Risk","color": "orange","icon": "Square"}]},{"type": "TotalRisk","levels": [{"lowerBound": 0,"upperBound": 10,"level": "Low Risk","color": "green","icon": "Circle"},{"lowerBound": 11,"upperBound": 20,"level": "High Risk","color": "red","icon": "Triangle"}]}]}'