Footer Section
Explore

Fetches supported risk scale details, including levels, icons, supportedObjects, insightTypes, and scaleTypes.
Tenant name
Instance URL of the org
User ID of the logged-in user
Full name of the logged-in user
OK
URL to icon image
curl --request GET \--url 'https://idd_url/idd/api/v2/tenantId/insights/scaleinfo?userid=0054T000000dqllQAA&username=Gilad+Turbahn&instanceurl=https%3A%2F%2Fmax1.my.salesforce.com' \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"levels": [3"Low Risk",4"Moderate Risk",5"High Risk"6],7"icons": [8{9"name": "Circle",10"path": "https://www.path-to-icon/circle.png"11},12{13"name": "Rhombhus",14"path": "https://www.path-to-icon/rhombhus.png"15}16],17"supportedObjects": [18{19"label": "Extracted Data",20"value": "ExtractedData",21"type": "ExtractedData"22},23{24"label": "Agreement",25"value": "Apttus__APTS_Agreement__c",26"type": "metaData"27},28{29"label": "Smart Search",30"value": "SmartSearch",31"type": "ContentVersion"32}33],34"insightTypes": [35{36"label": "Risk",37"value": "Risk"38}39],40"scaleTypes": [41{42"label": "Individual Risk",43"value": "IndividualRisk"44}45]46}