Execute single query

Validates and executes the query request for the given custom object and specifying whether the total record count should be included in the response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Name of the custom object to which query needs to be processed.It can only contain underscores and alphanumeric characters and "_c" in the sufix. For example: CustomObject_c.

Query Params
boolean

Set to true to get the total count of records in response.

Note: Default value set to false.

string
Body Params

Actual query to be executed

Schema Model for Query

string | null

Name of object on which querying needs to be done.

string | null
Select
array of strings | null

The fields which are to be displayed.

Select
boolean

Select true to get distinct records

int32 | null

Limit set for records to be fetched. For example: Limit = 100, This will fetch 100 records matching the criteria.

int32 | null

Number of records to be skipped.

Sort
object

Sort information for records.

GroupBy
array of strings | null

List of field names which are to be grouped.

GroupBy
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Bad Request

403

Forbidden

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json