1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-13 05:42:30 +03:00
Files
bookstack/dev/api/responses/comments-list.json
Dan Brown a949900570 API: Added examples for comments
Tweaked comment repo to avoid returning a lot of extra data on API
update responses.
2025-10-24 15:14:25 +01:00

29 lines
580 B
JSON

{
"data": [
{
"id": 1,
"commentable_id": 2607,
"commentable_type": "page",
"parent_id": null,
"local_id": 1,
"content_ref": "",
"created_by": 1,
"updated_by": 1,
"created_at": "2022-04-20T08:43:27.000000Z",
"updated_at": "2022-04-20T08:43:27.000000Z"
},
{
"id": 18,
"commentable_id": 2607,
"commentable_type": "page",
"parent_id": 1,
"local_id": 2,
"content_ref": "",
"created_by": 3,
"updated_by": 3,
"created_at": "2022-11-15T08:12:35.000000Z",
"updated_at": "2022-11-15T08:12:35.000000Z"
}
],
"total": 88
}