Retrieve a list of API Requests that have been made.
GET
/activity
Activity
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://localhost:8080/v1/activity'
响应示例响应示例
200 - 示例 1
[
{
"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"
}
}
}
]
请求参数
Query 参数
limit
integer
可选
默认值:
50
示例值:
10
offset
integer
可选
默认值:
0
示例值:
50