GET /api/v1/profile/{dataModelName}

Returns data model objects based on search filters. Use this API call to retrieve the object records after applying the selected filters.

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce v51.0

Formats

REST

URI

/api/v1/profile/{dataModelName}

Field NameField TypeDescription
dataModelNamestringRequired. Data model object API name. Example: UnifiedIndividual__dlm
fieldsstringDistinct comma-separated name of fields that you want to include in the result. Example: Id__c,FirstName__c,GenderId__c,Occupation__cIf this parameter isn't specified, up to 10 arbitrary fields are returned.
filtersstringRequired. A set of comma-separated equality expressions, within square brackets. Example: [FirstName__c=DON]
limitintThe numbers of records to be returned. Example: 10
offsetintNumber of rows to skip before starting to return. Example: 100. This field is available in API version 52.0 and later.
orderbystringComma-separated values to sort the result-set in ascending or descending order. Example: GenderId__c ASC, Occupation__c DESC. This field is available in API version 52.0 and later.
Request

Response

ResponseReason
200 OKCallback successfully verified
400 Bad RequestInvalid request
403 ForbiddenFailed to pass authorization.
404 Not FoundIncorrect callback ID, verification key, or both.
422 Unprocessable EntityAttribute name used in fields/filter parameter doesn’t exist.
500 Server ErrorInternal error