Process Rule for an sObject
Accesses an active workflow rule for an sObject. Use the GET method to retrieve the record or fields. Use the HEAD method to retrieve information in HTTP headers. Use the POST method to trigger the workflow rule.
Cross-object workflow rules can’t be invoked using REST API.
To access all workflow rules, use the Process Rules resource. To access a specific workflow rule that is associated with a specific sObject, use the Process Rule List for an sObject resource.
-
Get a Process Rule for an sObject
Gets the fields of a specific workflow rule for a specific sObject.
-
Trigger a Process Rule for an sObject
Triggers an active workflow rule regardless of the evaluation criteria.
-
Return HTTP Headers for a Process Rule of an sObject
Returns only the headers that are returned by sending a GET request to the process rules resource for a specific process rule of an sObject. This gives you a chance to see returned header values of the GET request before retrieving the content.