Newer Version Available

This content describes an older version of this product. View Latest

Customer Data Platform Profile Query, Data Model Object and Child Object with Search Key

Query a Customer Data Platform Profile data model object and a child object using filters and a search key.
Resource
1/ssot/profile/dataModelName/id/childDataModelName
The id parameter is the value of the primary or secondary key field.
Available version
52.0
Requires Chatter
No
HTTP methods
GET
Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
batchSize Integer Number of items to return. Values are from 1–4,999. If unspecified, the default value is 100. Optional 52.0
fields String Comma-separated list of child object field names that you want to include in the result, for example, Id__c,EmailAddress__c. If unspecified, the first 10 alphabetically sorted fields are returned. Optional 52.0
filters String Comma-separated list of equality expressions within square brackets, for example, [FirstName__c=DON]. Filters are applied to the parent object only. Optional 52.0
offset Integer Number of rows to skip before returning results. If unspecified, no rows are skipped. Optional 52.0
orderby String Sort order for the result set, such as GenderId__c ASC,​Occupation__c DESC. If unspecified, items are returned in the order they are retrieved. Optional 52.0
searchKey String If a field other than the primary key is used, name of the key field, for example, FirstName__c. Required for secondary key 52.0
Response body for GET
Customer Data Platform Query Output