<?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 CMIS quiery with timestamp question in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248805#M201935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i need to get last modified documents in alfresco repository using web request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i ve read that document &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS_Query_Language" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS_Query_Language&lt;/A&gt;&lt;SPAN&gt; and try to execute query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/cmis/query?q=SELECT" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis/query?q=SELECT&lt;/A&gt;&lt;SPAN&gt; * FROM cmis:document WHERE cmis:lastModificationDate &amp;gt; TIMESTAMP'2009-04-01T12:15:00.000Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and have got an !&lt;/SPAN&gt;&lt;STRONG&gt;empty &lt;/STRONG&gt;&lt;SPAN&gt;responce&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;feed xmlns="&lt;A href="http://www.w3.org/2005/Atom" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;" xmlns:app="&lt;A href="http://www.w3.org/2007/app" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2007/app&lt;/A&gt;" xmlns:cmisra="&lt;A href="http://docs.oasis-open.org/ns/cmis/restatom/200908/" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/ns/cmis/restatom/200908/&lt;/A&gt;" xmlns:cmis="&lt;A href="http://docs.oasis-open.org/ns/cmis/core/200908/" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/ns/cmis/core/200908/&lt;/A&gt;" xmlns:alf="&lt;A href="http://www.alfresco.org" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org&lt;/A&gt;" xmlns:opensearch="&lt;A href="http://a9.com/-/spec/opensearch/1.1/" rel="nofollow noopener noreferrer"&gt;http://a9.com/-/spec/opensearch/1.1/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;author&amp;gt;&amp;lt;name&amp;gt;hunter&amp;lt;/name&amp;gt;&amp;lt;/author&amp;gt;&lt;BR /&gt;&amp;lt;generator version="4.0.0 (b 3835)"&amp;gt;Alfresco (Community)&amp;lt;/generator&amp;gt;&lt;BR /&gt;&amp;lt;icon&amp;gt;&lt;A href="http://localhost:8080/alfresco/images/logo/AlfrescoLogo16.ico" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/images/logo/AlfrescoLogo16.ico&lt;/A&gt;&amp;lt;/icon&amp;gt;&lt;BR /&gt;&amp;lt;id&amp;gt;&lt;A href="http://www.alfresco.org/rss/atom/urn:uuid:resultset" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/rss/atom/urn:uuid:resultset&lt;/A&gt;&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;lt;link rel="service" href="&lt;A href="http://localhost:8080/alfresco/service/cmis%22/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis'/&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;link rel="self" href="&lt;A href="http://localhost:8080/alfresco/service/cmis/query?q=SELECT%20*%20FROM%20cmis:document%20WHERE%20cmis:lastModificationDate%20%3e%20TIMESTAMP%272010-04-01T12:15:00.000Z%27%22/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis/query?q=SELECT%20*%20FROM%20cmis:document%20WHERE%20cmis:lastModificationDate%20%3e%20TIMESTAMP%272010-04-01T12:15:00.000Z%27'/&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Result set for SELECT * FROM cmis:document WHERE cmis:lastModificationDate &amp;amp;gt; TIMESTAMP&amp;amp;apos;2010-04-01T12:15:00.000Z&amp;amp;apos;&amp;lt;/title&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;updated&amp;gt;2012-01-08T11:52:53.294+02:00&amp;lt;/updated&amp;gt;&lt;BR /&gt;&amp;lt;opensearch:totalResults&amp;gt;0&amp;lt;/opensearch:totalResults&amp;gt;&lt;BR /&gt;&amp;lt;opensearch:startIndex&amp;gt;0&amp;lt;/opensearch:startIndex&amp;gt;&lt;BR /&gt;&amp;lt;opensearch:itemsPerPage&amp;gt;-1&amp;lt;/opensearch:itemsPerPage&amp;gt;&lt;BR /&gt;&amp;lt;cmisra:numItems&amp;gt;0&amp;lt;/cmisra:numItems&amp;gt;&lt;BR /&gt;&amp;lt;/feed&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Pleace help me to get working "last modified documents" query&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jan 2012 09:57:38 GMT</pubDate>
    <dc:creator>r_hunter</dc:creator>
    <dc:date>2012-01-08T09:57:38Z</dc:date>
    <item>
      <title>CMIS quiery with timestamp question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248805#M201935</link>
      <description>Hi!i need to get last modified documents in alfresco repository using web requesti ve read that document http://wiki.alfresco.com/wiki/CMIS_Query_Language and try to execute query:http://localhost:8080/alfresco/service/cmis/query?q=SELECT * FROM cmis:document WHERE cmis:lastModificationDate &amp;gt; TIM</description>
      <pubDate>Sun, 08 Jan 2012 09:57:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248805#M201935</guid>
      <dc:creator>r_hunter</dc:creator>
      <dc:date>2012-01-08T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS quiery with timestamp question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248806#M201936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that request return all documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/share/page/feed/components/documentlibrary/feed/all/site/mysite/documentlibrary?path=all" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/page/feed/components/documentlibrary/feed/all/site/mysite/documentlibrary?path=all&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;but is it possible to limit documents by last modified date?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:23:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248806#M201936</guid>
      <dc:creator>r_hunter</dc:creator>
      <dc:date>2012-01-09T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS quiery with timestamp question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248807#M201937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might be because of date format you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try with other date format&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e SELECT * FROM cmis:document WHERE cmis:creationDate &amp;lt; TIMESTAMP '2010-04-01T00:00:00.000+00:00'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I think if that does not work you can limit the result by IN clause as follow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM cmis:document WHERE cmis:creationDate IN ( TIMESTAMP '2010-03-31T12:52:12.123Z' )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 09:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248807#M201937</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-01-10T09:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS quiery with timestamp question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248808#M201938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;r_hunter, you might want to look at this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=45&amp;amp;t=43067" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=45&amp;amp;t=43067&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 23:09:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-quiery-with-timestamp-question/m-p/248808#M201938</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-02-20T23:09:57Z</dc:date>
    </item>
  </channel>
</rss>

