| batchSize |
Integer |
Number of items to return. Values are from 1–4,999. If
unspecified, the default value is 100. |
Optional |
52.0 |
| fields |
String |
Comma-separated list of up to 50 field names that you want to include
in the result, for example, Id__c,FirstName__c,GenderId__c,Occupation__c. If unspecified, an
arbitrary set of fields is returned. |
Optional |
52.0 |
| filters |
String |
Comma-separated list of equality expressions within square
brackets, for example, [FirstName__c=DON]. |
Required |
52.0 |
| offset |
Integer |
Number of rows to skip before returning results. If unspecified, no
rows are skipped. |
Optional |
52.0 |
| orderby |
String |
Sort order for the result set, such as GenderId__c ASC,Occupation__c DESC. If unspecified, items are
returned in the order they are retrieved. |
Optional |
52.0 |