<?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>Folder in appian()</title><link>https://community.appian.com/discussions/f/general/28051/folder-in-appian</link><description>I&amp;#39;m creating an Appian web API to retrieve documents from our Appian system and link them with our other systems. 
 To that end, I&amp;#39;m utilising Appian&amp;#39;s folder() function to gather information about the contents of a folder. 
 
 The issue I&amp;#39;m facing is</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Folder in appian()</title><link>https://community.appian.com/thread/109246?ContentTypeID=1</link><pubDate>Sun, 12 Mar 2023 22:31:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2afda94b-12dc-486c-b728-0ca2f8254b2a</guid><dc:creator>jameli0507</dc:creator><description>&lt;p&gt;well it worked thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Folder in appian()</title><link>https://community.appian.com/thread/109228?ContentTypeID=1</link><pubDate>Sun, 12 Mar 2023 09:03:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b4152aa-cf59-49c6-9607-251c1d849a3d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;When creating an API that should return lists, you always have to implement a paging mechanism to reduce the volume of transported data.&lt;/p&gt;
&lt;p&gt;In my applications, I always store some document metadata to the DB. This would make building an API very simple as I can query the data from DB. Not sure whether that would work for you.&lt;/p&gt;
&lt;p&gt;There are some plugins with alternative implementations of getting documents from folders. Did you try that way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Folder in appian()</title><link>https://community.appian.com/thread/109223?ContentTypeID=1</link><pubDate>Sat, 11 Mar 2023 21:41:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:579f9692-8222-480a-957c-3576b0b6cc9a</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;1000 is sadly often times the magic appian number. e.g. Task instances or in the case for the folder function.&lt;br /&gt;&amp;quot;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;documentChildren&lt;/code&gt;&lt;span&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;folderChildren&lt;/code&gt;&lt;span&gt;&amp;nbsp;properties return up to the first 1000 documents or folders, respectively, that are direct children of the selected folder. Results are returned in alphabetical order by name.&amp;quot;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;from&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/23.1/fnc_scripting_folder.html"&gt;https://docs.appian.com/suite/help/23.1/fnc_scripting_folder.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the questions is: why do you need more for retrieving the right document?&lt;br /&gt;wouldn&amp;#39;t work a folder structure like per week/per month?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>