]> BookStack Code Mirror - bookstack/blob - dev/api/responses/recycle-bin-list.json
respective book and chapter structure added.
[bookstack] / dev / api / responses / recycle-bin-list.json
1 {
2   "data": [
3     {
4       "id": 18,
5       "deleted_by": 1,
6       "created_at": "2022-04-20T12:57:46.000000Z",
7       "updated_at": "2022-04-20T12:57:46.000000Z",
8       "deletable_type": "page",
9       "deletable_id": 2582,
10       "deletable": {
11         "id": 2582,
12         "book_id": 25,
13         "chapter_id": 0,
14         "name": "A Wonderful Page",
15         "slug": "a-wonderful-page",
16         "priority": 9,
17         "created_at": "2022-02-08T00:44:45.000000Z",
18         "updated_at": "2022-04-20T12:57:46.000000Z",
19         "created_by": 1,
20         "updated_by": 1,
21         "draft": false,
22         "revision_count": 1,
23         "template": false,
24         "owned_by": 1,
25         "editor": "wysiwyg",
26         "book_slug": "a-great-book",
27         "parent": {
28           "id": 25,
29           "name": "A Great Book",
30           "slug": "a-great-book",
31           "description": "",
32           "created_at": "2022-01-24T16:14:28.000000Z",
33           "updated_at": "2022-03-06T15:14:50.000000Z",
34           "created_by": 1,
35           "updated_by": 1,
36           "owned_by": 1,
37           "type": "book"
38         }
39       }
40     },
41     {
42       "id": 19,
43       "deleted_by": 1,
44       "created_at": "2022-04-25T16:07:46.000000Z",
45       "updated_at": "2022-04-25T16:07:46.000000Z",
46       "deletable_type": "book",
47       "deletable_id": 13,
48       "deletable": {
49         "id": 13,
50         "name": "A Big Book!",
51         "slug": "a-big-book",
52         "description": "This is a very large book with loads of cool stuff in it!",
53         "created_at": "2021-11-08T11:26:43.000000Z",
54         "updated_at": "2022-04-25T16:07:47.000000Z",
55         "created_by": 27,
56         "updated_by": 1,
57         "owned_by": 1,
58         "pages_count": 208,
59         "chapters_count": 50
60       }
61     }
62   ],
63   "total": 2
64 }