]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-read.json
New translations settings.php (Chinese Simplified)
[bookstack] / dev / api / responses / chapters-read.json
1 {
2   "id": 1,
3   "book_id": 1,
4   "slug": "content-creation",
5   "name": "Content Creation",
6   "description": "How to create documentation on whatever subject you need to write about.",
7   "priority": 3,
8   "created_at": "2019-05-05 21:49:56",
9   "updated_at": "2019-09-28 11:24:23",
10   "created_by": {
11     "id": 1,
12     "name": "Admin"
13   },
14   "updated_by": {
15     "id": 1,
16     "name": "Admin"
17   },
18   "tags": [
19     {
20       "name": "Category",
21       "value": "Guide",
22       "order": 0,
23       "created_at": "2020-05-22 22:51:51",
24       "updated_at": "2020-05-22 22:51:51"
25     }
26   ],
27   "pages": [
28     {
29       "id": 1,
30       "book_id": 1,
31       "chapter_id": 1,
32       "name": "How to create page content",
33       "slug": "how-to-create-page-content",
34       "priority": 0,
35       "created_at": "2019-05-05 21:49:58",
36       "updated_at": "2019-08-26 14:32:59",
37       "created_by": 1,
38       "updated_by": 1,
39       "draft": 0,
40       "revision_count": 2,
41       "template": 0
42     },
43     {
44       "id": 7,
45       "book_id": 1,
46       "chapter_id": 1,
47       "name": "Good book structure",
48       "slug": "good-book-structure",
49       "priority": 1,
50       "created_at": "2019-05-05 22:01:55",
51       "updated_at": "2019-06-06 12:03:04",
52       "created_by": 3,
53       "updated_by": 3,
54       "draft": 0,
55       "revision_count": 1,
56       "template": 0
57     }
58   ]
59 }