Use this API to query the Salesforce CDP data lake across data model, lake,
unified, and linked objects.
Syntax
- HTTP method
- POST
- Availability
- Salesforce CDP v1.0, Salesforce v51.0
- Formats
- REST
- URI
- /api/v1/query
Request Parameters
| limit |
int |
The numbers of records to be returned. Example: 10 |
| offset |
int |
Number of rows to skip before starting to return. Example: 100 |
| orderby |
string |
Comma separated values to sort the result-set in ascending or descending order.
Example: GenderId__c ASC,Occupation__c DESC |
Examples
- Request
-
- Response
-
HTTP Responses
| 200 OK |
Callback successfully verified |
| 400 Bad Request |
Invalid request |
| 403 Forbidden |
Failed to pass authorization. |
| 404 Not Found |
Incorrect callback ID, verification key, or both. |
| 422 Unprocessable Entity |
Attribute name used in fields/filter parameter does not exist. |
| 500 Server Error |
Internal error |