Get all opportunity records

Returns a list of all records for the given object.

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

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

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

int32

Number of records in each page. For example: 5, It will display 5 records on each page.

int32

Number of pages to be fetched. For example: 2, It will fetch the second page with the number of records (mentioned in the pageSize parameter).

Note:The page Index starts from 1.

string

Field name for sorting. For example: FirstName.

Note: The sort field (in this case, FirstName) should 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