]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-read.json
Fixed OIDC Logout
[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     "slug": "admin"
14   },
15   "updated_by": {
16     "id": 1,
17     "name": "Admin",
18     "slug": "admin"
19   },
20   "owned_by": {
21     "id": 1,
22     "name": "Admin",
23     "slug": "admin"
24   },
25   "book_slug": "example-book",
26   "tags": [
27     {
28       "name": "Category",
29       "value": "Guide",
30       "order": 0
31     }
32   ],
33   "pages": [
34     {
35       "id": 1,
36       "book_id": 1,
37       "chapter_id": 1,
38       "name": "How to create page content",
39       "slug": "how-to-create-page-content",
40       "priority": 0,
41       "created_at": "2019-05-05T21:49:58.000000Z",
42       "updated_at": "2019-08-26T14:32:59.000000Z",
43       "created_by": 1,
44       "updated_by": 1,
45       "owned_by": 1,
46       "draft": false,
47       "revision_count": 2,
48       "template": false,
49       "editor": "wysiwyg",
50       "book_slug": "example-book"
51     },
52     {
53       "id": 7,
54       "book_id": 1,
55       "chapter_id": 1,
56       "name": "Good book structure",
57       "slug": "good-book-structure",
58       "priority": 1,
59       "created_at": "2019-05-05T22:01:55.000000Z",
60       "updated_at": "2019-06-06T12:03:04.000000Z",
61       "created_by": 3,
62       "updated_by": 3,
63       "owned_by": 1,
64       "draft": false,
65       "revision_count": 1,
66       "template": false,
67       "editor": "wysiwyg",
68       "book_slug": "example-book"
69     }
70   ]
71 }