]> BookStack Code Mirror - bookstack/blob - dev/api/responses/recycle_bin-list.json
do some cleanup and add doc
[bookstack] / dev / api / responses / recycle_bin-list.json
1 {
2   "data": [
3     {
4       "id": 25,
5       "deleted_by": 1,
6       "created_at": "2022-04-24T07:59:34.000000Z",
7       "updated_at": "2022-04-24T07:59:34.000000Z",
8       "deletable_type": "BookStack\\Book",
9       "deletable_id": 4,
10       "parent": {
11         "type": "BookStack\\Book",
12         "id": 25
13       },
14       "children": {
15         "BookStack\\Chapter": 0,
16         "BookStack\\Page": 1
17       }
18     },
19     {
20       "id": 26,
21       "deleted_by": 1,
22       "created_at": "2022-04-24T07:59:35.000000Z",
23       "updated_at": "2022-04-24T07:59:35.000000Z",
24       "deletable_type": "BookStack\\Book",
25       "deletable_id": 3,
26       "parent": [],
27       "children": {
28         "BookStack\\Chapter": 1,
29         "BookStack\\Page": 1
30       }
31     }
32   ],
33   "total": 2
34 }