home
Release NotesRelease ResourcesGeneralDeveloper Hub

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
Conga Advantage Platform
Advantage Platform Administration
CPQ
Billing for Advantage PlatformBilling for SalesforceCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceTurboEngines
CLM
Adobe Sign ServicesCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceContractsConga for Google DocsContract Intelligence (Standalone)Discovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformSmart SearchX-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 Manager
Document Automation
Approvals for Advantage PlatformApprovals for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceGridInvoice GenerationMix FormsOrchestrateQuote GenerationSign for Advantage PlatformSign for Salesforce

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

Return a tenant's document statistics

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

Retrieves document information for a tenant, including totalDocuments, stage, and recordType.

Request

Security: API Key

Path Parameters

tenantId
string
required

Tenant name

Examples:
congasfdc

Query Parameters

instanceurl
string
required

Instance URL

module
string
required

Module (clm, cc, cfs, xa)

Example:
clm
userid
string
required

User ID

Example:
a56392269d970c
username
string
required

User name

Example:
dummyuser

Responses

200
500

OK

Body

responses
/
200
totalDocuments
number
Example:
100
stage
object
processing
object
readyForReview
object
completed
object
recordType
object
<recordType1>
number
Example:
55
<recordType2>
number
Example:
45
Auth
:
Server Variables
:
Parameters
:
:
:
:
:
curl --request GET \
--url https://idd_url/idd/api/v2/congasfdc/document/usage \
--header 'Accept: application/json' \
--header 'X-API-Key: 123'
Response Example
1
{
2
"totalDocuments": 100,
3
"stage": {
4
"processing": {
5
"count": 2,
6
"label": "Processing"
7
},
8
"readyForReview": {
9
"count": 28,
10
"label": "Ready For Review"
11
},
12
"completed": {
13
"count": 70,
14
"label": "Completed"
15
}
16
},
17
"recordType": {
18
"<recordType1>": 55,
19
"<recordType2>": 45
20
}
21
}
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.