v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprivateTasks
Returns all private tasks that a user created and assigned to someone else.
Private tasks are always created for the current user but can be reassigned to other users afterwards. This endpoint returns all private tasks that were originally created by the user but were reassigned to someone else.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/users/{userId}/otherprivatetasks
Path parameters
userIdstring uuid required
The id of the user that created the private tasks.
Query parameters
pageinteger
Page number for pagination
pageSizeinteger
Number of items per page
orderbystring
The properties to order by
filterbystring
The filter expression to filter by
Headers
Authorizationstring required
Bearer authentication
Response
OK