This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
The following example shows the header fields that provide response
data pagination URLs for the /ordersBulk
endpoint. For more
information, see Paginating response data.
link: <https://[hostname]
/orders/v2/ordersBulk?endDate=2020-03-30T21%3A00%3A00.000Z &startDate=2020-03-30T20%3A00%3A00.000Z&pageSize=1>; rel="first" link: <https://[hostname]
/orders/v2/ordersBulk?endDate=2020-03-30T21%3A00%3A00.000Z &startDate=2020-03-30T20%3A00%3A00.000Z&pageSize=1&page=3>; rel="self" link: <https://[hostname]
/orders/v2/ordersBulk?endDate=2020-03-30T21%3A00%3A00.000Z &pageSize=1&page=2&startDate=2020-03-30T20%3A00%3A00.000Z>; rel="prev" link: <https://[hostname]
/orders/v2/ordersBulk?endDate=2020-03-30T21%3A00%3A00.000Z &pageSize=1&page=4&startDate=2020-03-30T20%3A00%3A00.000Z>; rel="next"