GET /api/dms/objects/{objectId}/actions/validate/digest
As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | action read >> Roles and Role Sets |
Description | To validate the content digest of a DMS object, send the request with the ID of the DMS object as objectId. The content digest is calculated anew and compared with the value generated and stored in the metadata upon import. |
Request Example |
|
Result Example | Meaning of the response status codes: 200 OKThe value of the content digest stored in the metadata is still correct. 404 Not FoundThe DMS object with the ID objectId can not be found. 409 ConflictThe calculated content digest does not match the value stored in the metadata. |