As of Version | 1.0 |
---|---|
Request Method | GET |
Response Format | JSON |
Description | To retrieve the history entries of a DMS object, send the request with the ID of the DMS object as objectId. By default, the last 50 entries are returned. You can control the history entries returned by using the following query parameters
For example, to get 50 history entries from 51 to 100 returned use |
Request Example |
|
Result Example | { |
Meaning of action field values
Action Value | Detail | Meaning |
---|---|---|
100 | CREATE_METADATA | Document without document file was created |
101 | CREATE_METADATA_WITH_CONTENT | Document including document file was created |
201 | DELETE_CONTENT | Document file was deleted |
300 | UPDATE_METADATA | Metadata has been updated |
301 | UPDATE_CONTENT | Document file has been updated |
302 | UPDATE_METADATA_WITH_CONTENT | Metadata and document file have been updated |
400 | GET_CONTENT | Document file was downloaded |
401 | GET_METADATA | Metadata was retrieved |
402 | GET_TEXT_RENDITION | Text preview was downloaded |
403 | GET_PDF_RENDITION | Document file was downloaded as PDF |
404 | GET_THUMBNAIL_RENDITION | Thumbnail preview has been downloaded |