[GET] /versions ([GET] /{objectId})
/api/dms/objects/{objectId}/versions
Description | To retrieve the indexdata change and/or content change versions of a DMS object, send the request with the objectId of the DMS object.
The List of versions is a mix out of indexdata changes and/or content changes, sorted by Modification Date from old to new. Content change Version entries have a content stream section in the JSON while Index data change Version have it not. The content stream section contains the same version Guid as the system field system:versionNumber. |
---|---|
Request | GET |
Request optional Query Parameter |
|
Response | JSON |
Minimum Version | 6.1.0 |
Request |
|
Result | {
"objects": [
{
"properties": {
"system:objectId": {
"value": "109491"
},
"system:lastModifiedBy": {
"value": "RENE10"
},
"system:baseTypeId": {
"value": "DOCUMENT"
},
"system:versionNumber": {
"value": "39FEC10D06844B73BB0BCF63F845CD6B"
},
"system:objectTypeId": {
"value": "262238"
},
"system:createdBy": {
"value": "RENE10"
},
"system:creationDate": {
"value": "2020-12-08T18:33:14+01:00"
},
"system:lastModificationDate": {
"value": "2020-12-08T18:33:14+01:00"
}
}
},
{
"properties": {
"system:objectId": {
"value": "109491"
},
"system:lastModifiedBy": {
"value": "RENE10"
},
"system:baseTypeId": {
"value": "DOCUMENT"
},
"system:versionNumber": {
"value": "B106A0195410412C8B3341D5C128061D"
},
"system:objectTypeId": {
"value": "262238"
},
"system:createdBy": {
"value": "RENE10"
},
"system:creationDate": {
"value": "2020-12-08T18:33:14+01:00"
},
"system:lastModificationDate": {
"value": "2020-12-08T18:33:14+01:00"
}
},
"contentStreams": [
{
"contentStreamId": "B106A0195410412C8B3341D5C128061D"
}
]
},
{
"properties": {
"system:objectId": {
"value": "109491"
},
"system:lastModifiedBy": {
"value": "SCHMEISSEL"
},
"system:baseTypeId": {
"value": "DOCUMENT"
},
"system:versionNumber": {
"value": "B58E12CA780340C4AE3D098B4E3A1B3F"
},
"system:objectTypeId": {
"value": "262238"
},
"system:createdBy": {
"value": "SCHMEISSEL"
},
"system:creationDate": {
"value": "2023-04-17T13:39:03+02:00"
},
"system:lastModificationDate": {
"value": "2023-04-17T13:39:03+02:00"
}
}
},
{
"properties": {
"system:objectId": {
"value": "109491"
},
"system:lastModifiedBy": {
"value": "SENNEWALD"
},
"system:baseTypeId": {
"value": "DOCUMENT"
},
"system:versionNumber": {
"value": "CURRENT"
},
"system:objectTypeId": {
"value": "262238"
},
"system:createdBy": {
"value": "SENNEWALD"
},
"system:creationDate": {
"value": "2023-08-15T09:04:57+02:00"
},
"system:lastModificationDate": {
"value": "2023-08-15T09:04:57+02:00"
}
}
}
],
"numItems": 4,
"hasMoreItems": false,
"totalNumItems": 4
} |