checkvist-api/testdata/notes/list.json

16 lines
348 B
JSON
Raw Normal View History

[
{
"id": 501,
"task_id": 101,
"comment": "First comment on task",
"updated_at": "2026-01-14T10:00:00Z",
"created_at": "2026-01-13T09:00:00Z"
},
{
"id": 502,
"task_id": 101,
"comment": "Second comment with more details",
"updated_at": "2026-01-14T11:30:00Z",
"created_at": "2026-01-14T11:00:00Z"
}
]