v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprivateTasks
Returns a private task 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 a private task that was originally created by the user but was reassigned to someone else.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/users/{userId}/otherprivatetasks/{taskId}
Path parameters
userIdstring uuid required
The id of the user the task is assigned to.
taskIdstring uuid required
The id of the task to return.
Headers
Authorizationstring required
Bearer authentication
Response
OK