/
[POST] /history

[POST] /history

/api/dms/objects/{objectId}/history

Description

To write a custom history/audit entry of a DMS object, send the request with the objectId of the DMS object.

For an overview of all history code please refer to "History codes". 
This endpoint only allows to write the following two codes with a customer entry:

  • 470 - object information

  • 471 - user information

All other history codes could not be written and will be rejected by enaio® server.
Please note that your custom history/audit details are UI language independent and will not get translated by the enaio® client like the standard ones.
In the payload could also be a system:objectId but the objectId is also available in the path for the endpoint.

Request
Method

POST

Response
Format

Success: HTTP 204 No Content

Minimum Version

3.3.0

Request
Example

{ "objects": [{ "properties": { "system:objectTypeId": { "value": "262236" }, "action": { "value": "470" }, "details": { "value": "Test" } } }] }

 

Related content