<
From version < 3.1 >
edited by Outhman Moustaghfir
on 2023/03/02 17:21
To version < 3.2 >
edited by Outhman Moustaghfir
on 2023/03/02 17:23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,16 +4,12 @@
4 4  
5 5  = Parameters =
6 6  
7 -GetTracking uses 5 params to help retrieve trackings in question.
7 +GetTracking uses params to help retrieve trackings in question.
8 8  
9 9  1. xpathExpression: read the IXpathExpression for more details ([[IXpathExpression>>https://ixpath.app/xwiki/bin/view/iXPath%20V3/IXpathExpression/]])
10 -1. keys: it can handle 2 values, "trkID" or keys separated by ';' (eg: 'orderNumber;City;Phone')  if the key contains '_' at the first character, it means we look for metadata (_statusTracking, _creationDate ...)
11 -**NB:** all metadata will be explained in detail in another paragraph.
12 -1. values: the values must be ordered the same as 'keys'. if we're searching by 'trkID', 'values' should contain trkIDs separated by space ' '. eg : '121ee 123DD 55evr om432' 
13 -In the other case where we use values depending on keys, they must be separated by ';' as shown below : 
14 -if we take the last example in 'keys' param, 'orderNumber;City;Phone' , 'values' will be by example '1243;Paris;06070706053' .
15 -1. limit: it defines the max number of tracking to retrieve. **it's optional.**
16 -1. order: whether you want to order the list of trackings in a descending way or not by a certain key order. The default value is 'trkID' and it's optional as long as you fill the limit value.
10 +1. limit: it defines the max number of tracking to retrieve. **it's optional. **(Optional)
11 +1. order: whether you want to order the list of trackings in a descending way or not by a certain key order. The default value is 'trkID' and it's optional as long as you fill in the limit value. (Optional)
12 +1. projection: you can return only some wanted fields instead of fetching the integrity of tracking object. (Optional)
17 17  
18 18  = Uses =
19 19  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian