POST /api/v1/query

Use Query API V1 to query Data Cloud data lake across data model, data lake, unified, and linked objects.

Syntax

HTTP method
POST
Availability
Data Cloud v1.0, Salesforce v51.0
Formats
REST
URI
/api/v1/query

Request Parameters

Field Name Description
limit
Field Type
int
Description
The numbers of records to be returned. Example: 10
offset
Field Type
int
Description
Number of rows to skip before starting to return. Example: 100
orderby
Field Type
string
Description
Comma-separated values to sort the results in ascending or descending order. Example: GenderId__c ASC, Occupation__c DESC

Examples

Request Header
Request
Response