GET /api/dms/objects/{objectId}/history
As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | successful authentication |
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 |
110 | OBJECT_TAG_CREATED | Object tag was created |
200 | OBJECT_DELETED | Object was irrevocably deleted |
202 | OBJECT_FLAGGED_FOR_DELETE | Object was marked for deletion |
210 | OBJECT_TAG_DELETED | Object tag was deleted |
300 | UPDATE_METADATA | Metadata has been updated |
301 | UPDATE_CONTENT | Document file has been updated |
303 | OBJECT_UPDATE_CONTENT_MOVED | Object was updated and content moved |
310 | OBJECT_TAG_UPDATED | Object tag was modified |
400 | DOCUMENT_ACCESSED | Content was output |
401 | METADATA_ACCESSED | Metadata was retrieved |
402 | RENDITION_TEXT_ACCESSED | Text preview was downloaded |