Page Properties |
---|
|
Status | |
---|
Priority |
|
---|
Note |
|
---|
Assignee |
|
---|
RessourcesModification history- 6 Sep 2020 - info on paging query parameter added ...
|
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. Meaning of action field values: >> Audit Trail - an "Object's History" By default, the last 50 entries are returned. You can control the history entries returned by using the following query parameters size - defines the number of returned history entriespage - defines on which page the result list of history entries should be started (one page = 50 entries)
For example, to get 50 history entries from 51 101 to 100 150 returned use size=50 and page=2 . |
---|
Request Example | /api/dms/objects/ 903f2ae8-2cfc-476c-8386-55c6811e41da/history
/api/dms/objects/903f2ae8-2cfc-476c-8386-55c6811e41da/history?size=50&page=2
|
---|
Result Example |
Panel |
---|
{ "objects": [{ "properties": { "system:objectId": { "value": 213518578 }, "system:objectTypeId": { "value": "system:audit" }, "system:baseTypeId": { "value": "item" }, "system:createdBy": { "value": "1EF9EB6E7F2F41D69D5408609CFF5FFD" }, "system:tenant": { "value": "default" }, "system:creationDate": { "value": "2018-05-18T13:25:25.450Z" }, "description": { "value": "" }, "action": { "value": 401 }, "detail": { "value": "GET_METADATA" }, "referredObjectId": { "value": "df398a31-3ed3-4fe6-a744-a0d0f90b8678" }, "traceid": { "value": "0a53668f42b6691a" }, "system:versionNumber": { "value": 1 } } }, { "properties": { "system:objectId": { "value": 213509340 }, "system:objectTypeId": { "value": "system:audit" }, "system:baseTypeId": { "value": "item" }, "system:createdBy": { "value": "1EF9EB6E7F2F41D69D5408609CFF5FFD" }, "system:tenant": { "value": "default" }, "system:creationDate": { "value": "2018-05-18T01:45:44.040Z" }, "description": { "value": "" }, "action": { "value": 101 }, "detail": { "value": "CREATE_METADATA_WITH_CONTENT" }, "referredObjectId": { "value": "df398a31-3ed3-4fe6-a744-a0d0f90b8678" }, "traceid": { "value": "43d141cec4ea8a58" }, "system:versionNumber": { "value": 1 } } }] } |
|
---|
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