Footer Section
Explore

This API determines if the given context object, in its current state, requires approval. This assumes the user has created search filters of type entry criteria for the given context object that are used to determine if approvals are required. This API accepts the ID of the context object and the type of the context object as request parameters.
curl --request POST \--url https://documentation.conga.com/isApprovalRequired \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"ctxObjParams": [{"ctxSObjectId": "a010R00000BSjbtQAD","ctxSObjectType": "Apttus__APTS_Agreement__c"}]}'
1{"title":"success","status":200,"data":{"a010R00000BSjbtQAD":true}}