-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathget-minions-paginated-response.json
66 lines (66 loc) · 2.07 KB
/
get-minions-paginated-response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"message": null,
"data": {
"items": [
{
"id": 3,
"name": "Hector",
"totalEyes": 1,
"favouriteSound": "Shhhhhhhhhhh",
"hasHairs": false,
"createdAt": "2020-04-25T14:55:26.000000Z",
"updatedAt": "2020-04-27T14:55:26.000000Z"
},
{
"id": 2,
"name": "Dave",
"totalEyes": 1,
"favouriteSound": "Hmmmmmmmmmmmmm Pchhhhhh",
"hasHairs": true,
"createdAt": "2020-04-25T14:55:04.000000Z",
"updatedAt": "2020-04-25T14:55:04.000000Z"
},
{
"id": 7,
"name": "Lucifer",
"totalEyes": 0,
"favouriteSound": "Luuuuuuu",
"hasHairs": true,
"createdAt": "2020-04-25T11:53:04.000000Z",
"updatedAt": "2020-04-25T11:53:04.000000Z"
},
{
"id": 6,
"name": "Khachhhh",
"totalEyes": 2,
"favouriteSound": "khhhhhuuuu",
"hasHairs": true,
"createdAt": "2020-04-25T11:52:39.000000Z",
"updatedAt": "2020-04-25T11:52:39.000000Z"
},
{
"id": 5,
"name": "RL Nuuuu",
"totalEyes": 0,
"favouriteSound": "Nuuuuuuuuuu",
"hasHairs": true,
"createdAt": "2020-04-25T11:52:13.000000Z",
"updatedAt": "2020-04-25T11:52:13.000000Z"
},
{
"id": 4,
"name": "AK Burrr",
"totalEyes": 0,
"favouriteSound": "Brrrrrrrrr",
"hasHairs": true,
"createdAt": "2020-04-25T11:51:47.000000Z",
"updatedAt": "2020-04-25T11:51:47.000000Z"
}
],
"page": 1,
"total": 6,
"pages": 1,
"perpage": 15
},
"type": null
}