POST /api/v1/query
Use Query API V1 to query Data Cloud data lake across data model, data lake, unified, and linked objects.
- HTTP method
POST
- Availability
Data Cloud v1.0, Salesforce v51.0
- Formats
REST
- URI
/api/v1/query
Field Name | Field Type | Description |
---|---|---|
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 results in ascending or descending order. Example: GenderId__c ASC, Occupation__c DESC |
- Request Header
- Request
- Response