<?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: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315015#M2016</link>
    <description>&lt;P&gt;You can use the &lt;CODE&gt;targetDocumentIds&lt;/CODE&gt; fetch property on the task endpoint like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;curl -X GET 'https://yourServer/nuxeo/api/v1/task?userId=userId' -H 'accept: text/plain,application/json, application/json'  -H 'Connection: keep-alive' -H 'X-NXfetch.task: targetDocumentIds,actors' -u user:password

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I thought it was documented in &lt;A href="https://doc.nuxeo.com/" target="test_blank"&gt;https://doc.nuxeo.com/&lt;/A&gt; but I can't find it anymore. I created &lt;A href="https://jira.nuxeo.com/browse/NXDOC-1313" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXDOC-1313&lt;/A&gt; to update the doc.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 13:32:52 GMT</pubDate>
    <dc:creator>Guillaume_Renar</dc:creator>
    <dc:date>2017-09-08T13:32:52Z</dc:date>
    <item>
      <title>Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315014#M2015</link>
      <description />
      <pubDate>Fri, 08 Sep 2017 12:51:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315014#M2015</guid>
      <dc:creator>sourabh_gupta</dc:creator>
      <dc:date>2017-09-08T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315015#M2016</link>
      <description>&lt;P&gt;You can use the &lt;CODE&gt;targetDocumentIds&lt;/CODE&gt; fetch property on the task endpoint like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;curl -X GET 'https://yourServer/nuxeo/api/v1/task?userId=userId' -H 'accept: text/plain,application/json, application/json'  -H 'Connection: keep-alive' -H 'X-NXfetch.task: targetDocumentIds,actors' -u user:password

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I thought it was documented in &lt;A href="https://doc.nuxeo.com/" target="test_blank"&gt;https://doc.nuxeo.com/&lt;/A&gt; but I can't find it anymore. I created &lt;A href="https://jira.nuxeo.com/browse/NXDOC-1313" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXDOC-1313&lt;/A&gt; to update the doc.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:32:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315015#M2016</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2017-09-08T13:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315016#M2017</link>
      <description>&lt;P&gt;Note that you can also fetch the &lt;CODE&gt;actors&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 13:34:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315016#M2017</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2017-09-08T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315017#M2018</link>
      <description>&lt;P&gt;Is it possible with javaScript client??&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 20:24:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315017#M2018</guid>
      <dc:creator>sourabh_gupta</dc:creator>
      <dc:date>2017-09-09T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315018#M2019</link>
      <description>&lt;P&gt;Yes, please refer to https&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 08:43:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315018#M2019</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2017-09-11T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fetch task assign to user and  also the document which is related to that task in a single query or in one call</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315019#M2020</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 10:54:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-fetch-task-assign-to-user-and-also-the/m-p/315019#M2020</guid>
      <dc:creator>sourabh_gupta</dc:creator>
      <dc:date>2017-09-11T10:54:02Z</dc:date>
    </item>
  </channel>
</rss>

