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.
Bulk Record Alerts (GET)
Retrieve bulk record alerts. Use to fetch bulk record alerts
associated with Salesforce objects and parent accounts.
- Resource
-
1/recordalerts/batch - Resource Examples
-
1https://yourInstance.salesforce.com/services/data/vXX.X/recordalerts/batch? 2whatIds=03R0000026YJ8uIAG,001R0000026YJ8uIAG,00Dx00000004X2F -
1https://yourInstance.salesforce.com/services/data/vXX.X/recordalerts/batch? 2parentIds=03R0000026YJ8uIAG,001R0000026YJ8uIAG,00Dx00000004X2F - Available version
- 55.0
- Requires Chatter
- No
- HTTP methods
- GET
- Request parameters for GET
-
Parameter Name Type Description Required or Optional Available Version parentIds String The IDs of the related parent records on which record alerts are created. For the supported polymorphic objects, see RecordAlert.
Optional 55.0 whatIds String The Salesforce object record IDs on which record alerts are created. For the supported polymorphic objects, see RecordAlert.
Optional 55.0 - Response body for GET
- Record Alert Collection Map