]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-read.json
Code cleanup, bug squashing
[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     }
24   ],
25   "pages": [
26     {
27       "id": 1,
28       "book_id": 1,
29       "chapter_id": 1,
30       "name": "How to create page content",
31       "slug": "how-to-create-page-content",
32       "priority": 0,
33       "created_at": "2019-05-05 21:49:58",
34       "updated_at": "2019-08-26 14:32:59",
35       "created_by": 1,
36       "updated_by": 1,
37       "draft": false,
38       "revision_count": 2,
39       "template": false
40     },
41     {
42       "id": 7,
43       "book_id": 1,
44       "chapter_id": 1,
45       "name": "Good book structure",
46       "slug": "good-book-structure",
47       "priority": 1,
48       "created_at": "2019-05-05 22:01:55",
49       "updated_at": "2019-06-06 12:03:04",
50       "created_by": 3,
51       "updated_by": 3,
52       "draft": false,
53       "revision_count": 1,
54       "template": false
55     }
56   ]
57 }