Newer Version Available

This content describes an older version of this product. View Latest

Get a List of All Approval Processes

Use the Process Approvals resource to get information about approvals.

Example usage
1curl https://na1.salesforce.com/services/data/v30.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}