Footer Section
Explore

Gets all insight maps from the IDD insight maps table using the user-provided "instanceurl" and "tenant" record types.
Tenant name
Instance URL
Record type
User ID
User name
OK
Insight display name
Icon for risk
Insights rating
Rating level
Summary of the criteria plan
Type of insight (risk, warning, etc.)
Insight guidance
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/insights/insightmaps \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"insights": [3{4"insightName": "Liquidated Damage Cap > $20 mil",5"insightRatingIcon": "https://maxstaticcontentsengg.blob.core.windows.net/max-static-content/database/globalContent/Icons/AgreementDetailsIcon.png",6"insightRating": "15",7"insightRatingLevel": "Very High",8"summary": "Liquidated Damages Cap > 20 Mil AND contains act of god OR start date < 2021-09-02",9"type": "Risk",10"guidance": "Needs VP of Finance approval",11"relatedProvisions": [12{13"fieldNumber": "2",14"fieldName": "Start Date",15"provider": "Kira",16"fieldType": "ExtractedField"17}18],19"alternateClause": [20{21"clauseId": "1234",22"caluseName": "Start Date"23}24],25"criteriaPlan": {26"expressionType": "custom",27"expression": "(1 AND (2 OR 3 OR 4) AND 5)",28"criteriaDetails": [29{30"objectLabel": "Agreement",31"objectValue": "Apttus__APTS_Agreement__c",32"objectType": "salesforceObject",33"fieldLabel": "Start Date",34"field": "Apttus__Contract_Start_Date__c",35"fieldType": "Apttus__Contract_Start_Date__c",36"operator": "<",37"value": "2021-09-02T00:00:00.000Z",38"display": "Start Date < 2021-09-02"39}40]41}42}43]44}