]> BookStack Code Mirror - bookstack/blob - dev/api/responses/search-all.json
Updated minimum php version from 7.3 to 7.4
[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       "url": "https://example.com/books/my-book/chapter/a-chapter-for-cats",
12       "preview_html": {
13         "name": "A chapter for <strong>cats</strong>",
14         "content": "...once a bunch of <strong>cats</strong> named tony...behaviour of <strong>cats</strong> is unsuitable"
15       },
16       "tags": []
17     },
18     {
19       "name": "The hows and whys of cats",
20       "id": 396,
21       "slug": "the-hows-and-whys-of-cats",
22       "book_id": 1,
23       "chapter_id": 75,
24       "draft": false,
25       "template": false,
26       "created_at": "2021-05-15T16:28:10.000000Z",
27       "updated_at": "2021-11-14T15:56:49.000000Z",
28       "type": "page",
29       "url": "https://example.com/books/my-book/page/the-hows-and-whys-of-cats",
30       "preview_html": {
31         "name": "The hows and whys of <strong>cats</strong>",
32         "content": "...people ask why <strong>cats</strong>? but there are...the reason that <strong>cats</strong> are fast are due to..."
33       },
34       "tags": [
35         {
36           "name": "Animal",
37           "value": "Cat",
38           "order": 0
39         },
40         {
41           "name": "Category",
42           "value": "Top Content",
43           "order": 0
44         }
45       ]
46     },
47     {
48       "name": "How advanced are cats?",
49       "id": 362,
50       "slug": "how-advanced-are-cats",
51       "book_id": 13,
52       "chapter_id": 73,
53       "draft": false,
54       "template": false,
55       "created_at": "2020-11-29T21:55:07.000000Z",
56       "updated_at": "2021-11-14T16:02:39.000000Z",
57       "type": "page",
58       "url": "https://example.com/books/my-book/page/how-advanced-are-cats",
59       "preview_html": {
60         "name": "How advanced are <strong>cats</strong>?",
61         "content": "<strong>cats</strong> are some of the most advanced animals in the world."
62       },
63       "tags": []
64     }
65   ],
66   "total": 3
67 }