]> BookStack Code Mirror - bookstack/blob - dev/api/responses/books-read.json
Fixed OIDC Logout
[bookstack] / dev / api / responses / books-read.json
1 {
2   "id": 16,
3   "name": "My own book",
4   "slug": "my-own-book",
5   "description": "This is my own little book",
6   "created_at": "2020-01-12T14:09:59.000000Z",
7   "updated_at": "2020-01-12T14:11:51.000000Z",
8   "created_by": {
9     "id": 1,
10     "name": "Admin",
11     "slug": "admin"
12   },
13   "updated_by": {
14     "id": 1,
15     "name": "Admin",
16     "slug": "admin"
17   },
18   "owned_by": {
19     "id": 1,
20     "name": "Admin",
21     "slug": "admin"
22   },
23   "contents": [
24     {
25       "id": 50,
26       "name": "Bridge Structures",
27       "slug": "bridge-structures",
28       "book_id": 16,
29       "created_at": "2021-12-19T15:22:11.000000Z",
30       "updated_at": "2021-12-21T19:42:29.000000Z",
31       "url": "https://example.com/books/my-own-book/chapter/bridge-structures",
32       "type": "chapter",
33       "pages": [
34         {
35           "id": 42,
36           "name": "Building Bridges",
37           "slug": "building-bridges",
38           "book_id": 16,
39           "chapter_id": 50,
40           "draft": false,
41           "template": false,
42           "created_at": "2021-12-19T15:22:11.000000Z",
43           "updated_at": "2022-09-29T13:44:15.000000Z",
44           "url": "https://example.com/books/my-own-book/page/building-bridges"
45         }
46       ]
47     },
48     {
49       "id": 43,
50       "name": "Cool Animals",
51       "slug": "cool-animals",
52       "book_id": 16,
53       "chapter_id": 0,
54       "draft": false,
55       "template": false,
56       "created_at": "2021-12-19T18:22:11.000000Z",
57       "updated_at": "2022-07-29T13:44:15.000000Z",
58       "url": "https://example.com/books/my-own-book/page/cool-animals",
59       "type": "page"
60     }
61   ],
62   "tags": [
63     {
64       "name": "Category",
65       "value": "Guide",
66       "order": 0
67     }
68   ],
69   "cover": {
70     "id": 452,
71     "name": "sjovall_m117hUWMu40.jpg",
72     "url": "https://example.com/uploads/images/cover_book/2020-01/sjovall_m117hUWMu40.jpg",
73     "created_at": "2020-01-12T14:11:51.000000Z",
74     "updated_at": "2020-01-12T14:11:51.000000Z",
75     "created_by": 1,
76     "updated_by": 1,
77     "path": "/uploads/images/cover_book/2020-01/sjovall_m117hUWMu40.jpg",
78     "type": "cover_book",
79     "uploaded_to": 16
80   }
81 }