<?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 REST API node info with &amp;include=path problem in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/rest-api-node-info-with-include-path-problem/m-p/139640#M37340</link>
    <description>&lt;P&gt;I have a problem with getting the path info via a GET request according to the example here: &lt;A href="https://docs.alfresco.com/content-services/community/develop/rest-api-guide/folders-files/#get-folderfile-metadata" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/develop/rest-api-guide/folders-files/#get-folderfile-metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;According to the document I can use a node identifier here, and I can get the basic information perfectly:&lt;/P&gt;&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/nodes/3b2312d5-182a-44da-9464-59aaa4952ec4&lt;/PRE&gt;&lt;P&gt;However, when according to the docs I want to get the path information, and I extend the URL with include=path:&lt;/P&gt;&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/nodes/3b2312d5-182a-44da-9464-59aaa4952ec4&amp;amp;include=path&lt;/PRE&gt;&lt;P&gt;I get an error &lt;SPAN&gt;&lt;SPAN class=""&gt;"framework.exception.EntityNotFound"&lt;/SPAN&gt;&lt;/SPAN&gt; with briefSummary &lt;SPAN&gt;&lt;SPAN class=""&gt;"10300015 The entity with id: 3b2312d5-182a-44da-9464-59aaa4952ec4&amp;amp;include=path was not found"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I am missing here? Why the include parameter is included in the entity id?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 16:19:58 GMT</pubDate>
    <dc:creator>Peter_Adam_SB</dc:creator>
    <dc:date>2021-11-30T16:19:58Z</dc:date>
    <item>
      <title>REST API node info with &amp;include=path problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rest-api-node-info-with-include-path-problem/m-p/139640#M37340</link>
      <description>&lt;P&gt;I have a problem with getting the path info via a GET request according to the example here: &lt;A href="https://docs.alfresco.com/content-services/community/develop/rest-api-guide/folders-files/#get-folderfile-metadata" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/develop/rest-api-guide/folders-files/#get-folderfile-metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;According to the document I can use a node identifier here, and I can get the basic information perfectly:&lt;/P&gt;&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/nodes/3b2312d5-182a-44da-9464-59aaa4952ec4&lt;/PRE&gt;&lt;P&gt;However, when according to the docs I want to get the path information, and I extend the URL with include=path:&lt;/P&gt;&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/nodes/3b2312d5-182a-44da-9464-59aaa4952ec4&amp;amp;include=path&lt;/PRE&gt;&lt;P&gt;I get an error &lt;SPAN&gt;&lt;SPAN class=""&gt;"framework.exception.EntityNotFound"&lt;/SPAN&gt;&lt;/SPAN&gt; with briefSummary &lt;SPAN&gt;&lt;SPAN class=""&gt;"10300015 The entity with id: 3b2312d5-182a-44da-9464-59aaa4952ec4&amp;amp;include=path was not found"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I am missing here? Why the include parameter is included in the entity id?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:19:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rest-api-node-info-with-include-path-problem/m-p/139640#M37340</guid>
      <dc:creator>Peter_Adam_SB</dc:creator>
      <dc:date>2021-11-30T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: REST API node info with &amp;include=path problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rest-api-node-info-with-include-path-problem/m-p/139641#M37341</link>
      <description>&lt;P&gt;Use "?" instead of "&amp;amp;":&lt;/P&gt;
&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/nodes/3b2312d5-182a-44da-9464-59aaa4952ec4?include=path&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:44:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rest-api-node-info-with-include-path-problem/m-p/139641#M37341</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-30T16:44:36Z</dc:date>
    </item>
  </channel>
</rss>

