Footer Section
Explore

Fetches the saved risk level (scale) details from IDD.
Tenant name
Risk level
Risk score, e.g., [1], [1, 4]
Risk type
Instance URL
User ID of the logged-in user
Full name of the logged-in user
curl --request GET \--url 'https://idd_url/idd/api/v2/tenantId/insights/scale?userid=0054T000000dqllQAA&username=Gilad+Turbahn&instanceurl=https%3A%2F%2Fmax1.my.salesforce.com' \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"riskLevels": [3{4"type": "TotalRisk",5"levels": [6{7"lowerBound": 0,8"upperBound": 10,9"level": "Low Risk",10"color": "green",11"icon": "Circle",12"iconPath": "https://maxstaticcontentsengg.blob.core.windows.net/max-static-content/IDD/database/iddContent/icons/circle.png"13},14{15"lowerBound": 11,16"upperBound": 20,17"level": "High Risk",18"color": "red",19"icon": "Triangle",20"iconPath": "https://maxstaticcontentsengg.blob.core.windows.net/max-static-content/IDD/database/iddContent/icons/triangle.png"21}22]23}24]25}