/v1/admin/activity-logs/target

Method
GET
MANAGER, ADMIN
특정 대상 모든 로그 조회
Role
ADMIN

Request

Authorization

{ "Bear " : "token" }
JSON
복사
{ "targetType" : "USER", "targetId" : 1 }
JSON
복사

Response

Body

{ "status": "OK", "message": "성공", "data": [ { "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
복사