Changes for page 1. SearchTourPackages
Last modified by Giorgi Mdivnishvili on 2025/02/12 15:25
From version 16.1
edited by Giorgi Mdivnishvili
on 2023/12/26 15:05
on 2023/12/26 15:05
Change comment:
There is no comment for this version
To version 17.1
edited by Giorgi Mdivnishvili
on 2023/12/26 15:34
on 2023/12/26 15:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -761,7 +761,7 @@ 761 761 762 762 === Paging and Caching === 763 763 764 -During the first request, Paging id must be empty like this ( "pagingId": "",) pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search 764 +During the first request, Paging id must be empty like this ( "pagingId": "",) pagenumber is the number of the page, pagerowcount means number of the given result in one page. So in the first request we can search like this: 765 765 766 766 767 767 ==== first request ==== ... ... @@ -777,6 +777,8 @@ 777 777 778 778 ==== Request with caching ==== 779 779 780 +as we receive response, in the end we can see pagingId- number, chich we can use for caching, and then just switch pagenumbers. for cleaning cache, it's important to make new request without pagingID 781 + 780 780 {{code language="Json"}} 781 781 { 782 782 "pagingId": "80", ... ... @@ -825,7 +825,7 @@ 825 825 826 826 827 827 828 - 830 +== Important == 829 829 830 830 {{error}} 831 831 It's Important to in every other request header, put Auth token ... ... @@ -843,4 +843,3 @@ 843 843 844 844 **Value **- 240 845 845 {{/error}} 846 -