<?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 Re: Get a list of favorites files in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83664#M25585</link>
    <description>&lt;P&gt;Sorry, my english is maybe not good, but my goal is not to get property, but to get ONLY favorite files. For example, i need to show last 25 favorite files sorted by createdAt in folder sites/Test/documentLibrary/Documents and that what you are describing will get all files but with property isFavorite and what i need to do if i need to show last 25 favorite files? I have to paging and count isFavorite. And if the user would like see next page, next 25 favorite files, what i need to do? The same process.&lt;/P&gt;&lt;P&gt;Therefore i'm looking for possibility how to get ONLY favorite files via API children or Search API.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2020 19:57:00 GMT</pubDate>
    <dc:creator>MartinTichovsky</dc:creator>
    <dc:date>2020-04-18T19:57:00Z</dc:date>
    <item>
      <title>Get a list of favorites files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83660#M25581</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i would like to know, how can i get a list of favorites files from specific folder, for example i have folder in Sites/Home/documentLibrary/Documents and i need to get only favorites files via API aka&lt;/P&gt;&lt;PRE&gt;/alfresco/api/-default-/public/alfresco/versions/1/node/{nodeId}/children&lt;/PRE&gt;&lt;P&gt;Can i specify where query or use different API? Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 10:59:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83660#M25581</guid>
      <dc:creator>MartinTichovsky</dc:creator>
      <dc:date>2020-04-17T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of favorites files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83661#M25582</link>
      <description>&lt;P&gt;This is working for me:&lt;/P&gt;
&lt;PRE&gt;curl --location --request GET \&lt;BR /&gt;'http://127.0.0.1:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children?skipCount=0&amp;amp;maxItems=100&amp;amp;include=isFavorite' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic YWRtaW46YWRtaW4='&lt;/PRE&gt;
&lt;P&gt;What Alfresco version are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:05:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83661#M25582</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-17T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of favorites files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83662#M25583</link>
      <description>&lt;P&gt;Ok sorry, i thought ONLY favorite files. I'm using ACS 6.2&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 13:29:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83662#M25583</guid>
      <dc:creator>MartinTichovsky</dc:creator>
      <dc:date>2020-04-17T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of favorites files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83663#M25584</link>
      <description>&lt;P&gt;Add "&amp;amp;where=(isFile%3Dtrue)" the the URL I gave you before and it will return files with the "isFavorite" property.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 15:31:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83663#M25584</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-17T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get a list of favorites files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83664#M25585</link>
      <description>&lt;P&gt;Sorry, my english is maybe not good, but my goal is not to get property, but to get ONLY favorite files. For example, i need to show last 25 favorite files sorted by createdAt in folder sites/Test/documentLibrary/Documents and that what you are describing will get all files but with property isFavorite and what i need to do if i need to show last 25 favorite files? I have to paging and count isFavorite. And if the user would like see next page, next 25 favorite files, what i need to do? The same process.&lt;/P&gt;&lt;P&gt;Therefore i'm looking for possibility how to get ONLY favorite files via API children or Search API.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-a-list-of-favorites-files/m-p/83664#M25585</guid>
      <dc:creator>MartinTichovsky</dc:creator>
      <dc:date>2020-04-18T19:57:00Z</dc:date>
    </item>
  </channel>
</rss>

