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 by , 14 years ago
| Milestone: | → 6.5 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
| Summary: | Not possible to view events via webservices / versions → 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)