AuditTrail
Download API definition:
GET https://sampleHostName/issues/{id}/auditTrailEntries
Retrieves a reverse-chronologically-ordered list of all changes that have been made to this issue, including authors, dates, and old vs. new property values.
Permissions
To use this endpoint, the user is required to have the ProjectWise Forms View (Forms_ViewAccess
) permission for the project, or for the issue's associated definition if form definition security is specified. (Having any other ProjectWise Forms permission automatically grants the View permission as well.)
Authentication
Requires Authorization
header with valid Bearer token for scope issues:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.