start
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
“start” determines the number in the result set of the first result to return. Used in conjunction with “maxResultCount” this can be used for pagination of SES responses.
Note, the return results are zero indexed so start=0, maxResultCount=5 will return the first five results. To get the next set, use the parameter values start=5, maxResultCount=5.