| batchSize |
Integer |
Number of items to return. Values are from 1–4,999. If
unspecified, the default value is 4999. |
Optional |
52.0 |
| dimensions |
String |
Comma-separated list of up to 10 dimensions, such as GenderId__c, to project. If unspecified, this
parameter includes all of the available dimensions. |
Optional |
52.0 |
| filters |
String |
Filter the result set to a more narrow scope or specific type, such
as [GenderId__c=Male,FirstName__c=Angel]. |
Optional |
52.0 |
| measures |
String |
Comma-separated list of up to 5 measures, such as TotalSales__c, to project. If unspecified, this
parameter includes all of the available measures. |
Optional |
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 |