Wiki-Quellcode von Dokumente

Version 2.1 von Steffi F am 2025/06/13 08:04

Zeige letzte Bearbeiter
1 = Dokumente auslesen =
2
3 {{apimacro title="GetDocument Request"}}
4 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentRequest_V1">
5 <ACMP>
6 <GetDocument ActionType="Request" version="1">
7 <TGetDocumentRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8 <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
9 </TGetDocumentRequest_V1>
10 </GetDocument>
11 </ACMP>
12 </ICQL>
13 {{/apimacro}}
14
15 {{apimacro title="GetDocument Response"}}
16 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentResponse_V1">
17 <ACMP>
18 <GetDocument ActionType="Response" version="1">
19 <TGetDocumentResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
20 <Document xsi:type="TDocument_V1">
21 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
22 <Name>Name</Name>
23 <FolderId>{59387FFD-B171-47C5-B735-041FA132CA39}</FolderId>
24 <Path>Path</Path>
25 <FullPath>FullPath</FullPath>
26 <Filename>Filename</Filename>
27 <DocumentSource>FileRepository</DocumentSource>
28 <DocumentType>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentType>
29 <Link>Link</Link>
30 <Size>0</Size>
31 <Version>Version</Version>
32 <FileLocation>FileLocation</FileLocation>
33 <LastEditOn>1899-12-30T00:00:00.000Z</LastEditOn>
34 <LastEditBy xsi:type="TContactInfo_V1">
35 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
36 <Name>Name</Name>
37 <FamilyName>FamilyName</FamilyName>
38 <FullName>FullName</FullName>
39 <Email>Email</Email>
40 <HasPhoneNumber>false</HasPhoneNumber>
41 <HasDeleteFlag>false</HasDeleteFlag>
42 <IsUser>false</IsUser>
43 </LastEditBy>
44 <DateCreated>1899-12-30T00:00:00.000Z</DateCreated>
45 <CreatedBy xsi:type="TContactInfo_V1">
46 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
47 <Name>Name</Name>
48 <FamilyName>FamilyName</FamilyName>
49 <FullName>FullName</FullName>
50 <Email>Email</Email>
51 <HasPhoneNumber>false</HasPhoneNumber>
52 <HasDeleteFlag>false</HasDeleteFlag>
53 <IsUser>false</IsUser>
54 </CreatedBy>
55 <LockedByUsername>LockedByUsername</LockedByUsername>
56 <Description>Description</Description>
57 <CategoryTags/>
58 <Tags>
59 <string>Value 1</string>
60 <string>Value 2</string>
61 </Tags>
62 <DocumentLinks>
63 <TDocumentLinkItem_V1 xsi:type="TDocumentLinkItem_V1">
64 <Id>Id</Id>
65 <DocumentId>DocumentId</DocumentId>
66 <ItemId>ItemId</ItemId>
67 <Name>Name</Name>
68 <CreationDate>1899-12-30T00:00:00.000Z</CreationDate>
69 <Creator xsi:type="TContactInfo_V1">
70 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
71 <Name>Name</Name>
72 <FamilyName>FamilyName</FamilyName>
73 <FullName>FullName</FullName>
74 <Email>Email</Email>
75 <HasPhoneNumber>false</HasPhoneNumber>
76 <HasDeleteFlag>false</HasDeleteFlag>
77 <IsUser>false</IsUser>
78 </Creator>
79 <ItemKind>aiHDQuery</ItemKind>
80 </TDocumentLinkItem_V1>
81 <TDocumentLinkItem_V1 xsi:type="TDocumentLinkItem_V1">
82 <Id>Id</Id>
83 <DocumentId>DocumentId</DocumentId>
84 <ItemId>ItemId</ItemId>
85 <Name>Name</Name>
86 <CreationDate>1899-12-30T00:00:00.000Z</CreationDate>
87 <Creator xsi:type="TContactInfo_V1">
88 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
89 <Name>Name</Name>
90 <FamilyName>FamilyName</FamilyName>
91 <FullName>FullName</FullName>
92 <Email>Email</Email>
93 <HasPhoneNumber>false</HasPhoneNumber>
94 <HasDeleteFlag>false</HasDeleteFlag>
95 <IsUser>false</IsUser>
96 </Creator>
97 <ItemKind>aiHDQuery</ItemKind>
98 </TDocumentLinkItem_V1>
99 </DocumentLinks>
100 </Document>
101 <ResultCode>0</ResultCode>
102 <ResultMessage>ResultMessage</ResultMessage>
103 </TGetDocumentResponse_V1>
104 </GetDocument>
105 </ACMP>
106 </ICQL>
107 {{/apimacro}}
108
109 = Dokumentenverlinkung auslesen =
110
111 {{apimacro title="GetDocumentLink_V1 Request"}}
112 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentLinkRequest_V1">
113 <ACMP>
114 <GetDocumentLink ActionType="Request" version="1">
115 <TGetDocumentLinkRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
116 <DocumentLinkId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentLinkId>
117 </TGetDocumentLinkRequest_V1>
118 </GetDocumentLink>
119 </ACMP>
120 </ICQL>
121 {{/apimacro}}
122
123 {{apimacro title="GetDocumentLink_V1 Response"}}
124 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentLinkResponse_V1">
125 <ACMP>
126 <GetDocumentLink ActionType="Response" version="1">
127 <TGetDocumentLinkResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
128 <DocumentLink xsi:type="TDocumentLink_V2">
129 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
130 <Name>Name</Name>
131 <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
132 <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
133 <ItemKind>aiHDQuery</ItemKind>
134 <FileName>FileName</FileName>
135 <FileSize>0</FileSize>
136 <DocumentSource>FileRepository</DocumentSource>
137 <LinkDescription>LinkDescription</LinkDescription>
138 </DocumentLink>
139 <ResultCode>0</ResultCode>
140 <ResultMessage>ResultMessage</ResultMessage>
141 </TGetDocumentLinkResponse_V1>
142 </GetDocumentLink>
143 </ACMP>
144 </ICQL>
145 {{/apimacro}}
146
147 = Dokumente speichern =
148
149 {{apimacro title="SaveHyperlinkDocuments_V1 Request"}}
150 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveHyperlinkDocumentsRequest_V1">
151 <ACMP>
152 <SaveHyperlinkDocuments ActionType="Request" version="1">
153 <TSaveHyperlinkDocumentsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
154 <Documents>
155 <THyperlinkDocument_V1 xsi:type="THyperlinkDocument_V1">
156 <Link>Link</Link>
157 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
158 <Name>Name</Name>
159 <FolderId>{59387FFD-B171-47C5-B735-041FA132CA39}</FolderId>
160 <DocumentTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentTypeId>
161 <Version>Version</Version>
162 <FileLocation>FileLocation</FileLocation>
163 <Description>Description</Description>
164 <CategoryTags>
165 <option>KBArticle</option>
166 <option>License</option>
167 <option>Client</option>
168 <option>Asset</option>
169 <option>Contract</option>
170 </CategoryTags>
171 <Tags>
172 <string>Value 1</string>
173 <string>Value 2</string>
174 </Tags>
175 </THyperlinkDocument_V1>
176 <THyperlinkDocument_V1 xsi:type="THyperlinkDocument_V1">
177 <Link>Link</Link>
178 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
179 <Name>Name</Name>
180 <FolderId>{59387FFD-B171-47C5-B735-041FA132CA39}</FolderId>
181 <DocumentTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentTypeId>
182 <Version>Version</Version>
183 <FileLocation>FileLocation</FileLocation>
184 <Description>Description</Description>
185 <CategoryTags>
186 <option>KBArticle</option>
187 <option>License</option>
188 <option>Client</option>
189 <option>Asset</option>
190 <option>Contract</option>
191 </CategoryTags>
192 <Tags>
193 <string>Value 1</string>
194 <string>Value 2</string>
195 </Tags>
196 </THyperlinkDocument_V1>
197 </Documents>
198 </TSaveHyperlinkDocumentsRequest_V1>
199 </SaveHyperlinkDocuments>
200 </ACMP>
201 </ICQL>
202 {{/apimacro}}
203
204 {{apimacro title="SaveHyperlinkDocuments_V1 Response"}}
205 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveHyperlinkDocumentsResponse_V1">
206 <ACMP>
207 <SaveHyperlinkDocuments ActionType="Response" version="1">
208 <TSaveHyperlinkDocumentsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
209 <ResultCode>0</ResultCode>
210 <ResultMessage>ResultMessage</ResultMessage>
211 </TSaveHyperlinkDocumentsResponse_V1>
212 </SaveHyperlinkDocuments>
213 </ACMP>
214 </ICQL>
215 {{/apimacro}}
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community