bookstack/dev/api/responses/recycle_bin-list.json

34 lines
755 B
JSON

{
"data": [
{
"id": 25,
"deleted_by": 1,
"created_at": "2022-04-24T07:59:34.000000Z",
"updated_at": "2022-04-24T07:59:34.000000Z",
"deletable_type": "BookStack\\Book",
"deletable_id": 4,
"parent": {
"type": "BookStack\\Book",
"id": 25
},
"children": {
"BookStack\\Chapter": 0,
"BookStack\\Page": 1
}
},
{
"id": 26,
"deleted_by": 1,
"created_at": "2022-04-24T07:59:35.000000Z",
"updated_at": "2022-04-24T07:59:35.000000Z",
"deletable_type": "BookStack\\Book",
"deletable_id": 3,
"parent": [],
"children": {
"BookStack\\Chapter": 1,
"BookStack\\Page": 1
}
}
],
"total": 2
}