Retrieves one or all stored provision maps.
Tenant name
If true, the API does not return provision maps without fields and clauses.
Record type
Instance URL
Source module
User ID
User name
OK
Provision map name
Provision map description
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/config/provisionmap \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1[2{3"name": "NDAMapping",4"description": "Definition for NDA extractions",5"clauseMap": {6"manualMappings": [7{8"clauseLabel": "Limitation of Liability",9"clauseId": "84930-1478433-2378"10}11],12"<fieldId of provision>": {13"mappings": [14{15"clauseLabel": "Force Majeure",16"clauseId": "846372-23214-32335"17}18],19"provision": {20"name": "Force Majeure clause",21"fieldId": "cai:3243-434582-343",22"type": "fundamental"23},24"sync": true25}26},27"fieldMap": {28"manualMappings": [29{30"objectName": "Apttus__APTS__Agreement__c",31"objectFieldLabel": "Auto Renew",32"objectFieldName": "Apttus__Auto_Renewal__c",33"objectFieldType": "boolean"34}35],36"<fieldId of provision>": {37"mappings": [38{39"objectName": "Apttus__APTS__Agreement__c",40"objectFieldLabel": "Agreement Start Date",41"objectFieldName": "Apttus__Contract_Start_Date__c",42"objectFieldType": "date"43}44],45"provision": {46"name": "Effective Date",47"fieldId": "cai:3a43-32ae98-f93",48"type": "standard"49},50"sync": false51}52}53}54]