Returns all tasks assigned to the user.
Returns all tasks assigned to a user. If a user gets his own tasks, the private tasks are part of the result as well. If you need only tasks of projects in status ‘progress’, set the ‘inProgress’ parameter to ‘true’. The assigned on from and to parameters are optional, but both must be provided if you want to use the filter.
Required Permissions
Any authenticated user.Path parameters
The id of the user. Not required on the /me endpoint.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Response
The name of the task. Max allowed length: 1000 characters.
The description of the task. Max allowed length: 25000 characters.
True if the model is coming from an external workspace (awork Connect). False otherwise.
If the task is a recurrency template (used to create new tasks by a recurrency rule), the flag is true.