In this element... | Specify... |
start | The first element in the block that you want to retrieve (where 1 represents the first element in the entire set of results). |
number | The total number of elements that you want to retrieve in that block (that is, the size of the block). |
Invoke... | Set... | Set... |
scroll.start = 1 | scroll.number = 20 | |
getApprovalHistory again | scroll.start = 21 | scroll.number = 20 |
getApprovalHistory again | scroll.start = 41 | scroll.number = 20 |
Note: | If the last block in the set contains fewer entries than what you specify in scroll.number, the operation simply returns the remaining entries in that last block. If the element that you specify in scroll.start does not exist in the result set, the operation returns an empty list. |