curl --location -g --request GET 'http://localhost:8080/v1/activity'
[
{
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"timestamp": "2019-08-24T14:15:22Z",
"action": "READ",
"result": "SUCCESS",
"actor": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"account": "string",
"jti": "string",
"userAgent": "string",
"requestIp": "string"
},
"resource": {
"itemVersion": 0,
"type": "ITEM",
"vault": {
"id": "string"
},
"item": {
"id": "string"
}
}
}
]