diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md index c813de2db1c95966afc1be5bfff698088a781976..91da4b72a8c8ebc9c4b39e29e29e1ade3ea5cb8e 100644 --- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md +++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md @@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we - Start Page: 1 - End Page: 1000 - Page Increment Factor: 1 - - End Of Response Expression: \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) + - End Of Response Expression: "data": \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) - The rest of the settings remain at their default.  diff --git a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md index c4f29e14deb18abdad8d45aa099a77fdf2618068..37fe5ad54c9a67f93559f9b92d3d722fde335b4f 100644 --- a/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md +++ b/docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md @@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we - Start Page: 1 - End Page: 1000 - Page Increment Factor: 1 - - End Of Response Expression: \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) + - End Of Response Expression: "data": \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) - The rest of the settings remain at their default.  diff --git a/images/pagination.png b/images/pagination.png index ab9b8a6144c74669626a626ac34173b9f3aff316..039a56ec6506805e43373b951eb0e73fbad10864 100644 Binary files a/images/pagination.png and b/images/pagination.png differ