/v1/admin/activity-logs

Method
GET
MANAGER, ADMIN
모든 로그 조회 (isDeleted=false)
Role
ADMIN

Request

Authorization

{ "Bear " : "token" }
JSON
복사

Response

Body

{ "status": "OK", "message": "성공", "data": [ { "activityLogId": 1, "targetType": "USER", "targetId": 1, "actionType": "VIEW", "userId": 1, "isDeleted": false, "modifiedBy": null, "createdAt": "2024-11-16T21:34:17.919004", "updatedAt": "2024-11-16T21:34:17.919027" }, { "activityLogId": 2, "targetType": "USER", "targetId": 1, "actionType": "UPDATE", "userId": 1, "isDeleted": false, "modifiedBy": null, "createdAt": "2024-11-16T21:34:43.376344", "updatedAt": "2024-11-16T21:34:43.376357" }, { "activityLogId": 3, "targetType": "USER", "targetId": 1, "actionType": "VIEW", "userId": 1, "isDeleted": false, "modifiedBy": null, "createdAt": "2024-11-16T21:34:58.604909", "updatedAt": "2024-11-16T21:34:58.604931" }, { "activityLogId": 4, "targetType": "USER", "targetId": 1, "actionType": "UPDATE", "userId": 1, "isDeleted": false, "modifiedBy": null, "createdAt": "2024-11-16T21:36:33.918808", "updatedAt": "2024-11-16T21:36:33.918826" } ] }
JSON
복사