Offset
By default, MaxResults
displays the most recent results first, but you can use Offset
to specify a different starting point. Offset=0
(the default) starts from the first result, but you can specify, for example, Offset=1000
to start from result 1,001. You can combine Offset
with MaxResults
to retrieve all results in sections.
Actions: | GetStatistics |
Type: | Long |
Default: | 0 |
Required: | No |
Example: | Offset=200
|
See Also: | MaxResults |