Get the specified audit entry

get/audit/entries/{entryId}
Internal-Use Only

Returns the specified audit entry. Requires administrative privileges.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
entryId
string
true

The unique identifier for the audit entry.

Examples:
"d6eefec9-dcc2-4574-8af8-69897038d9c5"

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundThe request did not find the specified audit entry.