Skip to content

Commit 09c422b

Browse files
author
Piaget Bouaka Donfack
committed
[DURACOM-372] Added audit documentation
1 parent 87d4b5d commit 09c422b

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

auditevents.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,35 @@ This endpoint will return details about the event
2525

2626
```json
2727
{
28-
"id" : "954e5cfa-6990-4c85-ae42-f30d8c7888e2",
29-
"eventType" : "ADD",
30-
"timeStamp" : "2017-11-22T10:29:11Z",
31-
"detail" : "...",
32-
"subjectUUID" : "...uuid...",
33-
"subjectType" : "Collection",
34-
"objectUUID" : "...uuid...",
35-
"objectType" : "Item",
36-
"type" : "auditevent",
37-
"_links" : {
38-
"self" : {
39-
"href" : "/api/system/auditevents/954e5cfa-6990-4c85-ae42-f30d8c7888e2"
28+
"id": "d7ca31fc-50a4-4a85-89ea-599fc1494f12",
29+
"epersonUUID": "685369f5-e169-48b3-bedc-70e5d03f8ce2",
30+
"objectUUID": null,
31+
"objectType": null,
32+
"subjectUUID": "e173a574-2de3-4f4a-843d-62fcfc4d2109",
33+
"subjectType": "COMMUNITY",
34+
"eventType": "MODIFY_METADATA",
35+
"timeStamp": "2025-07-21T14:49:54.718+00:00",
36+
"detail": null,
37+
"metadataField": "dc_identifier_uri",
38+
"value": "http://localhost:4000/handle/123456789/7",
39+
"authority": "",
40+
"confidence": -1,
41+
"place": 0,
42+
"action": "ADD",
43+
"checksum": null,
44+
"type": "auditevent",
45+
"_links": {
46+
"eperson": {
47+
"href": "http://localhost:8080/server/api/system/auditevents/d7ca31fc-50a4-4a85-89ea-599fc1494f12/eperson"
4048
},
41-
"eperson" : {
42-
"href" : "/api/system/auditevents/954e5cfa-6990-4c85-ae42-f30d8c7888e2/eperson"
49+
"object": {
50+
"href": "http://localhost:8080/server/api/system/auditevents/d7ca31fc-50a4-4a85-89ea-599fc1494f12/object"
4351
},
44-
"subject" : {
45-
"href" : "/api/system/auditevents/954e5cfa-6990-4c85-ae42-f30d8c7888e2/subject"
52+
"subject": {
53+
"href": "http://localhost:8080/server/api/system/auditevents/d7ca31fc-50a4-4a85-89ea-599fc1494f12/subject"
4654
},
47-
"object" : {
48-
"href" : "/api/system/auditevents/954e5cfa-6990-4c85-ae42-f30d8c7888e2/object"
55+
"self": {
56+
"href": "http://localhost:8080/server/api/system/auditevents/d7ca31fc-50a4-4a85-89ea-599fc1494f12"
4957
}
5058
}
5159
}

0 commit comments

Comments
 (0)