Newer Version Available
Salesforce CDP Resources
Get Salesforce CDP metadata, and query Salesforce CDP data. Lookup Salesforce CDP
objects by source ID. Create, delete, and get segments.
For limit information, see Salesforce CDP API Limits for Profile, Query, and Calculated Insights.
Available resources are:
Metadata
| Resource | Description |
|---|---|
| /ssot/metadata | Get all Salesforce CDP metadata, including Calculated Insights, Engagement, Profile, and other objects, as well as their relationships to other objects. |
Profile Library
| Resource | Description |
|---|---|
| /ssot/profile/metadata | Get Salesforce CDP metadata for data model objects in the profile category, including Individual, Contact Point Email, Unified Individual, and Contact Point Address objects. Metadata includes the objects, their fields, and category. |
| /ssot/profile/metadata/dataModelName | Get Salesforce CDP metadata for a data model object in the profile category, such as Individual, Contact Point Email, Unified Individual, and Contact Point Address. Metadata includes the list of fields, data types, and indexes available for lookup. |
| /ssot/profile/dataModelName | Query a Salesforce CDP Profile data model object using filters. |
| /ssot/profile/dataModelName/id | Query a Salesforce CDP Profile data model object using filters and a search key. |
| /ssot/profile/dataModelName/id/childDataModelName | Query a Salesforce CDP Profile data model object and a child object using filters and a search key. |
| /ssot/profile/dataModelName/id/calculated-insights/calculatedInsightName | Query a Salesforce CDP Profile data model object using filters and a search key. |
Query Library
| Resource | Description |
|---|---|
| /ssot/query | Synchronously query Salesforce CDP data across data model, lake, unified, and linked objects. |
| /ssot/queryv2 | Query up to 8 MB of Salesforce CDP data across data model, lake, unified, and linked objects. |
| /ssot/queryv2/nextBatchId | Get the next batch of Salesforce CDP data across data model, lake, unified, and linked objects. |
Calculated Insights Library
| Resource | Description |
|---|---|
| /ssot/insight/metadata | Get Salesforce CDP Insight metadata, including Calculated Insight objects, their dimensions and measures. |
| /ssot/insight/metadata/calculatedInsightName | Get metadata for a Salesforce CDP Calculated Insight object. Metadata includes dimensions and measures. |
| /ssot/insight/calculated-insights/calculated-insight-name | Query a Salesforce CDP Calculated Insight object. |
Universal ID Lookup
| Resource | Description |
|---|---|
| /ssot/universalIdLookup/entityName/dataSourceId/dataSourceObjectId/sourceRecordId | Look up Salesforce CDP objects by source ID. |
Segments
| Resource | Description |
|---|---|
| /ssot/segments | Get segments or create a segment. |
| /ssot/segments/segmentId | Get, update, or delete a segment. |