Wiki source code of Public API Meta Information

Last modified by Steffi F on 2025/06/13 12:58

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