<?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 Node children no path in source as shown in API explorer in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/node-children-no-path-in-source-as-shown-in-api-explorer/m-p/143801#M38190</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using the REST API, for the endpoint &lt;STRONG&gt;nodes/{nodeId}/children&lt;/STRONG&gt;, it is possible to add the parameter &lt;STRONG&gt;includeSource=true&lt;/STRONG&gt; in order to get information about the target node.&lt;/P&gt;&lt;P&gt;In the API explorer, the example value for this endpoint is as follows (eluding the non-relevant parts):&lt;/P&gt;&lt;PRE&gt;{
  "list": {
    "pagination": {
      ...
    },
    "entries": [
      ...
    ],
    "source": {
      "id": "string",
      "name": "string",
      "nodeType": "string",
      ...
      "path": {
        "elements": [
          {
            "id": "string",
            "name": "string",
            "nodeType": "string",
            "aspectNames": [
              "string"
            ]
          }
        ],
        "name": "string",
        "isComplete": true
      },
      ...
    }
  }
}&lt;/PRE&gt;&lt;P&gt;This shows that the source if asked for, should provide its path. It is also present in the Model of the response.&lt;/P&gt;&lt;P&gt;In reality, when testing the request, the source that is sent back does not contain the path.&lt;/P&gt;&lt;P&gt;When fiddling with the request parameters, it is possible to ask for a path, but that will be the path of the entries (children), not the path of the source.&lt;/P&gt;&lt;P&gt;Is there something I am missing in the usage of this endpoint or is the sample data shown in the API explorer wrong?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Marc.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 09:51:17 GMT</pubDate>
    <dc:creator>MarcZo</dc:creator>
    <dc:date>2021-12-09T09:51:17Z</dc:date>
    <item>
      <title>Node children no path in source as shown in API explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/node-children-no-path-in-source-as-shown-in-api-explorer/m-p/143801#M38190</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using the REST API, for the endpoint &lt;STRONG&gt;nodes/{nodeId}/children&lt;/STRONG&gt;, it is possible to add the parameter &lt;STRONG&gt;includeSource=true&lt;/STRONG&gt; in order to get information about the target node.&lt;/P&gt;&lt;P&gt;In the API explorer, the example value for this endpoint is as follows (eluding the non-relevant parts):&lt;/P&gt;&lt;PRE&gt;{
  "list": {
    "pagination": {
      ...
    },
    "entries": [
      ...
    ],
    "source": {
      "id": "string",
      "name": "string",
      "nodeType": "string",
      ...
      "path": {
        "elements": [
          {
            "id": "string",
            "name": "string",
            "nodeType": "string",
            "aspectNames": [
              "string"
            ]
          }
        ],
        "name": "string",
        "isComplete": true
      },
      ...
    }
  }
}&lt;/PRE&gt;&lt;P&gt;This shows that the source if asked for, should provide its path. It is also present in the Model of the response.&lt;/P&gt;&lt;P&gt;In reality, when testing the request, the source that is sent back does not contain the path.&lt;/P&gt;&lt;P&gt;When fiddling with the request parameters, it is possible to ask for a path, but that will be the path of the entries (children), not the path of the source.&lt;/P&gt;&lt;P&gt;Is there something I am missing in the usage of this endpoint or is the sample data shown in the API explorer wrong?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Marc.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 09:51:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/node-children-no-path-in-source-as-shown-in-api-explorer/m-p/143801#M38190</guid>
      <dc:creator>MarcZo</dc:creator>
      <dc:date>2021-12-09T09:51:17Z</dc:date>
    </item>
  </channel>
</rss>

