]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-read.json
Fixes padding issues of the sidebar's items
[bookstack] / dev / api / responses / pages-read.json
1 {
2         "id": 306,
3         "book_id": 1,
4         "chapter_id": 0,
5         "name": "A page written in markdown",
6         "slug": "a-page-written-in-markdown",
7         "html": "<h1 id=\"bkmrk-how-this-is-built\">How this is built</h1>\r\n<p id=\"bkmrk-this-page-is-written\">This page is written in markdown. BookStack stores the page data in HTML.</p>\r\n<p id=\"bkmrk-here%27s-a-cute-pictur\">Here's a cute picture of my cat:</p>\r\n<p id=\"bkmrk-\"><a href=\"http://example.com/uploads/images/gallery/2020-04/yXSrubes.jpg\"><img src=\"http://example.com/uploads/images/gallery/2020-04/scaled-1680-/yXSrubes.jpg\" alt=\"yXSrubes.jpg\"></a></p>",
8         "priority": 13,
9         "created_at": "2020-02-02 21:40:38",
10         "updated_at": "2020-11-28 14:43:20",
11         "created_by": {
12                 "id": 1,
13                 "name": "Admin"
14         },
15         "updated_by": {
16                 "id": 1,
17                 "name": "Admin"
18         },
19         "owned_by": {
20                 "id": 1,
21                 "name": "Admin"
22         },
23         "draft": false,
24         "markdown": "# How this is built\r\n\r\nThis page is written in markdown. BookStack stores the page data in HTML.\r\n\r\nHere's a cute picture of my cat:\r\n\r\n[![yXSrubes.jpg](http://example.com/uploads/images/gallery/2020-04/scaled-1680-/yXSrubes.jpg)](http://example.com/uploads/images/gallery/2020-04/yXSrubes.jpg)",
25         "revision_count": 5,
26         "template": false,
27         "tags": [
28                 {
29                         "name": "Category",
30                         "value": "Top Content",
31                         "order": 0
32                 },
33                 {
34                         "name": "Animal",
35                         "value": "Cat",
36                         "order": 1
37                 }
38         ]
39 }