]> BookStack Code Mirror - bookstack/blob - dev/api/responses/shelves-read.json
Input WYSIWYG: Updated API to show/accept html descriptions
[bookstack] / dev / api / responses / shelves-read.json
1 {
2   "id": 14,
3   "name": "My shelf",
4   "slug": "my-shelf",
5   "description": "This is my shelf with some books",
6   "description_html": "<p>This is my shelf with some books</p>",
7   "created_by": {
8     "id": 1,
9     "name": "Admin",
10     "slug": "admin"
11   },
12   "updated_by": {
13     "id": 1,
14     "name": "Admin",
15     "slug": "admin"
16   },
17   "owned_by": {
18     "id": 1,
19     "name": "Admin",
20     "slug": "admin"
21   },
22   "created_at": "2020-04-10T13:24:09.000000Z",
23   "updated_at": "2020-04-10T13:31:04.000000Z",
24   "tags": [
25     {
26       "name": "Category",
27       "value": "Guide",
28       "order": 0
29     }
30   ],
31   "cover": {
32     "id": 501,
33     "name": "anafrancisconi_Sp04AfFCPNM.jpg",
34     "url": "http://bookstack.local/uploads/images/cover_book/2020-04/anafrancisconi_Sp04AfFCPNM.jpg",
35     "created_at": "2020-04-10T13:31:04.000000Z",
36     "updated_at": "2020-04-10T13:31:04.000000Z",
37     "created_by": 1,
38     "updated_by": 1,
39     "path": "/uploads/images/cover_book/2020-04/anafrancisconi_Sp04AfFCPNM.jpg",
40     "type": "cover_book",
41     "uploaded_to": 14
42   },
43   "books": [
44     {
45       "id": 5,
46       "name": "Sint explicabo alias sunt.",
47       "slug": "jbsQrzuaXe",
48       "description": "Hic forum est.",
49       "created_at": "2020-04-10T13:31:04.000000Z",
50       "updated_at": "2020-04-10T13:31:04.000000Z",
51       "created_by": 1,
52       "updated_by": 1,
53       "owned_by": 1
54     },
55     {
56       "id": 1,
57       "name": "BookStack User Guide",
58       "slug": "bookstack-user-guide",
59       "description": "The Bookstack User Guide Book.",
60       "created_at": "2020-04-10T15:30:32.000000Z",
61       "updated_at": "2020-04-13T09:01:04.000000Z",
62       "created_by": 1,
63       "updated_by": 2,
64       "owned_by": 1
65     },
66     {
67       "id": 3,
68       "name": "Molestiae doloribus sint velit suscipit dolorem.",
69       "slug": "H99QxALaoG",
70       "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
71       "created_at": "2020-04-10T13:31:04.000000Z",
72       "updated_at": "2020-04-10T13:31:04.000000Z",
73       "created_by": 1,
74       "updated_by": 1,
75       "owned_by": 1
76     }
77   ]
78 }