Newer Version Available

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

Data Cloud Profile Query, Data Model Object

Query a Profile data model object using filters.
Resource
1/ssot/profile/dataModelName
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 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]. Required 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
Response body for GET
Data Cloud Query Output