Newer Version Available

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

Data Cloud Profile Query, Data Model Object with Search Key

Query a Profile data model object using filters and a search key.
Resource
1/ssot/profile/dataModelName/id
The id parameter is the value of the primary or secondary key field.
Available version
52.0
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 up to 50 field names that you want to include in the result, for example, Id__c,FirstName__c,​GenderId__c,Occupation__c. If unspecified, Id__c is returned. Optional 52.0
filters String Comma-separated list of equality expressions within square brackets, for example, [FirstName__c=DON]. 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
Data Cloud Query Output