/v1/admin/activity-logs/{activityLogId}

Method
GET
MANAGER, ADMIN
특정 작업 로그 조회
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" } }
JSON
복사