| fields |
String[] |
Comma-separated list of up to 50 field names that you want to include
in the result, for example, Id__c,
Delta_Type__C. If unspecified, Id__c is returned. |
Optional |
58.0 |
| filters |
String |
Filter the result set to a more narrow scope or specific type, such
as [Delta_Type__C in('new') AND timestamp__C
> '2023-04-02']. |
Optional |
58.0 |
| limit |
Integer |
Maximum number of rows to return from 1–1000. If unspecified, the
default number of rows is 100. |
Optional |
58.0 |
| offset |
Integer |
Number of rows to skip before returning results. If unspecified, no
rows are skipped. |
Optional |
58.0 |
| orderBy |
String |
Sort order for the result set, such as Name ASC or MarketSegmentType
DESC. If unspecified, items are returned by ID in ascending order. |
Optional |
58.0 |