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.
Path parameters
projectId
The id of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
entityType
The type of the entity
entityId
entity
createdBy
updatedBy
createdOn
updatedOn
eventType
The type of the event of this activity log (e.g: added, updated, deleted)
eventDate
changedProperty
The name of the property that has changed.
oldPropertyValue
The previous value of the updated property (as string).
newPropertyValue
The new value for the property (as string).
oldProperty
The old property value, if the property is a complex object.
This is used to store the old value of the property when it is an object, like a user or a task.
newProperty
The new property value, if the property is a complex object.
This is used to store the new value of the property when it is an object, like a user or a task.
userId
The id of the user that performed the action that created this activity log entry.
user
parentId
projectId
project
taskId
task
assignedUserId
assignedUser
unassignedUserId
unassignedUser
dueDate
duration
memberId
member