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