Changes for page Documents

Last modified by Steffi F on 2025/06/27 09:08

From version 1.1
edited by Steffi F
on 2025/05/26 13:29
Change comment: There is no comment for this version
To version 5.1
edited by Steffi F
on 2025/06/13 08:34
Change comment: There is no comment for this version

Summary

Details

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