Get the specified audit entry
get/audit/entries/{entryId}
Returns the specified audit entry. Requires administrative privileges.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/clinicalRepository/audit/entries/3d75111c-4f87-4341-8e81-cdeea8baa509",7 "uri": "/clinicalRepository/audit/entries/3d75111c-4f87-4341-8e81-cdeea8baa509",8 "type": "application/vnd.sas.clinical.audit.entry+json"9 }10 ],11 "version": 1,12 "id": "3d75111c-4f87-4341-8e81-cdeea8baa509",13 "typeId": "auditEntry",14 "timestamp": "2023-09-18T17:27:31.321000Z",15 "userId": "sastest1",16 "action": "memberAdded",17 "sourcePrimaryType": "CONTEXT",18 "sourceTypeId": "organization",19 "sourceId": "4ce179a8-9f7b-406f-b22b-18b74e4d637e",20 "sourceName": "RemoteRepositoryControllerTest-1695058044252",21 "sourceLocation": "/",22 "mode": "ADMIN",23 "userDisplayName": "SAS Test User 1 (sastest1)",24 "actionDisplayName": "Member added",25 "auditEntryDetails": [26 {27 "version": 1,28 "auditEntryId": "3d75111c-4f87-4341-8e81-cdeea8baa509",29 "detailId": 1,30 "attributeType": "user",31 "attributeId": "sastest1",32 "attributeName": "Member",33 "newValue": "sastest1"34 }35 ]36}