Skip to content

Commit 016009e

Browse files
committed
add snapshot for parent testing
1 parent 7b7395b commit 016009e

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"header": {
3+
"User-Agent": [
4+
"GuzzleHttp\/7"
5+
],
6+
"Host": [
7+
"api.notion.com"
8+
],
9+
"Notion-Version": [
10+
"2021-05-13"
11+
]
12+
},
13+
"method": "get",
14+
"status": 200,
15+
"payload": null,
16+
"data": {
17+
"object": "page",
18+
"id": "91f70932-ee63-47b5-9bc2-43e09b4cc9b0",
19+
"created_time": "2021-06-12T16:36:00.000Z",
20+
"last_edited_time": "2023-05-03T00:06:00.000Z",
21+
"created_by": {
22+
"object": "user",
23+
"id": "04536682-603a-4531-a18f-4fa89fdfb4a8"
24+
},
25+
"last_edited_by": {
26+
"object": "user",
27+
"id": "04536682-603a-4531-a18f-4fa89fdfb4a8"
28+
},
29+
"cover": null,
30+
"icon": {
31+
"type": "external",
32+
"external": {
33+
"url": "https:\/\/www.notion.so\/icons\/chemistry_red.svg"
34+
}
35+
},
36+
"parent": {
37+
"type": "workspace",
38+
"workspace": true
39+
},
40+
"archived": false,
41+
"properties": {
42+
"title": {
43+
"id": "title",
44+
"type": "title",
45+
"title": [
46+
{
47+
"type": "text",
48+
"text": {
49+
"content": "Testing Suite Content",
50+
"link": null
51+
},
52+
"annotations": {
53+
"bold": false,
54+
"italic": false,
55+
"strikethrough": false,
56+
"underline": false,
57+
"code": false,
58+
"color": "default"
59+
},
60+
"plain_text": "Testing Suite Content",
61+
"href": null
62+
}
63+
]
64+
}
65+
},
66+
"url": "https:\/\/www.notion.so\/Testing-Suite-Content-91f70932ee6347b59bc243e09b4cc9b0",
67+
"public_url": null
68+
}
69+
}

0 commit comments

Comments
 (0)