]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-read.json
Updated minimum php version from 7.3 to 7.4
[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-05T21:49:56.000000Z",
9   "updated_at": "2019-09-28T11:24:23.000000Z",
10   "created_by": {
11     "id": 1,
12     "name": "Admin"
13   },
14   "updated_by": {
15     "id": 1,
16     "name": "Admin"
17   },
18   "owned_by": {
19     "id": 1,
20     "name": "Admin"
21   },
22   "tags": [
23     {
24       "name": "Category",
25       "value": "Guide",
26       "order": 0
27     }
28   ],
29   "pages": [
30     {
31       "id": 1,
32       "book_id": 1,
33       "chapter_id": 1,
34       "name": "How to create page content",
35       "slug": "how-to-create-page-content",
36       "priority": 0,
37       "created_at": "2019-05-05T21:49:58.000000Z",
38       "updated_at": "2019-08-26T14:32:59.000000Z",
39       "created_by": 1,
40       "updated_by": 1,
41       "draft": false,
42       "revision_count": 2,
43       "template": false
44     },
45     {
46       "id": 7,
47       "book_id": 1,
48       "chapter_id": 1,
49       "name": "Good book structure",
50       "slug": "good-book-structure",
51       "priority": 1,
52       "created_at": "2019-05-05T22:01:55.000000Z",
53       "updated_at": "2019-06-06T12:03:04.000000Z",
54       "created_by": 3,
55       "updated_by": 3,
56       "draft": false,
57       "revision_count": 1,
58       "template": false
59     }
60   ]
61 }