09-08-2017 08:51 AM
09-08-2017 09:32 AM
You can use the targetDocumentIds
fetch property on the task endpoint like this:
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
I thought it was documented in https://doc.nuxeo.com/ but I can't find it anymore. I created https://jira.nuxeo.com/browse/NXDOC-1313 to update the doc.
09-08-2017 09:34 AM
Note that you can also fetch the actors
09-09-2017 04:24 PM
Is it possible with javaScript client??
09-11-2017 04:43 AM
Yes, please refer to https
09-11-2017 06:54 AM
Thanks
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.