Opened 14 years ago
Closed 14 years ago
#203 closed improvement (fixed)
View history via webservices
| Reported by: | ShaneH | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 6.5 | 
| Component: | Web Services | Version: | 6.4 | 
| Keywords: | Cc: | 
Description
In the web interface, each version of a document has an event attached such as "Document Renamed" or "Document Metadata Have Been Changed". The getVersions webservice command does not return this information. It is therefore impossible to get a complete document history via webservices.
Is it possible to add the events field into the wsDocument structure for use when retrieving the version history using webservices? 
Change History (1)
comment:1 Changed 14 years ago by car031
- Milestone set to 6.5
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Not possible to view events via webservices / versions to View history via webservices
Note: See
        TracTickets for help on using
        tickets.
    
Added method DocumentService?.getHistory. In this way you will have access to all the events on a document(even those that didn't generate a new version)