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

    • expand_more

      Approvals for Salesforce REST APIs

      • chevron_right

        Misc

      • Previewing Approvals

        post
      • Checking if an Approval is Required

        post
      • Submitting for Approvals

        post
      • Submitting Bulk Approval Requests

        post
      • Retrieving Approval Requests

        post
      • Cancelling Approvals

        post
      • Retrieving Approvals Current Version

        get
      • Retrieving Bulk Approval Requests

        post
      • Approving Approval Requests

        post
      • Rejecting Approval Requests

        post
      • Reassigning Approval Requests

        post
      • Approving Bulk Approval Requests

        post
      • Rejecting Bulk Approval Requests

        post
      • Creating Ad-hoc Approvals

        post
      • Deleting Ad-hoc Approvals

        post
      • Cancelling Bulk Approval Requests

        post
      • Cancelling Approval Requests with Comments.

        post
    • 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

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • 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. Approvals for Salesforce REST APIs

list_altShow Contents

chevron_left

General

Approvals for Salesforce REST APIs

chevron_right
download

Retrieving Bulk Approval Requests

post
/getApprovalsBulk

This API accepts a list of BulkCtxObjectParams as input parameter and responds with a Map of contextObjectId and its corresponding approval requests.

Request

Body

ctxObjParams
array[object]
ctxSObjectId
string
ctxSObjectType
string
comments
object

Responses

200

Success

Body

