]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-list.json
Added chapters to the API
[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-05 21:49:56",
11       "updated_at": "2019-09-28 11:24:23",
12       "created_by": 1,
13       "updated_by": 1
14     },
15     {
16       "id": 2,
17       "book_id": 1,
18       "name": "Managing Content",
19       "slug": "managing-content",
20       "description": "How to keep things organised and orderly in the system for easier navigation and better user experience.",
21       "priority": 5,
22       "created_at": "2019-05-05 21:58:07",
23       "updated_at": "2019-10-17 15:05:34",
24       "created_by": 3,
25       "updated_by": 3
26     }
27   ],
28   "total": 40
29 }