Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue


Status

Status
colourGreen
titleDONE

Priority
Note
Assignee

Ressources

Remarks

Since 04.07.2018

...

As of Version

product version 1.0 | component version 1.0

Request MethodGET
Response FormatJSONHTTP status code
Required Permissionaction 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 SHA-256 digest is calculated anew recalculated from the object's binary content file and compared with to the value generated and stored in the metadata upon importobject's content streams properties.

Request Example
/api/dms/objects/903f2ae8-2cfc-476c-8386-55c6811e41da/actions/validate/digest
Result Example
Meaning of the response status codes:

200 OK

The value of the content digest stored in the metadata is still correct.

404 Not Found

The DMS object with the ID objectId can not be found.

409 Conflict

The calculated content digest does not match the value stored in the metadata.