Get the specified audit entry

get/audit/entries/{entryId}

Returns the specified audit entry. Requires administrative privileges.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
entryId
string
true

The unique identifier for the audit entry.

Responses

StatusMeaningDescription
200OK

OK

Schema
404Not Found

The request did not find the specified audit entry.