/
[GET] /history
[GET] /history
/api/dms/objects/{objectId}/history
Description | To retrieve the complete change history of a DMS object, send the request with the objectId of the DMS object. By default, the last 50 entries are returned. As of version 3.2.0 of the DMS service 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 size=50 and page=2. |
---|---|
Request | GET |
Response | JSON |
Minimum Version | 3.0.2 |
Request |
|
Result | {
"objects": [{
"properties": {
"system:createdBy": {
"value": "ROOT"
},
"description": {
"value": "Server - DMS executor"
},
"action": {
"value": 100
},
"detail": {
"value": "Object created"
},
"system:creationDate": {
"value": "2015-09-07T15:26:13+02:00"
}
}
}]
} |
, multiple selections available,
Related content
[POST] /history
[POST] /history
More like this
[GET] /links
[GET] /links
More like this
[GET] /info
[GET] /info
More like this
[GET] /variants
[GET] /variants
More like this
[GET] /annotations
[GET] /annotations
More like this
[GET] /{versionNumber}
[GET] /{versionNumber}
More like this