Returns all tasks assigned to the user.

GET

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

userIdstringRequired

The id of the user. Not required on the /me endpoint.

Query parameters

inProgressbooleanOptionalDefaults to false

Whether the project of a task is in progress or not.

assignedOnFromdatetimeOptional

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.

assignedOnTodatetimeOptional

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.

pageintegerOptionalDefaults to 1

Page number for pagination

pageSizeintegerOptionalDefaults to 10

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

list of objects or null
Built with