home

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • chevron_right

      Digital Commerce for Salesforce REST APIs

    • expand_more

      Discovery AI for Salesforce REST APIs

      • chevron_right

        Admin Config

      • chevron_right

        Conga APIs

      • chevron_right

        Documents

      • chevron_right

        Tenant Administration

      • expand_more

        Config Discovery and Management

        • Register a provider

          post
        • Retrieve provider details

          get
        • Test the connection to the AI engine

          post
        • Sync provisions from AI provider

          get
        • Get provisions to add

          get
        • Create a provision map

          post
        • Get a provision map

          get
        • Edit a provision map

          post
        • Delete a provision map

          delete
      • chevron_right

        Document Analysis

      • chevron_right

        Insight Analysis and Management

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Discovery AI for Salesforce REST APIs

list_altShow Contents

chevron_left

General

Config Discovery and Management

chevron_right
download

Get a provision map

get
https://IDD_URL/idd/api/{version}
/{tenantId}/config/getprovisionmap

Gets a provision map from the IDD provision maps table using the user-provided record type.

Request

Security: API Key
Security: Bearer Auth

Path Parameters

tenantId
string
required

Tenant name

Example:
congasfdc

Query Parameters

instanceurl
string
required

Instance URL

Example:
https://www.conga.com
recordtype
string
required

Record type

Example:
NDA
userid
string
required

User ID

Example:
a56392269d970c
username
string
required

User name

Example:
dummyuser

Responses

200
400
404

OK

Body

responses
/
200
project_name
string<string>

Project name

Example:
sample_idd
syncProvisions
boolean

Sync Provisions

Example:
true
instanceUrl
string<string>

Instance URL

Example:
https://www.conga.com
syncProvisionIds
object
clauseMap
object
fieldMap
object
project_id
string<string>

Project ID

Example:
67
template_id
string<string>

Template ID

Example:
795
recordType
string<string>

Record type

Example:
NDA
tenant
string<string>

Tenant

Example:
congasfdc
clauseMap
object
267
array
268
array
fieldMap
object
2
array
1038
array
Auth
:
Server Variables
:
Parameters
:
:
:
:
:
curl --request GET \
--url https://idd_url/idd/api/v2/tenantId/config/getprovisionmap \
--header 'Accept: application/json' \
--header 'X-API-Key: 123'
Response Example
1
{
2
"project_name": "sample_idd",
3
"syncProvisions": true,
4
"instanceUrl": "https://www.conga.com",
5
"syncProvisionIds": {
6
"clauseMap": {
7
"268": [
8
{
9
"congaTemplateId": "234abc"
10
}
11
]
12
},
13
"fieldMap": {
14
"2": [
15
{
16
"objectName": "Apttus__APTS_Agreement__c",
17
"congaField": "Free"
18
}
19
]
20
}
21
},
22
"project_id": "67",
23
"template_id": "795",
24
"recordType": "NDA",
25
"tenant": "congasfdc",
26
"clauseMap": {
27
"267": [
28
{
29
"congaTemplateId": "345678"
30
}
31
],
32
"268": [
33
{
34
"congaTemplateId": "234abc"
35
}
36
]
37
},
38
"fieldMap": {
39
"2": [
40
{
41
"objectName": "Apttus__APTS_Agreement__c",
42
"congaField": "Free"
43
}
44
],
45
"1038": [
46
{
47
"objectName": "Apttus__APTS_Agreement__c",
48
"congaField": "Lively"
49
}
50
]
51
}
52
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.