GET 1.0/{InstanceId}/Documents/{DocumentId}/AuditEvents?Skip={Skip}&Take={Take}
Retrieves a list of Audit Events for the specified document ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
DocumentId |
The ID of the document whose audit events are to be retrieved |
integer |
Required |
Skip |
The starting point from which to take the page |
integer |
Required |
Take |
The quantity of items to take (page size) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of AuditEvent objects
Collection of AuditEventName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of the audit event |
integer |
None. |
TimeStamp |
The date / time that the audit event was created |
date |
None. |
OwnerUserId |
The user responsible for the creation of the audit event |
integer |
None. |
OwnerCloudGUID |
The GUID of the user responsible for the creation of the event |
string |
None. |
Description |
The description of the audit event |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "TimeStamp": "2025-05-19T13:54:31.3400244+01:00", "OwnerUserId": 3, "OwnerCloudGUID": "sample string 4", "Description": "sample string 5" }, { "Id": 1, "TimeStamp": "2025-05-19T13:54:31.3400244+01:00", "OwnerUserId": 3, "OwnerCloudGUID": "sample string 4", "Description": "sample string 5" } ]