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