<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to create folder under a specific site and library using REST API? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58794#M20894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using Alfresco for past couple of weeks and it is a really great experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the below POST query along with the parameters to create documents via REST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hxxp://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/-my-/children&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the above creates the document under root folder. But, I need to create a document on specific site/documentLibrary/folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen this reference but not cannot figure out how the altimate URL should look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/4.2/references/RESTful-NodeFolderPost.html" title="https://docs.alfresco.com/4.2/references/RESTful-NodeFolderPost.html" rel="nofollow noopener noreferrer"&gt;Create child folder | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would l be able to do that pass all three arguments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know and thank you in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 17:16:02 GMT</pubDate>
    <dc:creator>mikeitexpert</dc:creator>
    <dc:date>2018-05-28T17:16:02Z</dc:date>
    <item>
      <title>How to create folder under a specific site and library using REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58794#M20894</link>
      <description>hi All,I have been using Alfresco for past couple of weeks and it is a really great experience.I use the below POST query along with the parameters to create documents via REST.hxxp://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/-my-/children&amp;nbsp;However, the above creates the</description>
      <pubDate>Mon, 28 May 2018 17:16:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58794#M20894</guid>
      <dc:creator>mikeitexpert</dc:creator>
      <dc:date>2018-05-28T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create folder under a specific site and library using REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58795#M20895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That documentation link points to an internal ReST API which should not be used for custom, external integrations. That API is used primarily for the Share user interface. As such, the operation may be removed in a future version of Alfresco (undetermined as of yet) when Share is finally removed.&lt;/P&gt;&lt;P&gt;The public v1 ReST API has its specific operation to &lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/sites/getSiteContainer" rel="nofollow noopener noreferrer"&gt;retrieve a site container&lt;/A&gt; (i.e. documentLibrary), and with the container folder in hand you can then use the regular API to create a child in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.:&amp;nbsp;In the future, please make a selection of the categories - don't just check every single one of them, even though most don't make sense for the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 21:28:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58795#M20895</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-05-28T21:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create folder under a specific site and library using REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58796#M20896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the quick reply.&lt;/P&gt;&lt;P&gt;Just one more question, Having the container, would I be able to create folder in it? Which API should I use for that one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 21:49:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58796#M20896</guid>
      <dc:creator>mikeitexpert</dc:creator>
      <dc:date>2018-05-28T21:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create folder under a specific site and library using REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58797#M20897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one API you already listed, i.e.&amp;nbsp;/alfresco/api/-default-/public/alfresco/versions/1/nodes/[nodeIdOfContainer]/children&lt;/P&gt;&lt;P&gt;I am wondering: Are you using the documentation / publicly available &lt;A href="https://api-explorer.alfresco.com/api-explorer" rel="nofollow noopener noreferrer"&gt;API explorer&lt;/A&gt; to find your way around the ReST API? It should be quite straightforward to connect which operations you can use for your specific use cases by looking at that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 10:18:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58797#M20897</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-05-29T10:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create folder under a specific site and library using REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58798#M20898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross-posted at &lt;A class="link-titled" href="https://stackoverflow.com/questions/50573229/how-to-use-alfresco-rest-api-to-create-folder-in-a-site-documentlibrary" title="https://stackoverflow.com/questions/50573229/how-to-use-alfresco-rest-api-to-create-folder-in-a-site-documentlibrary" rel="nofollow noopener noreferrer"&gt;postman - How to use Alfresco rest api to create folder in a site/documentLibrary? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 16:23:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-folder-under-a-specific-site-and-library-using/m-p/58798#M20898</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-05-29T16:23:08Z</dc:date>
    </item>
  </channel>
</rss>

