REST API

Task Fetch Properties

Updated: December 19, 2019

workflowInitiator

Fetch the workflowInitiator task property as a User entity.

Example

GET https://NUXEO_SERVER/nuxeo/api/v1/task/TASK_ID
fetch.task: workflowInitiator

targetDocumentIds

Fetch the targetDocumentIds task property as a list of Document entity.

Example

GET https://NUXEO_SERVER/nuxeo/api/v1/task/TASK_ID
fetch.task: targetDocumentIds

actors

Fetch the actors and delegatedActors task properties as lists of User entity.

Example

GET https://NUXEO_SERVER/nuxeo/api/v1/task/TASK_ID
fetch.task: actors

We'd love to hear your thoughts!

All fields required