Salesforce CRM Analytics Connect API
Number of APIs: 37
This collection lets you access CRM Analytics features such as datasets, dashboards, and lenses programmatically using the CRM Analytics REST API.
Using the CRM Analytics REST API, you can:
- Send queries directly to the CRM Analytics Platform.
- Access datasets that have been imported into the CRM Analytics Platform.
- Validate templates for CRM Analytics apps.
- Run CRM Analytics dataflows, recipes, and connections. See Run, Schedule, and Sync CRM Analytics Data with REST APIs
- Retrieve a list of dataflow job nodes and details for each individual node.
- Access XMD information.
- Retrieve standard datasets.
- Retrieve a list of dataset versions.
- Manipulate synced datasets, also known as connected objects.
- Work with data connectors.
- Retrieve recipe metadata.
- Retrieve collections of CRM Analytics resources.
Get Started
Click the button below and follow the instructions from the following sections:
[]
Assign a value to the
loginUrl
collection variable based on your Salesforce Org type:Login URL Org Type https://test.salesforce.com
Sandboxes or Scratch orgs. https://login.salesforce.com
Production, Trailhead Playground and Developer Edition orgs. Custom My Domain base URL Org with a custom domain. Click Get New Access Token from the collection's Authorization tab.
When prompted to do so, log in to your Salesforce org and allow access to
Salesforce APIs Collection for Qodex
.Copy the value of the
instance_url
field from the token details view.Click Use Token.
Save the value that you copied in the
_endpoint
variable.Click Save and you're good to go!
-
Datasets - getDatasetCollection GET {{baseUrl}}/wave/datasets
-
Data Connectors - getDataConnectorStatus GET {{baseUrl}}/wave/dataConnectors/:connectorIdOrApiName/status
-
Dataflows - getDataflow GET {{baseUrl}}/wave/dataflows/:dataflowId
-
Dataflows - getDataflowCollection GET {{baseUrl}}/wave/dataflows
-
Dataflow Jobs - getDataflowJobNode GET {{baseUrl}}/wave/dataflowjobs/:dataflowjobId/nodes/:nodeId
-
Dataflow Jobs - getDataflowJobNodeCollection GET {{baseUrl}}/wave/dataflowjobs/:dataflowjobId/nodes
-
Data Connectors - getDataConnectorCollection GET {{baseUrl}}/wave/dataConnectors
-
Dataflow Jobs - getDataflowJobCollection GET {{baseUrl}}/wave/dataflowjobs
-
Datasets-xmds - getXmd GET {{baseUrl}}/wave/datasets/:datasetIdOrApiName/versions/:versionId/xmds/:xmdType
-
Data Connectors - getDataConnectorTypeCollection GET {{baseUrl}}/wave/dataConnectorTypes