]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-list.json
Fixed failing test after drawio default url change
[bookstack] / dev / api / responses / pages-list.json
1 {
2         "data": [
3                 {
4                         "id": 1,
5                         "book_id": 1,
6                         "chapter_id": 1,
7                         "name": "How to create page content",
8                         "slug": "how-to-create-page-content",
9                         "priority": 0,
10                         "draft": false,
11                         "template": false,
12                         "created_at": "2019-05-05T21:49:58.000000Z",
13                         "updated_at": "2020-07-04T15:50:58.000000Z",
14                         "created_by": 1,
15                         "updated_by": 1,
16                         "owned_by": 1
17                 },
18                 {
19                         "id": 2,
20                         "book_id": 1,
21                         "chapter_id": 1,
22                         "name": "How to use images",
23                         "slug": "how-to-use-images",
24                         "priority": 2,
25                         "draft": false,
26                         "template": false,
27                         "created_at": "2019-05-05T21:53:30.000000Z",
28                         "updated_at": "2019-06-06T12:03:04.000000Z",
29                         "created_by": 1,
30                         "updated_by": 1,
31                         "owned_by": 1
32                 },
33                 {
34                         "id": 3,
35                         "book_id": 1,
36                         "chapter_id": 1,
37                         "name": "Drawings via draw.io",
38                         "slug": "drawings-via-drawio",
39                         "priority": 3,
40                         "draft": false,
41                         "template": false,
42                         "created_at": "2019-05-05T21:53:49.000000Z",
43                         "updated_at": "2019-12-18T21:56:52.000000Z",
44                         "created_by": 1,
45                         "updated_by": 1,
46                         "owned_by": 1
47                 }
48         ],
49         "total": 322
50 }