Optional
startIf provided, indicates the earliest (oldest) timestamp of an object to include in the response.
start
are included in the response.start
MUST be earlier than end if provided.Optional
endIf provided, indicates the latest (newest) timestamp of an object to include the response.
end
are included in the response.end
MUST be a later timestamp than start.Optional
limitMaximum number to return of the requested type.
Any combination of
start
,end
,limit
are valid, but certain values take precedence over others. For example,50
objects closest to, but EARLIER (older) than end.Response data is returned in ascending time order, with oldest objects first and newest objects last.
See
related RestRequestPaginationWithFromId