v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprojectActivities
Returns all activities of the project 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 project, 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/projects/{projectId}/activities
Path parameters
projectIdstring uuid required
The id of the project.
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