<?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: Fetch the size uploaded by custom property 'username' of a custom aspect . in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143703#M38163</link>
    <description>&lt;P&gt;In place of budget, I need to query based on &lt;U&gt;&lt;STRONG&gt;cm:creator&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;of &lt;U&gt;&lt;STRONG&gt;cm:&lt;/STRONG&gt;&lt;/U&gt;&lt;U&gt;&lt;STRONG&gt;auditable&lt;/STRONG&gt;&lt;/U&gt; aspect. Can you show me an example of how to use it in a query?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 10:38:40 GMT</pubDate>
    <dc:creator>vinayasree</dc:creator>
    <dc:date>2021-12-13T10:38:40Z</dc:date>
    <item>
      <title>Fetch the size uploaded by custom property 'username' of a custom aspect .</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143701#M38161</link>
      <description>&lt;P&gt;I have created a custom aspect that has a property userName.Now I want to fetch the size of files based on this custom property. Is there any API that gives the required Results?&lt;BR /&gt;If there isn't any API then How to create one. Can anyone help with this?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 07:35:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143701#M38161</guid>
      <dc:creator>vinayasree</dc:creator>
      <dc:date>2021-12-09T07:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch the size uploaded by custom property 'username' of a custom aspect .</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143702#M38162</link>
      <description>&lt;P&gt;You may try using the REST API.&lt;/P&gt;
&lt;P&gt;This one is getting the information for a simple "budget" query, but you can adapt it to your requirements.&lt;/P&gt;
&lt;PRE&gt;curl --location --request POST 'http://localhost:8080/alfresco/api/-default-/public/search/versions/1/search' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "query": {
        "query": "budget"
    },
    "stats": [
        {
            "field": "content.size",
            "sum": true
        }
    ]
}'&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Dec 2021 10:07:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143702#M38162</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-12-13T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch the size uploaded by custom property 'username' of a custom aspect .</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143703#M38163</link>
      <description>&lt;P&gt;In place of budget, I need to query based on &lt;U&gt;&lt;STRONG&gt;cm:creator&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;of &lt;U&gt;&lt;STRONG&gt;cm:&lt;/STRONG&gt;&lt;/U&gt;&lt;U&gt;&lt;STRONG&gt;auditable&lt;/STRONG&gt;&lt;/U&gt; aspect. Can you show me an example of how to use it in a query?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 10:38:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/fetch-the-size-uploaded-by-custom-property-username-of-a-custom/m-p/143703#M38163</guid>
      <dc:creator>vinayasree</dc:creator>
      <dc:date>2021-12-13T10:38:40Z</dc:date>
    </item>
  </channel>
</rss>

