Request
Authorization
{
"Bear " : "token"
}
JSON
복사
Response
Body
{
"status": "OK",
"message": "성공",
"data": [
{
"activityLogId": 1,
"targetType": "USER",
"targetId": 1,
"actionType": "VIEW",
"userId": 1,
"isDeleted": true,
"modifiedBy": null,
"createdAt": "2024-11-16T21:34:17.919004",
"updatedAt": "2024-11-16T21:34:17.919027"
},
]
}
JSON
복사