]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-read.json
a47990cc67532bfe7bfd5c191eb34ee6fb88ad6c
[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-this-is-my-cool-page\">This is my cool page! With some included text</h1>",
8         "raw_html": "<h1 id=\"bkmrk-this-is-my-cool-page\">This is my cool page! {{@1#bkmrk-a}}</h1>",
9         "priority": 13,
10         "created_at": "2020-02-02T21:40:38.000000Z",
11         "updated_at": "2020-11-28T14:43:20.000000Z",
12         "created_by": {
13                 "id": 1,
14                 "name": "Admin"
15         },
16         "updated_by": {
17                 "id": 1,
18                 "name": "Admin"
19         },
20         "owned_by": {
21                 "id": 1,
22                 "name": "Admin"
23         },
24         "draft": false,
25         "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)",
26         "revision_count": 5,
27         "template": false,
28         "tags": [
29                 {
30                         "name": "Category",
31                         "value": "Top Content",
32                         "order": 0
33                 },
34                 {
35                         "name": "Animal",
36                         "value": "Cat",
37                         "order": 1
38                 }
39         ]
40 }