ModifiedAfter | path | string | No | Optional, but HIGHLY recommended; must be in UTC or included an appropriate time zone offset; format: YYYY-MM-DDTHH:mm:ss+ZZ |
Count | path | string | No | deprecated in favor of PageSize; how many results to return per page |
Page | path | string | No | one-based page, based on how big each page is (via PageSize) |
PageSize | path | string | No | how many results to return per page; may be limited if too many are requested—ensure subsequent pages never request a bigger PageSize than is returned in a previous page (unless this is the last or after the last page, in other words, zero results were returned) to ensure results are not accidentally skipped |
Offset | path | string | No | deprecated in favor of Page; how many results to skip |