v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskActivities
Returns all activities of the task with the specified id.
The activities contain information about the type of the activity, which property was changed and by whom. This contains changes to first-level properties of the task, like name, description, status, etc., as well as several related entities, such as tags, assignments, etc. This does not include activities of sub-entities, like tasks of a project or comments on a task.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/tasks/{taskId}/activities
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