생ㅅ
{
"before_state": null,
"after_state": {
"column_id": 5,
"column_title": "New Column",
"created_at": "2024-09-04T12:00:00Z"
}
}
{
"before_state": {
"column_id": 5,
"column_title": "Old Column",
"created_at": "2024-09-01T09:00:00Z"
},
"after_state": null
}
{
"before_state": {
"column_id": 5,
"column_title": "Old Column",
"created_at": "2024-09-01T09:00:00Z"
},
"after_state": {
"column_id": 5,
"column_title": "Updated Column",
"updated_at": "2024-09-04T12:30:00Z"
}
}
json코드 복사
{
"before_state": null,
"after_state": {
"task_id": 101,
"task_title": "New Task",
"description": "This is a new task.",
"column_id": 5,
"column_title": "Updated Column",
"task_order": 3,
"created_at": "2024-09-04T12:10:00Z"
}
}