| ... |
... |
@@ -1,0 +1,50 @@ |
|
1 |
+= GetQueryList = |
|
2 |
+ |
|
3 |
+{{apimacro title="GetQueryList Request"}} |
|
4 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetQueryListRequest_V1"> |
|
5 |
+ <ACMP> |
|
6 |
+ <GetQueryList ActionType="Request" version="1"> |
|
7 |
+ <TGetQueryListRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
8 |
+ <QueryKind>qkHDQuery</QueryKind> |
|
9 |
+ </TGetQueryListRequest_V1> |
|
10 |
+ </GetQueryList> |
|
11 |
+ </ACMP> |
|
12 |
+</ICQL> |
|
13 |
+{{/apimacro}} |
|
14 |
+ |
|
15 |
+{{apimacro title="GetQueryList Response"}} |
|
16 |
+<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetQueryListResponse_V1"> |
|
17 |
+ <ACMP> |
|
18 |
+ <GetQueryList ActionType="Response" version="1"> |
|
19 |
+ <TGetQueryListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
20 |
+ <QueryList> |
|
21 |
+ <TQueryDataInfo_V1 xsi:type="TQueryDataInfo_V1"> |
|
22 |
+ <QueryID>{59387FFD-B171-47C5-B735-041FA132CA39}</QueryID> |
|
23 |
+ <Name>Name</Name> |
|
24 |
+ <FolderID>{59387FFD-B171-47C5-B735-041FA132CA39}</FolderID> |
|
25 |
+ <Path>Path</Path> |
|
26 |
+ <QueryKind>qkHDQuery</QueryKind> |
|
27 |
+ <IsEditable>false</IsEditable> |
|
28 |
+ <IsExecutable>false</IsExecutable> |
|
29 |
+ <HasDynamicFilters>false</HasDynamicFilters> |
|
30 |
+ <IsSystemQuery>false</IsSystemQuery> |
|
31 |
+ </TQueryDataInfo_V1> |
|
32 |
+ <TQueryDataInfo_V1 xsi:type="TQueryDataInfo_V1"> |
|
33 |
+ <QueryID>{59387FFD-B171-47C5-B735-041FA132CA39}</QueryID> |
|
34 |
+ <Name>Name</Name> |
|
35 |
+ <FolderID>{59387FFD-B171-47C5-B735-041FA132CA39}</FolderID> |
|
36 |
+ <Path>Path</Path> |
|
37 |
+ <QueryKind>qkHDQuery</QueryKind> |
|
38 |
+ <IsEditable>false</IsEditable> |
|
39 |
+ <IsExecutable>false</IsExecutable> |
|
40 |
+ <HasDynamicFilters>false</HasDynamicFilters> |
|
41 |
+ <IsSystemQuery>false</IsSystemQuery> |
|
42 |
+ </TQueryDataInfo_V1> |
|
43 |
+ </QueryList> |
|
44 |
+ <ResultCode>0</ResultCode> |
|
45 |
+ <ResultMessage>ResultMessage</ResultMessage> |
|
46 |
+ </TGetQueryListResponse_V1> |
|
47 |
+ </GetQueryList> |
|
48 |
+ </ACMP> |
|
49 |
+</ICQL> |
|
50 |
+{{/apimacro}} |