Core API | Description | Constant | Explanation | Endpoints triggering the entry |
---|
100 | Object created | OBJECT_CREATED | The specified object was created by functions of the client or by an import. | /api/dms/objects |
101 | Document created | OBJECT_CREATED_WITH_CONTENT | The object was created using functions of the client or via an import operation. | /api/dms/objects |
|
|
|
|
|
110 | Object tag created | OBJECT_TAG_CREATED | A tag for the object was created. | /api/dms/objects/{objectId}/tags/{name}/state/{state} |
|
|
|
|
|
200 | Object irrevocably deleted | OBJECT_DELETED | The object was deleted and cannot be restored. | /api/dms/objects/{objectId}
/api/dms/objects/{objectId}/versions/{versionNr}
|
202 | Object marked for deletion | OBJECT_FLAGGED_FOR_DELETE | The object was moved to the recycle bin. | /api/dms/objects/{objectId}
|
|
|
|
|
|
210 | Object tag deleted | OBJECT_TAG_DELETED | A tag for the object was deleted. | /api/dms/objects/{objectId}/tags/{name} |
|
|
|
|
|
300 | Index data modified | OBJECT_METADATA_CHANGED | The index data of the object or its status was edited using functions of the client or via an update carried out during the import operation. | /api/dms/objects/{objectId}
/api/dms/objects/{objectId}
|
301 | Content changed | OBJECT_DOCUMENT_CHANGED | The document was edited using functions of the client or via an update carried out during the import operation. | /api/dms/objects/{objectId}/contents/file |
303 | Object updated and content moved | OBJECT_UPDATE_CONTENT_MOVED | The object was updated and the document was moved. | /api/dms/objects/{objectId}/actions/move/contents/repositories/{repositoryId}
/api/dms/objects/{objectId}/versions/{versionNr}/actions/move/contents/repositories/{repositoryId}
|
|
|
|
|
|
310 | Object tag modified | OBJECT_TAG_UPDATED | One of the object's tags was changed. | /api/dms/objects/{objectId}/tags/{name}/state/{state}?overwrite=true
/api/dms/objects/tags/{name}/state/{state}?query=<SQL> |
|
|
|
|
|
400 | Output content | DOCUMENT_ACCESSED | The document content was read by the user, printed, or otherwise output. No changes were made. | /api/dms/objects/{objectId}/contents/file |
401 | Index data retrieved | METADATA_ACCESSED | Die Indexdaten des Objektes wurden zur Ansicht abgerufen. | /api/dms/objects/search
/api/dms/objects/{objectId}
/api/dms/objects/{objectId}/versions
|
402 | Text preview downloaded | RENDITION_TEXT_ACCESSED | The text rendition of the object's document file was retrieved. | /api/dms/objects/{objectId}/contents/renditions/text |