Global API
...
Requests
Custom Object

Read

2min

To read Custom Object records, please use the below parameters.

Supported “where” Filters

Field Name

Data Type

Description

created

Long

This will filter on an exact match (equal). Use the “additionalFilter” option for a range of dates.

name

String

To filter the records based on the specific name.

additonalFilter

String

construct the additional filter with a combination of the above fields using ‘+and+’ separator and pass it as a single string. Make sure to wrap the whole string using EncodingUtil.urlEncode

Example

Request
Response




Updated 19 Apr 2023
Doc contributor
Did this page help you?