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
|
{
"object": "list",
"results": [
{
"object": "page",
"id": "bb85a889-3eb3-4146-9325-80508fb5e23d",
"created_time": "2021-05-15T17:16:51.364Z",
"last_edited_time": "2021-05-15T17:16:00.000Z",
"parent": {
"type": "database_id",
"database_id": "5d794de0-2224-49d3-86f9-3540db13d884"
},
"archived": false,
"properties": {
"Name": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "First",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "First",
"href": null
}
]
}
}
}
],
"next_cursor": null,
"has_more": false
}
|