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

      • expand_more

        Documents

        • Upload a document

          post
        • Get import status

          get
        • Update document status

          post
        • Update a document's status

          post
        • Analyze a document for risk.

          post
        • List a tenant's documents

          get
        • Return metadata for a specific document

          get
        • Return a tenant's document statistics

          get
        • Get extracted provisions

          get
        • Store a search pattern

          post
        • Delete a document record

          delete
      • chevron_right

        Tenant Administration

      • chevron_right

        Config Discovery and Management

      • 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

Documents

chevron_right
download

Get extracted provisions

get
https://IDD_URL/idd/api/{version}
/{tenantId}/document/extractions

Gets extracted information along with mapped fields and clauses.

Request

Security: API Key

Path Parameters

tenantId
string
required

Tenant name

Query Parameters

agreementid
string

Agreement ID

attachmentid
string

Attachment ID

documentid
string

List of document IDs

instanceurl
string
required

The URL of the org instance

module
string
required

The source module/application, such as "clm", "cc", or "cfs"

Example:
CLM
userid
string
required

User ID of the logged-in user

Example:
a56392269d970c
username
string
required

Full name of the logged-in user

Example:
Gilad Turbahn

Responses

200
404
500

OK

Body

responses
/
200
documentId
string<string>

Document ID

Example:
82736
documentName
string<string>

Document name

Example:
AcmeMSA.pdf
agreementId
string<string>

Document ID

Example:
005a2382736
originalAttachmentId
string<string>

Attachment ID for the original document

Example:
009dahr89
reviewAttachmentId
string<string>

Attachment ID for the searchable PDF

Example:
009dahr90
recordType
string<string>

Record type

Example:
NDA
extractedProvisions
array[object]
provider
string<string>

Name of the provider

Example:
congaai
name
string<string>

Name of the field

Example:
Agreement Start Date
fieldId
string<string>

ID of the provision

Example:
45894422-4875959
type
string<string>

Provision type

Example:
standard
extractions
array[object]
mappedFields
array[object]

An array of objects and fields this provision maps to

mappedClauses
array[object]

An array of template IDs this provision maps to

missingProvisions
array[object]
provider
string<string>

Name of the provider

Example:
congaai
name
string<string>

Name of the field

fieldId
string<string>

ID of the provision

type
string<string>

Provision type

Example:
standard
Auth
:
Server Variables
:
Parameters
:
:
:
:
:
:
:
:
curl --request GET \
--url https://idd_url/idd/api/v2/tenantId/document/extractions \
--header 'Accept: application/json' \
--header 'X-API-Key: 123'
Response Example
1
{
2
"documentId": "82736",
3
"documentName": "AcmeMSA.pdf",
4
"agreementId": "005a2382736",
5
"originalAttachmentId": "009dahr89",
6
"reviewAttachmentId": "009dahr90",
7
"recordType": "NDA",
8
"extractedProvisions": [
9
{
10
"provider": "congaai",
11
"name": "Agreement Start Date",
12
"fieldId": "45894422-4875959",
13
"type": "standard",
14
"extractions": [
15
{
16
"text": "5th day of June 2021",
17
"normalizedText": "06/05/2021",
18
"spans": [
19
{
20
"start": 0,
21
"end": 0,
22
"pages": {
23
"start": 0,
24
"end": 0
25
},
26
"bounds": {
27
"top": 0,
28
"left": 0,
29
"bottom": 0,
30
"right": 0
31
}
32
}
33
]
34
}
35
],
36
"mappedFields": [
37
{
38
"objectName": "string",
39
"congaField": "string",
40
"wordWildCard": "string",
41
"patternSimilarity": "string"
42
}
43
],
44
"mappedClauses": [
45
{
46
"congaTemplateId": "string",
47
"wordWildCard": "string",
48
"patternSimilarity": "string"
49
}
50
]
51
}
52
],
53
"missingProvisions": [
54
{
55
"provider": "congaai",
56
"name": "string",
57
"fieldId": "string",
58
"type": "standard"
59
}
60
]
61
}
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.