<?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 Alfresco Rest API how can i force to show the &amp;quot;sys:xxx&amp;quot; properties  on the api response ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123094#M33704</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm using the alfresco community version 7.4.0 and postman with a basic authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here the get call :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;http://www.mysite.com/alfresco/api/-default-/public/alfresco/versions/1/sites/mysite01/members&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;here the response:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "list": {
        "pagination": {
            "count": 6,
            "hasMoreItems": false,
            "totalItems": 6,
            "skipCount": 0,
            "maxItems": 100
        },
        "entries": [
            {
                "entry": {
                    "role": "SiteManager",
                    "person": {
                        "aspectNames": [
                            "myns:myaspect",
                           &lt;STRONG&gt;"sys:referenceable"&lt;/STRONG&gt;   &lt;STRONG&gt;// i want to see here 'sys:referenceable' if it is possible&lt;/STRONG&gt;
                        ],
                        "firstName": "TestUSE01",
                        "capabilities": {
                            "isGuest": false,
                            "isAdmin": false,
                            "isMutable": true
                        },
                        "displayName": "TestUSE01",
                        "emailNotificationsEnabled": true,
                        "company": {},
                        "id": "TestUSE01",
                        "enabled": true,
                        "email": "test@gmail.com",
                        "properties": {
                           myns:property1,
                            myns:property2,
                           &lt;STRONG&gt;sys:node-uuid // i want to see here 'sys:node-uuid' if it is possible&lt;/STRONG&gt;
                          ...
                        }
                    },
                    "id": "TestUSE01",
                    "isMemberOfGroup": false
                }
            },
          ....
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;i want to see the property 'sys:node-uuid' on the rest api response if it is possible.&lt;/P&gt;&lt;P&gt;How can i "force" alfresco to show the&amp;nbsp;&lt;STRONG&gt;sys:referenceable&amp;nbsp;&lt;/STRONG&gt;aspect ?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 10:47:13 GMT</pubDate>
    <dc:creator>AlfrescoZZZ</dc:creator>
    <dc:date>2023-07-27T10:47:13Z</dc:date>
    <item>
      <title>Alfresco Rest API how can i force to show the "sys:xxx" properties  on the api response ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123094#M33704</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm using the alfresco community version 7.4.0 and postman with a basic authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here the get call :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;http://www.mysite.com/alfresco/api/-default-/public/alfresco/versions/1/sites/mysite01/members&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;here the response:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "list": {
        "pagination": {
            "count": 6,
            "hasMoreItems": false,
            "totalItems": 6,
            "skipCount": 0,
            "maxItems": 100
        },
        "entries": [
            {
                "entry": {
                    "role": "SiteManager",
                    "person": {
                        "aspectNames": [
                            "myns:myaspect",
                           &lt;STRONG&gt;"sys:referenceable"&lt;/STRONG&gt;   &lt;STRONG&gt;// i want to see here 'sys:referenceable' if it is possible&lt;/STRONG&gt;
                        ],
                        "firstName": "TestUSE01",
                        "capabilities": {
                            "isGuest": false,
                            "isAdmin": false,
                            "isMutable": true
                        },
                        "displayName": "TestUSE01",
                        "emailNotificationsEnabled": true,
                        "company": {},
                        "id": "TestUSE01",
                        "enabled": true,
                        "email": "test@gmail.com",
                        "properties": {
                           myns:property1,
                            myns:property2,
                           &lt;STRONG&gt;sys:node-uuid // i want to see here 'sys:node-uuid' if it is possible&lt;/STRONG&gt;
                          ...
                        }
                    },
                    "id": "TestUSE01",
                    "isMemberOfGroup": false
                }
            },
          ....
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;i want to see the property 'sys:node-uuid' on the rest api response if it is possible.&lt;/P&gt;&lt;P&gt;How can i "force" alfresco to show the&amp;nbsp;&lt;STRONG&gt;sys:referenceable&amp;nbsp;&lt;/STRONG&gt;aspect ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 10:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123094#M33704</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-07-27T10:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Rest API how can i force to show the "sys:xxx" properties  on the api respons</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123095#M33705</link>
      <description>&lt;P&gt;Forgive me &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/5487"&gt;@angelborroy&lt;/A&gt;&amp;nbsp;I generally don't ping people directly, but I would like to get answer on this question,&amp;nbsp;Even a simple "you can't"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 07:26:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123095#M33705</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-08-30T07:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Rest API how can i force to show the "sys:xxx" properties  on the api respons</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123096#M33706</link>
      <description>&lt;P&gt;The REST API is hidding intentionally internal details, so there is no way to expose the&amp;nbsp;&lt;STRONG&gt;sys:referenceable&lt;/STRONG&gt; aspect.&lt;/P&gt;
&lt;P&gt;Alternatively, you can use the Search API in this way:&lt;/P&gt;
&lt;PRE&gt;curl --location 'http://localhost:8080/alfresco/api/-default-/public/search/versions/1/search' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--data '{
  "query": {
    "query": "PATH:\"/sys:system/sys:authorities/cm:GROUP_site_swsdp//*\""
  }
}'&lt;/PRE&gt;
&lt;P&gt;Where "swsdp" is the id of your site.&lt;/P&gt;
&lt;P&gt;Results are including the "id" of the members:&lt;/P&gt;
&lt;PRE&gt;{
    "list": {
        "pagination": {
            "count": 9,
            "hasMoreItems": false,
            "totalItems": 9,
            "skipCount": 0,
            "maxItems": 100
        },
        "context": {
            "consistency": {
                "lastTxId": 20
            }
        },
        "entries": [
            {
                "entry": {
                    "isFile": true,
                    "createdByUser": {
                        "id": "abeecher",
                        "displayName": "Alice Beecher"
                    },
                    "modifiedAt": "2015-09-29T10:45:15.729+0000",
                    "nodeType": "cm:content",
                    "content": {
                        "mimeType": "image/jpeg",
                        "mimeTypeName": "JPEG Image",
                        "sizeInBytes": 2347,
                        "encoding": "UTF-8"
                    },
                    "parentId": "dc103838-645f-43c1-8a2a-bc187e13c343",
                    "createdAt": "2015-09-29T10:45:15.729+0000",
                    "isFolder": false,
                    "search": {
                        "score": 0.0
                    },
                    "modifiedByUser": {
                        "id": "abeecher",
                        "displayName": "Alice Beecher"
                    },
                    "name": "abeecher-avatar.jpg",
                    "location": "nodes",
                    "id": "d65a4795-578e-4780-9f27-96ce43bde700"
                }
            }&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Aug 2023 09:00:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123096#M33706</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2023-08-30T09:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Rest API how can i force to show the "sys:xxx" properties  on the api respons</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123097#M33707</link>
      <description>&lt;P&gt;thank you and sorry for the trouble&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 12:41:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-rest-api-how-can-i-force-to-show-the-quot-sys-xxx-quot/m-p/123097#M33707</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-08-30T12:41:46Z</dc:date>
    </item>
  </channel>
</rss>

