<?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 Endpoint for fetching acl in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322434#M9435</link>
    <description>&lt;P&gt;I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given &lt;A href="https://doc.nuxeo.com/nxdoc/rest-api-entity-types/#acl"&gt;here&lt;/A&gt;,:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;{ "entity-type": "acls", "acl": [{ "name": "local", "ace": [{ "username": "jdoe", "permission": "ReadWrite", "granted": true }] }, { "name": "inherited", "ace": [{ "username": "Administrator", "permission": "Everything", "granted": true }, { "username": "members", "permission": "Read", "granted": true }] }] }&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;This response gives local as well as inherited permissions, which I think is parsed and displayed in the Permissions tab. Correct me if I am wrong.&lt;/P&gt;
&lt;P&gt;I want to know the web endpoint which pull this data and want to see how nuxeo pull and consolidates the acls in the above form.&lt;/P&gt;
&lt;P&gt;I also checked this &lt;A href="https://doc.nuxeo.com/nxdoc/rest-api-endpoints/"&gt;link&lt;/A&gt;, which gives the exposed endpoints on nuxeo, but couldn't find related to acl. Please point me to the right direction.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 09:43:20 GMT</pubDate>
    <dc:creator>Ritesh_Kumar</dc:creator>
    <dc:date>2019-03-01T09:43:20Z</dc:date>
    <item>
      <title>Endpoint for fetching acl</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322434#M9435</link>
      <description>&lt;P&gt;I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given &lt;A href="https://doc.nuxeo.com/nxdoc/rest-api-entity-types/#acl"&gt;here&lt;/A&gt;,:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;{ "entity-type": "acls", "acl": [{ "name": "local", "ace": [{ "username": "jdoe", "permission": "ReadWrite", "granted": true }] }, { "name": "inherited", "ace": [{ "username": "Administrator", "permission": "Everything", "granted": true }, { "username": "members", "permission": "Read", "granted": true }] }] }&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;This response gives local as well as inherited permissions, which I think is parsed and displayed in the Permissions tab. Correct me if I am wrong.&lt;/P&gt;
&lt;P&gt;I want to know the web endpoint which pull this data and want to see how nuxeo pull and consolidates the acls in the above form.&lt;/P&gt;
&lt;P&gt;I also checked this &lt;A href="https://doc.nuxeo.com/nxdoc/rest-api-endpoints/"&gt;link&lt;/A&gt;, which gives the exposed endpoints on nuxeo, but couldn't find related to acl. Please point me to the right direction.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 09:43:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322434#M9435</guid>
      <dc:creator>Ritesh_Kumar</dc:creator>
      <dc:date>2019-03-01T09:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoint for fetching acl</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322435#M9436</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This data can be retrieved on any endpoint returning documents, such as &lt;CODE&gt;/api/v1/id/DOC_ID&lt;/CODE&gt;, by adding the &lt;CODE&gt;acls&lt;/CODE&gt; enricher to your request. You can find more information &lt;A href="https://doc.nuxeo.com/nxdoc/rest-api-entity-types/#acl"&gt;there&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There're also three fetch on this enricher to get more detailed data. You can request them by adding the &lt;A href="https://doc.nuxeo.com/nxdoc/special-http-headers/"&gt;http header&lt;/A&gt; &lt;CODE&gt;fetch.acls=...,...&lt;/CODE&gt; to your request. These properties are: &lt;CODE&gt;username&lt;/CODE&gt;, &lt;CODE&gt;creator&lt;/CODE&gt; and &lt;CODE&gt;extended&lt;/CODE&gt; for extended information.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 09:59:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322435#M9436</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2019-03-01T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoint for fetching acl</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322436#M9437</link>
      <description>&lt;P&gt;Thank you, Kevin!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:30:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/endpoint-for-fetching-acl/m-p/322436#M9437</guid>
      <dc:creator>Ritesh_Kumar</dc:creator>
      <dc:date>2019-03-01T10:30:41Z</dc:date>
    </item>
  </channel>
</rss>

