Footer Section
Explore

Evaluates the conditions specified in Insights. Results are individually annotated and returned. A description of the condition evaluation result is returned.
After evaluating the conditions, creates a mapping for the object in the IDD Insights extraction table.
Conditions are evaluated as follows:
Tenant name, such as "apttussfdc" or "max"
Document ID
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
Record type
User ID/email of the logged-in user
Full name of the logged-in user
Request to create an insight extracted with insight analysis
Object (agreement, quote, etc.)
Module (for example, clm or cpq)
Title of document or agreement
Document format (such as pdf or docx)
OK
Total provisions in the insights
Total risk score for insights of a record type (such as NDA or MSA)
Insight display name
Icon for risk
Insights rating
Rating level
Summary of the criteria plan
Type of insight (risk, warning, etc.)
Insight guidance
Results of criteria resolved
curl --request POST \--url https://idd_url/idd/api/v2/apttussfdc/document/analyze \--header 'Accept: application/json' \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"object": "Apttus__APTS_Agreement__c","module": "clm","title": "intellimport","format": "PDF"}'
1{2"tenant": "clmqatesting",3"instanceUrl": "https://mandav2131.my.salesforce.com",4"recordType": "MSA",5"documentId": "ddfd6158-a38c-4e1d-a802-c38bcca9244f",6"docId": "ddfd6158-a38c-4e1d-a802-c38bcca9244f",7"objectId": null,8"isOrgRegistered": true,9"recordId": null,10"insights": [11{12"recordId": "9b13ab0e18c94",13"name": "TAV",14"insightRating": 8,15"insightRatingLevel": "Moderate Risk",16"insightRatingIcon": "https://maxstaticcontentsengg.blob.core.windows.net/max-static-content/IDD/database/iddContent/icons/triangle.png",17"guidance": "",18"summary": "( Extracted Data.Total Contract Value Equals 15000 OR Agreement.Account Equals Conga)",19"type": "Risk",20"result": false,21"provisions": [22{23"fieldName": "",24"fieldNumber": "",25"provider": "",26"fieldType": ""27}28],29"alternateClause": null,30"criteriaPlan": [31{32"field": "Total Contract Value",33"fieldType": "extractedField",34"fieldId": "cai:4e4a2189-1c70-402b-bc92-d0df018508d5",35"fieldLabel": "Total Contract Value",36"operator": "Equals",37"value": "undefined",38"nlResolution": null,39"templateDataMap": null,40"desc": "Total Contract Value Equals '15000'",41"result": false,42"display": "Total Contract Value Equals 15000",43"resolvedDesc": "Total Contract Value = undefined",44"conditionDesc": "Total Contract Value Equals 15000"45},46{47"field": "Apttus__Account__r.Name",48"fieldType": "metaData",49"fieldLabel": "Account",50"operator": "Equals",51"value": "undefined",52"nlResolution": null,53"templateDataMap": null,54"desc": "Account Equals 'Conga'",55"result": false,56"display": "Account Equals Conga",57"resolvedDesc": "Account = undefined",58"conditionDesc": "Account Equals Conga"59}60]61}62]63}