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.
The id of the user. Not required on the /me endpoint.
Whether the project of a task is in progress or not.
The value to filter the task assignments for. If this value is set, tasks are returned only when the assignment date for the provided userId is greater or equal.
The value to filter the task assignments for. If this value is set, tasks are returned only when the assignment date for the provided userId is less or equal.
Page number for pagination
Number of items per page
The properties to order by
The filter expression to filter by
OK