Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Get a List of All Approval Processes
Use the Process Approvals resource to get information about approvals.
Example usage
1curl https://MyDomainName.my.salesforce.com/services/data/v67.0/process/approvals/ -H "Authorization: Bearer token"Example request body
none required
Example JSON response body
1{
2 "approvals" : {
3 "Account" : [ {
4 "description" : null,
5 "id" : "04aD00000008Py9",
6 "name" : "Account Approval Process",
7 "object" : "Account",
8 "sortOrder" : 1
9 } ]
10 }
11}