Footer Section
Explore

Creates and updates insight maps in the IDD Insight maps table using user-provided details. The table contains the unique "tenant", "recordType", and "instanceurl" record types.
Tenant name
Instance URL
Record type
User ID
User name
Request to create, delete, or update an insight map
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 POST \--url https://idd_url/idd/api/v2/tenantId/insights/insightmaps \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"insights": [{"insightName": "Liquidated Damage Cap > $20 mil","insightRatingIcon": "https://maxstaticcontentsengg.blob.core.windows.net/max-static-content/database/globalContent/Icons/AgreementDetailsIcon.png","insightRating": "15","insightRatingLevel": "Very High","summary": "Liquidated Damages Cap > 20 Mil AND contains act of god OR start date < 2021-09-02","type": "Risk","guidance": "Needs VP of Finance approval","relatedProvisions": [{"fieldNumber": "2","fieldName": "Start Date","provider": "Kira","fieldType": "ExtractedField"}],"alternateClause": [{"clauseId": "1234","caluseName": "Start Date"}],"criteriaPlan": {"expressionType": "custom","expression": "(1 AND (2 OR 3 OR 4) AND 5)","criteriaDetails": [{"objectLabel": "Agreement","objectValue": "Apttus__APTS_Agreement__c","objectType": "salesforceObject","fieldLabel": "Start Date","field": "Apttus__Contract_Start_Date__c","fieldType": "Apttus__Contract_Start_Date__c","operator": "<","value": "2021-09-02T00:00:00.000Z","display": "Start Date < 2021-09-02"}]}}]}'
1{2"tenant": "congasfdc",3"record_type": "NDA"4}