Get all custom object records

Returns a list of all records for the given custom object.

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

Name of the custom object from which the records need to be fetched. It can only contain alphanumeric characters and underscores, and must have "_c" in the suffix.

For example: CustomObject_c.

Query Params
string

Search criteria for the object. For example: IsActive = 'true'.

Note: The criteria field (in this case, IsActive) must be indexed.

int32

Number of records in each page. For example: 5 produces five records for each page.

int32

Number of pages to be fetched. For example: 2 fetches the second page with the number of records in the pageSize parameter.

Note: The page index starts at 1.

string

Field name for sorting. For example: FirstName.

Note: The sort field (in this case, FirstName) must be indexed or sortable.

string
enum

Sort direction for the data.

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