]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-list.json
respective book and chapter structure added.
[bookstack] / dev / api / responses / chapters-list.json
1 {
2   "data": [
3     {
4       "id": 1,
5       "book_id": 1,
6       "name": "Content Creation",
7       "slug": "content-creation",
8       "description": "How to create documentation on whatever subject you need to write about.",
9       "priority": 3,
10       "created_at": "2019-05-05T21:49:56.000000Z",
11       "updated_at": "2019-09-28T11:24:23.000000Z",
12       "created_by": 1,
13       "updated_by": 1,
14       "owned_by": 1,
15       "book_slug": "example-book"
16     },
17     {
18       "id": 2,
19       "book_id": 1,
20       "name": "Managing Content",
21       "slug": "managing-content",
22       "description": "How to keep things organised and orderly in the system for easier navigation and better user experience.",
23       "priority": 5,
24       "created_at": "2019-05-05T21:58:07.000000Z",
25       "updated_at": "2019-10-17T15:05:34.000000Z",
26       "created_by": 3,
27       "updated_by": 3,
28       "owned_by": 3,
29       "book_slug": "example-book"
30     }
31   ],
32   "total": 40
33 }