Wiki source code of Public API Meta Information

Version 2.1 by Steffi F on 2025/06/13 12:08

Hide last authors
Steffi F 2.1 1 = Get command versions =
2
3 {{apimacro title="GetCommandVersions_Request"}}
4 <ICQL>
5 <ACMP>
6 <GetCommandVersions version="1">
7 <TGetCommandVersionsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8 <Commands>
9 <string>GetAssetList</string>
10 <string>SaveAssets</string>
11 </Commands>
12 </TGetCommandVersionsRequest_V1>
13 </GetCommandVersions>
14 </ACMP>
15 </ICQL>
16 {{/apimacro}}
17
18 {{apimacro title="GetCommandVersions_Response"}}
19 <ICQL>
20 <ACMP>
21 <GetCommandVersions version="1">
22 <TGetCommandVersionsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <CommandVersions>
24 <TCommandVersion_V1 xsi:type="TCommandVersion_V1">
25 <CommandName>CommandName</CommandName>
26 <Versions/>
27 </TCommandVersion_V1>
28 <TCommandVersion_V1 xsi:type="TCommandVersion_V1">
29 <CommandName>CommandName</CommandName>
30 <Versions/>
31 </TCommandVersion_V1>
32 </CommandVersions>
33 <ResultCode>0</ResultCode>
34 </TGetCommandVersionsResponse_V1>
35 </GetCommandVersions>
36 </ACMP>
37 </ICQL>
38 {{/apimacro}}
39
40 = Get command schemas =
41
42 {{apimacro title="GetCommandSchemas Request"}}
43 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasRequest_V1">
44 <ACMP>
45 <GetCommandSchemas version="1">
46 <TGetCommandSchemasRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
47 <Commands>
48 <string>Value 1</string>
49 <string>Value 2</string>
50 </Commands>
51 </TGetCommandSchemasRequest_V1>
52 </GetCommandSchemas>
53 </ACMP>
54 </ICQL>
55 {{/apimacro}}
56
57 {{apimacro title="GetCommandSchemas Response"}}
58 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasResponse_V1">
59 <ACMP>
60 <GetCommandSchemas version="1">
61 <TGetCommandSchemasResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
62 <CommandSchemas>
63 <TCommandSchema_V1 xsi:type="TCommandSchema_V1">
64 <CommandName>CommandName</CommandName>
65 <Schema>Schema</Schema>
66 </TCommandSchema_V1>
67 <TCommandSchema_V1 xsi:type="TCommandSchema_V1">
68 <CommandName>CommandName</CommandName>
69 <Schema>Schema</Schema>
70 </TCommandSchema_V1>
71 </CommandSchemas>
72 <ResultCode>0</ResultCode>
73 </TGetCommandSchemasResponse_V1>
74 </GetCommandSchemas>
75 </ACMP>
76 </ICQL>
77 {{/apimacro}}
78
79 = GetCommandSchemas_V2 =
80
81 {{apimacro title="GetCommandSchemas Request"}}
82 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasRequest_V2">
83 <ACMP>
84 <GetCommandSchemas ActionType="Request" version="2">
85 <TGetCommandSchemasRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
86 <Commands>
87 <string>Value 1</string>
88 <string>Value 2</string>
89 </Commands>
90 </TGetCommandSchemasRequest_V2>
91 </GetCommandSchemas>
92 </ACMP>
93 </ICQL>
94 {{/apimacro}}
95
96 {{apimacro title="GetCommandSchemas Response"}}
97 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCommandSchemasResponse_V2">
98 <ACMP>
99 <GetCommandSchemas ActionType="Response" version="2">
100 <TGetCommandSchemasResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
101 <CommandSchemas>
102 <TCommandSchema_V2 xsi:type="TCommandSchema_V2">
103 <CommandName>CommandName</CommandName>
104 <RequestSchema>RequestSchema</RequestSchema>
105 <ResponseSchema>ResponseSchema</ResponseSchema>
106 </TCommandSchema_V2>
107 <TCommandSchema_V2 xsi:type="TCommandSchema_V2">
108 <CommandName>CommandName</CommandName>
109 <RequestSchema>RequestSchema</RequestSchema>
110 <ResponseSchema>ResponseSchema</ResponseSchema>
111 </TCommandSchema_V2>
112 </CommandSchemas>
113 <ResultCode>0</ResultCode>
114 <ResultMessage>ResultMessage</ResultMessage>
115 </TGetCommandSchemasResponse_V2>
116 </GetCommandSchemas>
117 </ACMP>
118 </ICQL>
119 {{/apimacro}}
120
121 = Get Data Versions =
122
123 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
124 (((
125 (% class="showhide-header-flex" %)
126 (((
127 (% class="showhide-title" %)
128 (((
129 GetDataVersions Request
130 )))
131
132 (% class="showhide-arrow" %)
133 (((
134
135 )))
136 )))
137 )))
138
139 (% class="showhidecontent" style="display: none;" %)
140 (((
141 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDataVersionsRequest_V1">
142 <ACMP>
143 <GetDataVersions ActionType="Request" version="1">
144 <TGetDataVersionsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
145 <Keys>
146 <string>Value 1</string>
147 <string>Value 2</string>
148 </Keys>
149 </TGetDataVersionsRequest_V1>
150 </GetDataVersions>
151 </ACMP>
152 </ICQL>
153 )))
154
155 {{apimacro title="GetDataVersions Response"}}
156 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDataVersionsResponse_V1">
157 <ACMP>
158 <GetDataVersions ActionType="Response" version="1">
159 <TGetDataVersionsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
160 <DataVersions>
161 <TDataVersion_V1 xsi:type="TDataVersion_V1">
162 <Key/>
163 <Version/>
164 </TDataVersion_V1>
165 <TDataVersion_V1 xsi:type="TDataVersion_V1">
166 <Key/>
167 <Version/>
168 </TDataVersion_V1>
169 </DataVersions>
170 <ResultCode>0</ResultCode>
171 <ResultMessage>ResultMessage</ResultMessage>
172 </TGetDataVersionsResponse_V1>
173 </GetDataVersions>
174 </ACMP>
175 </ICQL>
176 {{/apimacro}}
177
178 = GetACMPServerInfo =
179
180 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
181 (((
182 (% class="showhide-header-flex" %)
183 (((
184 (% class="showhide-title" %)
185 (((
186 GetACMPServerInfo Request
187 )))
188
189 (% class="showhide-arrow" %)
190 (((
191
192 )))
193 )))
194 )))
195
196 (% class="showhidecontent" style="display: none;" %)
197 (((
198 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetACMPServerInfoRequest_V1">
199 <ACMP>
200 <GetACMPServerInfo ActionType="Request" version="1">
201 <TGetACMPServerInfoRequest_V1/>
202 </GetACMPServerInfo>
203 </ACMP>
204 </ICQL>
205 )))
206
207 {{apimacro title="GetACMPServerInfo Response"}}
208 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetACMPServerInfoResponse_V1">
209 <ACMP>
210 <GetACMPServerInfo ActionType="Response" version="1">
211 <TGetACMPServerInfoResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
212 <ServerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServerId>
213 <ServerName>ServerName</ServerName>
214 <ServerPort>0</ServerPort>
215 <MajorVersion>0</MajorVersion>
216 <MinorVersion>0</MinorVersion>
217 <PatchLevel>0</PatchLevel>
218 <BuildNumber>0</BuildNumber>
219 <PublicAPIBuildNumber>0</PublicAPIBuildNumber>
220 <RoutingKeys>
221 <string>Value 1</string>
222 <string>Value 2</string>
223 </RoutingKeys>
224 <VirtualRouter>
225 <string>Value 1</string>
226 <string>Value 2</string>
227 </VirtualRouter>
228 <ResultCode>0</ResultCode>
229 <ResultMessage>ResultMessage</ResultMessage>
230 </TGetACMPServerInfoResponse_V1>
231 </GetACMPServerInfo>
232 </ACMP>
233 </ICQL>
234 {{/apimacro}}
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community