<?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: Retrieving Image with PHP Automation API in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/retrieving-image-with-php-automation-api/m-p/327616#M14617</link>
    <description>&lt;P&gt;After some trial and error I discovered the proper input should have been:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$response = $session-&amp;gt;newRequest("Blob.Get")-&amp;gt;set('input', 'doc:{uuid}')-&amp;gt;sendRequest();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 31 Jan 2013 19:58:21 GMT</pubDate>
    <dc:creator>dlcervan_</dc:creator>
    <dc:date>2013-01-31T19:58:21Z</dc:date>
    <item>
      <title>Retrieving Image with PHP Automation API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/retrieving-image-with-php-automation-api/m-p/327615#M14616</link>
      <description>&lt;P&gt;I'm attempting to retrieve the image off of a Image document using the document url but have been unsuccessful. I've different variations of the example &lt;A href="https://github.com/nuxeo/nuxeo-automation-php-client/blob/master/samples/B5.php"&gt;here&lt;/A&gt; but I continuously receive nothing. I know the host is correct, as I've been able to retrieve a document. A snippet of what I've been using is as follows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;        $client = new NuxeoPhpAutomationClient($host);
        $session = $client-&amp;gt;getSession($login, $password);
        $response = $session-&amp;gt;newRequest("Blob.Get")-&amp;gt;set('input', 'doc:/asset-library/Collections/1901/00000-00099/01.1/01-1.jpg')-&amp;gt;sendRequest();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jan 2013 17:23:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/retrieving-image-with-php-automation-api/m-p/327615#M14616</guid>
      <dc:creator>dlcervan_</dc:creator>
      <dc:date>2013-01-29T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Image with PHP Automation API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/retrieving-image-with-php-automation-api/m-p/327616#M14617</link>
      <description>&lt;P&gt;After some trial and error I discovered the proper input should have been:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$response = $session-&amp;gt;newRequest("Blob.Get")-&amp;gt;set('input', 'doc:{uuid}')-&amp;gt;sendRequest();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:58:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/retrieving-image-with-php-automation-api/m-p/327616#M14617</guid>
      <dc:creator>dlcervan_</dc:creator>
      <dc:date>2013-01-31T19:58:21Z</dc:date>
    </item>
  </channel>
</rss>

