getProfileQueryDataModelObject

GET {{baseUrl}}/ssot/profile/:dataModelName?batchSize=<integer>&fields=<string>&filters=<string>&offset=<integer>&orderby=<string>

Query a Profile data model object using filters in Data Cloud.

Available Version: 52.0

Request Params

KeyDatatypeRequiredDescription
batchSizestringNumber of items to return. Values are from 1-4,999. If unspecified, the default value is 100.

Available Version: 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.

Available Version: 52.0 | | filters | string | | Comma-separated list of equality expressions within square brackets, for example, [FirstName__c=DON].

Available Version: 52.0 | | offset | string | | Number of rows to skip before returning results. If unspecified, no rows are skipped.

Available Version: 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.

Available Version: 52.0 |

RESPONSES

status: OK

{&quot;done&quot;:&quot;\u003cboolean\u003e&quot;,&quot;endTime&quot;:&quot;\u003cstring\u003e&quot;,&quot;metadata&quot;:{&quot;//&quot;:&quot;\u003cobject\u003e&quot;},&quot;queryId&quot;:&quot;\u003cstring\u003e&quot;,&quot;rowCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;startTime&quot;:&quot;\u003cstring\u003e&quot;}