starting_after
or ending_before
.
starting_after
, we will sort records in chronological order, which will allow you to page from the start of time up until the current day.ending_before
, we will sort records in reverse chronological order, meaning we’ll effectively work in reverse chronological order from the object ID you give us.starting_after
is an object ID. For example, if you requested 10 site objects, and the last item in the list was ABCDEF, you would send your next request with starting_after=ABCDEF
.ending_before
is an object ID. For example, if you requested 10 site objects, and the first item in the list was ABCDEF, you would send your next request with ending_before=ABCDEF
.