forked from contentstack/contentstack-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmocktest.json
More file actions
39 lines (38 loc) · 784 Bytes
/
mocktest.json
File metadata and controls
39 lines (38 loc) · 784 Bytes
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
{
"items": [
{
"type": "entry_published",
"event_at": "2017-11-23T00:00:000Z",
"content_type_uid": "Blog",
"data": {
"uid": "1",
"locale": "en-us",
"title": "Title - 1"
}
},
{
"type": "entry_published",
"event_at": "2017-11-22T23:50:000Z",
"content_type_uid": "Blog",
"data": {
"uid": "2",
"locale": "en-us",
"title": "Title - 2"
}
},
{
"type": "asset_published",
"event_at": "2017-11-22T22:59:000Z",
"data": {
"uid": "3",
"locale": "en-us",
"title": "Title - 3",
"filename": "image1.jpg"
}
}
],
"skip": 100,
"limit": 100,
"total_count": 300,
"pagination_token": "blt1223444455657"
}