<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rest API integration object</title><link>https://community.appian.com/discussions/f/integrations/18294/rest-api-integration-object</link><description>Hey, 
 I&amp;#39;m trying to send my document to external document storing aplication. At this moment i can send document and it&amp;#39;s stored so now i have to add some &amp;quot;indexes&amp;quot; such as client number, client name ect. (all of them are my process variables) I don</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72082?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 13:33:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:674b1579-e0b5-446f-8ffb-cc72da2ecf52</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;This is a part of my&amp;nbsp; Resault of type HttpResponse:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[statusLine=HTTP/1.1 200 OK, statusCode=200, headers=[object Object], contentType=application/xml; charset=utf-8, body=&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; href=&amp;quot;/DocuWare/Platform/Content/standard.xslt&amp;quot;?&amp;gt;&amp;lt;DocumentIndexFields xmlns:s=&amp;quot;&lt;a href="http://dev.docuware.com/schema/public/services"&gt;&amp;quot;&amp;gt;dev.docuware.com/.../services&amp;quot;&lt;/a&gt; xmlns=&amp;quot;&lt;a href="http://dev.docuware.com/schema/public/services/platform"&gt;&amp;quot;&amp;gt;dev.docuware.com/.../platform&amp;quot;&amp;gt;&amp;lt;Field&lt;/a&gt; FieldName=&amp;quot;DWDOCID&amp;quot; FieldLabel=&amp;quot;Doc ID&amp;quot; ReadOnly=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;Int&amp;gt;4422060&amp;lt;/Int&amp;gt;&amp;lt;/Field&amp;gt;&amp;lt;Field FieldName=&amp;quot;DWDOCSIZE&amp;quot; FieldLabel=&amp;quot;Document Size&amp;quot; ReadOnly=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;Int&amp;gt;6450&amp;lt;/Int&amp;gt;&amp;lt;/Field&amp;gt;&amp;lt;Field&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;And i need value of FieldName=&amp;quot;DWDOCID&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72080?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 12:45:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d92d25bc-03a2-49a6-961e-6a2f30d1902f</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;OK i have done it!!! Thank you very much Guys!&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Only one thing left is to make my URL flexible. I got some xml in my requestresposne in process and there is documentID from Docuware. Any thoughts how can i get this doc from xml to maybe another pv?&lt;/p&gt;
&lt;p&gt;Thank you once again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72052?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2020 12:02:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:495c4488-2ae7-4e7b-9e55-f620da6c4f1b</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;I found some informations: I have to send this indexes as&amp;nbsp; PUT method in xml, but there is a problem now&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;DocumentIndexFields xmlns:xsi=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xmlns:xsd=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns=&amp;quot;&lt;a href="http://dev.docuware.com/schema/public/services/platform"&gt;http://dev.docuware.com/schema/someservices&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;Field FieldName=&amp;quot;ACCOUNTNOUM&amp;quot;&amp;gt;&amp;lt;String&amp;gt;A1&amp;lt;/String&amp;gt;&amp;lt;/Field&amp;gt;&amp;lt;/DocumentIndexFields&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can i put this into xml? I tried to create CDT with FieldName and String felds and then made something like this in request body&lt;/p&gt;
&lt;p&gt;&amp;#39;type!{urn:com:appian:types}DW_DocumentIndexFields&amp;#39;(&lt;br /&gt; FieldName: &amp;quot;ACCOUNTNUMBER&amp;quot;,&lt;br /&gt; String: &amp;quot;A1&amp;quot;&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;and&amp;nbsp; gives me an 500 error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72049?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2020 08:37:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:682a0557-f626-4df4-8a1d-f0ff6b0ff8b1</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;Can&amp;#39;t find &amp;quot;&lt;span&gt;Specify values for each part&amp;quot; in 19.2. Was it implemented in 19.4?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there any alternative? Maybe custom&amp;nbsp; type?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/18/pastedimage1581496433403v3.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72034?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 18:17:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d099ed0-2a4d-44bb-8230-3eca1ea7525d</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I don&amp;#39;t think that&amp;#39;s the correct syntax for using Multipart Form Data. Usually you have to either add the properties directly to the grid or use the a!httpFormPart() function to define the data to send. See &lt;a href="https://docs.appian.com/suite/help/latest/Integration_Content_Types.html#multipart-form-data-(multipart/form-data)"&gt;here&lt;/a&gt;&amp;nbsp;for more information.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;d suggest starting by using the option for &amp;quot;Specify values for each part&amp;quot; and plug in the properties you defined above. If that doesn&amp;#39;t work, try the expression that returns a list of a!httpFormPart()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72020?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 13:47:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba36613a-d2cc-414b-b594-53607a12b843</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;I found this in Documantation but i have no idea why it doesnt work for me&lt;/p&gt;
&lt;pre&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;   &amp;nbsp;&amp;nbsp; &amp;quot;Fields&amp;quot;: [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "FieldName": "DWWBSOURCE",&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Item": "xyz",&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ItemElementName": "String"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Changed into&lt;br /&gt;{&lt;br /&gt; &amp;quot;Fields&amp;quot;: &lt;br /&gt; {&lt;br /&gt; &amp;quot;FieldName&amp;quot;: &amp;quot;ACCOUNTNUMBER&amp;quot;,&lt;br /&gt; &amp;quot;Item&amp;quot;: ri!metadata.AccountNumber,&lt;br /&gt; &amp;quot;ItemElementName&amp;quot;: &amp;quot;String&amp;quot;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;I chose Multipart Form Data and enter this as JSON + document which has document content type&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72019?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 13:39:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:758cb510-232e-4628-8c22-98cdac0dcd7b</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;The thing to keep in mind is that Appian is entirely dependent on how the system works that you want to integrate with. There are a number of possibilities: add query parameters, add information in the request body, add parameters to the URL, etc. However, DocuWare is likely expecting to receive these indexes in a certain way. I&amp;#39;d suggest doing some research on DocuWare to see what format they need to store indexes, then craft your integration to meet those requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/72016?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 08:43:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35dc3000-48fc-403a-a8fc-4794a4edf50e</guid><dc:creator>dawids0001</dc:creator><description>&lt;p&gt;This application is called DocuWare. At this moment i have 2 itegration objects in my process. First is loging in and second is send document. I need to send this indexes with document im not sure I can edit them later. It look similar to my #1 attachment.&lt;/p&gt;
&lt;p&gt;Upload object is at the #2 attachment&lt;/p&gt;
&lt;p&gt;These indexes arent unique i think. You can have many documents for the same client, branch or from the same date&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/18/_2300_1.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/18/_2300_2.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Rest API integration object</title><link>https://community.appian.com/thread/71978?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2020 15:24:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6785fb75-be52-4417-8c8b-d2a1f334cd51</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;I have no information regarding your external document management application.&amp;nbsp; Let&amp;#39;s call it DMA for right now.&lt;/p&gt;
&lt;p&gt;However, I expect it&amp;#39;s possible&amp;nbsp;that DMA returns its own unique identifier for the new document you just added.&amp;nbsp; You should be able to capture that from the response of the first call.&lt;br /&gt;Is there a second &lt;em&gt;Update Indexes&lt;/em&gt; API call for DMA that takes that unique identifier?&amp;nbsp; &lt;br /&gt;If so, you should be able to pass in those indexes along with the new unique identifier in a second API call to DMA from Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>