]> BookStack Code Mirror - bookstack/blob - dev/api/responses/search-all.json
feat(PageContent): set unique ids on nested headers
[bookstack] / dev / api / responses / search-all.json
1 {
2   "data": [
3     {
4       "id": 84,
5       "book_id": 1,
6       "slug": "a-chapter-for-cats",
7       "name": "A chapter for cats",
8       "created_at": "2021-11-14T15:57:35.000000Z",
9       "updated_at": "2021-11-14T15:57:35.000000Z",
10       "type": "chapter",
11       "tags": []
12     },
13     {
14       "name": "The hows and whys of cats",
15       "id": 396,
16       "slug": "the-hows-and-whys-of-cats",
17       "book_id": 1,
18       "chapter_id": 75,
19       "draft": false,
20       "template": false,
21       "created_at": "2021-05-15T16:28:10.000000Z",
22       "updated_at": "2021-11-14T15:56:49.000000Z",
23       "type": "page",
24       "tags": [
25         {
26           "name": "Animal",
27           "value": "Cat",
28           "order": 0
29         },
30         {
31           "name": "Category",
32           "value": "Top Content",
33           "order": 0
34         }
35       ]
36     },
37     {
38       "name": "How advanced are cats?",
39       "id": 362,
40       "slug": "how-advanced-are-cats",
41       "book_id": 13,
42       "chapter_id": 73,
43       "draft": false,
44       "template": false,
45       "created_at": "2020-11-29T21:55:07.000000Z",
46       "updated_at": "2021-11-14T16:02:39.000000Z",
47       "type": "page",
48       "tags": []
49     }
50   ],
51   "total": 3
52 }