<?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: Rest api from Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309547#M262677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting any result when you are directly hitting the URL &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/6f2dcb7d-6f5b-4c19-99f0-d9cbc2a90ea3/content/thumbnails/imgpreview?ph=true&amp;amp;c=queue" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/6f2dcb7d-6f5b-4c19-99f0-d9cbc2a90ea3/content/thumbnails/imgpreview?ph=true&amp;amp;c=queue&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 04:58:34 GMT</pubDate>
    <dc:creator>yogeshpj</dc:creator>
    <dc:date>2013-11-29T04:58:34Z</dc:date>
    <item>
      <title>Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309546#M262676</link>
      <description>Hi,How can i access the results of Rest Api url like this :http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/6f2dcb7d-6f5b-4c19-99f0-d9cbc2a90ea3/content/thumbnails/imgpreview?ph=true&amp;amp;c=queuefrom Alfresco Share (either from JQuery or a Share WebScript) ?From a share webscript</description>
      <pubDate>Thu, 28 Nov 2013 15:40:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309546#M262676</guid>
      <dc:creator>soldiertt</dc:creator>
      <dc:date>2013-11-28T15:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309547#M262677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting any result when you are directly hitting the URL &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/6f2dcb7d-6f5b-4c19-99f0-d9cbc2a90ea3/content/thumbnails/imgpreview?ph=true&amp;amp;c=queue" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/6f2dcb7d-6f5b-4c19-99f0-d9cbc2a90ea3/content/thumbnails/imgpreview?ph=true&amp;amp;c=queue&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 04:58:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309547#M262677</guid>
      <dc:creator>yogeshpj</dc:creator>
      <dc:date>2013-11-29T04:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309548#M262678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response, yes when hitting this url directly in my browser, it renders me the first page of my pdf file as a picture (thumbnail).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit : it seems that i'm getting a bit further today, the share WebScript now renders the binary characters from the image, i suppose i just need to specify the appropriate output content-tpye (image/png in this case).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i achieve that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 07:47:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309548#M262678</guid>
      <dc:creator>soldiertt</dc:creator>
      <dc:date>2013-11-29T07:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309549#M262679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your script response is coming in json format.Just you need to parse it.Use "eval" fuction for parsing it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:30:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309549#M262679</guid>
      <dc:creator>yogeshpj</dc:creator>
      <dc:date>2013-11-29T09:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309550#M262680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What give you the idea that the response format is Json ? (it fails when i try an eval on it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What i receive from the backend alfresco webscript seems to be a stream to the png image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So i just need to render this stream to the browser but i presume my freemarker template 'test.get.html.ftl' is not appropriate since it's not html.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:52:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309550#M262680</guid>
      <dc:creator>soldiertt</dc:creator>
      <dc:date>2013-11-29T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rest api from Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309551#M262681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought you are using out of the box one repository side webscript which has json response.That give me the idea that reponse is in json format.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 05:11:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-from-share/m-p/309551#M262681</guid>
      <dc:creator>yogeshpj</dc:creator>
      <dc:date>2013-11-30T05:11:35Z</dc:date>
    </item>
  </channel>
</rss>

