Get the metadata (i.e. properties) for an audit entry (i.e. log) in the repository.
API Explorer URL: http://localhost:8080/api-explorer/#!/audit/getAuditEntry
To get metadata for an audit entry you must have admin rights. What this means is that the user that is making the ReST call must be a member of the ALFRESCO_ADMINISTRATORS group.
Getting the metadata (i.e. properties) for an audit entry is done with the following GET call: http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/audit-applications/{id}/audit-entries/{entryId}
The identifier for the audit application we want to get metadata for is specified with the {id} parameter, and the audit entry is specified with the {entryId} parameter.