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.
CRM Analytics REST API Examples
Use CRM Analytics REST API examples to perform tasks.
While using the CRM Analytics REST API, keep this in mind:
- Request parameters may be included as part of the CRM Analytics REST API resource URL, for example, /wave/folders?q=searchtext. A request body is a rich input which may be included as part of the request. When accessing a resource, you can use either a request body or request parameters. You cannot use both.
- With a request body, use Content-Type: application/json or Content-Type: application/xml.
- With request parameters, use Content-Type: application/x-www-form-urlencoded.
- To test working example of the CRM Analytics API endpoints and view payload information, see theCRM Analytics Connect API Collection in Postman. For information about how to authenticate your org with Postman, see the CRM Analytics Rest API Quick Start