v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskComments
Returns all comments of the task with the specified id.
Returns all comments of the task with the specified id. The user needs read permissions on the task.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/tasks/{taskId}/comments
Path parameters
taskIdstring uuid required
The id of the task.
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