Body
1
{"ctxObjParams":[ {
2
"ctxSObjectType" : "Apttus__APTS_Agreement__c",
3
"ctxSObjectId" : "a010R00000BSjbtQAD"
4
} ]}
curl --request POST \
--url https://documentation.conga.com/getApprovalsBulk \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"ctxObjParams":[ {
"ctxSObjectType" : "Apttus__APTS_Agreement__c",
"ctxSObjectId" : "a010R00000BSjbtQAD"
} ]}'
Response Example
1
{"title":"success","status":200,"data":{"a010R00000BSjbtQAD":[{"attributes":{"type":"Apttus_Approval__Approval_Request__c","url":"/services/data/v51.0/sobjects/Apttus_Approval__Approval_Request__c/a1W0R000006R5BrUAK"},"Apttus_Approval__Workflow_Trigger_Added_Comments__c":false,"Apttus_Approval__Step__c":"a1U0R000001IX8nUAG","Apttus_Approval__Step_Name__c":"Step 1","Apttus_Approval__Step_Group_Seq_Number__c":1,"Apttus_Approval__StepSequence__c":1.001,"Apttus_Approval__StepSequenceString__c":"1.1","Apttus_Approval__StepNameLink__c":"Step 1","Apttus_Approval__StepLabel__c":"Step 1","Apttus_Approval__Status_Link__c":"<a href=\"a1W0R000006R5Br\" target=\"_top\">Not Submitted</a>","Apttus_Approval__SendReminders__c":false,"Apttus_Approval__Send_Email__c":true,"Apttus_Approval__RequestType__c":"Standard","Apttus_Approval__Related_Agreement__c":"a010R00000BSjbtQAD","Apttus_Approval__Related_Agreement_Requestor__c":"0050R000007WDn5QAG","Apttus_Approval__Related_Agreement_Owner__c":"0050R000007WDn5QAG","OwnerId":"0050R000007WDn5QAG","Apttus_Approval__Object_Type__c":"Apttus__APTS_Agreement__c","Apttus_Approval__Object_Name__c":"Test Agreement","Apttus_Approval__Object_Id__c":"a010R00000BSjbtQAD","Apttus_Approval__Object_Id_Link__c":"<a href=\"a010R00000BSjbtQAD\" target=\"_blank\">View Apttus__APTS_Agreement__c</a>","Apttus_Approval__Notify_Only__c":false,"Name":"0000037","Apttus_Approval__IsSubprocess__c":false,"Apttus_Approval__IsAutoReapprovalEnabled__c":false,"Apttus_Approval__IsAdhocProcess__c":false,"Apttus_Approval__IsAdhoc__c":false,"Apttus_Approval__Initial_Submitter__c":"0050R000007WDn5QAG","Apttus_Approval__InEscalation__c":false,"Id":"a1W0R000006R5BrUAK","Apttus_Approval__HasDelegateApprover__c":false,"Apttus_Approval__HasAttachments__c":false,"Apttus_Approval__Group__c":"a1U0R000001IX8hUAG","Apttus_Approval__Group_Unique_Id__c":"TaFE5BdZvoV99KE85pLNoCgPr","Apttus_Approval__ExpectedDaysToComplete__c":0,"Apttus_Approval__EscalatedToHighestLevel__c":false,"Apttus_Approval__ContinuePolicyApprovalOnAReject__c":false,"Apttus_Approval__ChildObjectLink__c":"<a href=\" \" target=\"_blank\">View </a>","Apttus_Approval__CanEscalate__c":false,"Apttus_Approval__Auto_Complete__c":false,"Apttus_Approval__AutoReapprove__c":false,"Apttus_Approval__AutoEscalate__c":false,"Apttus_Approval__Assigned_To_Type__c":"User","Apttus_Approval__Assigned_To_Name__c":"User User","Apttus_Approval__Assigned_To_Link__c":"<a href=\"0050R000007WDn5QAG\" target=\"_top\">User User</a>","Apttus_Approval__Assigned_To_Id__c":"0050R000007WDn5QAG","Apttus_Approval__Approval_Status__c":"Not Submitted","Apttus_Approval__Approval_Process__c":"a1U0R000001IX8bUAG","Apttus_Approval__ApprovalFromEmail__c":false,"Apttus_Approval__Active__c":true,"Apttus_Approval__Action_Reassign_Id__c":"00b70000000xoxJ","Apttus_Approval__Action_Approve_Id__c":"00b70000000xoxK"},{"attributes":{"type":"Apttus_Approval__Approval_Request__c","url":"/services/data/v51.0/sobjects/Apttus_Approval__Approval_Request__c/a1W0R000006R5BsUAK"},"Apttus_Approval__Workflow_Trigger_Added_Comments__c":false,"Apttus_Approval__Step__c":"a1U0R000001IX8pUAG","Apttus_Approval__Step_Name__c":"Step 3","Apttus_Approval__Step_Group_Seq_Number__c":1,"Apttus_Approval__StepSequence__c":1.002,"Apttus_Approval__StepSequenceString__c":"1.2","Apttus_Approval__StepNameLink__c":"Step 3","Apttus_Approval__StepLabel__c":"Step 3","Apttus_Approval__Status_Link__c":"<a href=\"a1W0R000006R5Bs\" target=\"_top\">Not Submitted</a>","Apttus_Approval__SendReminders__c":false,"Apttus_Approval__Send_Email__c":true,"Apttus_Approval__RequestType__c":"Standard","Apttus_Approval__Related_Agreement__c":"a010R00000BSjbtQAD","Apttus_Approval__Related_Agreement_Requestor__c":"0050R000007WDn5QAG","Apttus_Approval__Related_Agreement_Owner__c":"0050R000007WDn5QAG","OwnerId":"0050R000007WDn5QAG","Apttus_Approval__Object_Type__c":"Apttus__APTS_Agreement__c","Apttus_Approval__Object_Name__c":"Test Agreement","Apttus_Approval__Object_Id__c":"a010R00000BSjbtQAD","Apttus_Approval__Object_Id_Link__c":"<a href=\"a010R00000BSjbtQAD\" target=\"_blank\">View Apttus__APTS_Agreement__c</a>","Apttus_Approval__Notify_Only__c":false,"Name":"0000038","Apttus_Approval__IsSubprocess__c":false,"Apttus_Approval__IsAutoReapprovalEnabled__c":false,"Apttus_Approval__IsAdhocProcess__c":false,"Apttus_Approval__IsAdhoc__c":false,"Apttus_Approval__Initial_Submitter__c":"0050R000007WDn5QAG","Apttus_Approval__InEscalation__c":false,"Id":"a1W0R000006R5BsUAK","Apttus_Approval__HasDelegateApprover__c":false,"Apttus_Approval__HasAttachments__c":false,"Apttus_Approval__Group__c":"a1U0R000001IX8hUAG","Apttus_Approval__Group_Unique_Id__c":"TaFE5BdZvoV99KE85pLNoCgPr","Apttus_Approval__EscalatedToHighestLevel__c":false,"Apttus_Approval__ContinuePolicyApprovalOnAReject__c":false,"Apttus_Approval__ChildObjectLink__c":"<a href=\" \" target=\"_blank\">View </a>","Apttus_Approval__CanEscalate__c":false,"Apttus_Approval__Auto_Complete__c":false,"Apttus_Approval__AutoReapprove__c":false,"Apttus_Approval__AutoEscalate__c":false,"Apttus_Approval__Assigned_To_Type__c":"User","Apttus_Approval__Assigned_To_Name__c":"User User","Apttus_Approval__Assigned_To_Link__c":"<a href=\"0050R000007WDn5QAG\" target=\"_top\">User User</a>","Apttus_Approval__Assigned_To_Id__c":"0050R000007WDn5QAG","Apttus_Approval__Approval_Status__c":"Not Submitted","Apttus_Approval__Approval_Process__c":"a1U0R000001IX8bUAG","Apttus_Approval__ApprovalFromEmail__c":false,"Apttus_Approval__Active__c":true,"Apttus_Approval__Action_Reassign_Id__c":"00b70000000xoxJ","Apttus_Approval__Action_Approve_Id__c":"00b70000000xoxK"}]}}
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.