Parameter | Description |
---|---|
Block ID | The identifier of the required Notion block. |
{
"object": "<string>",
"id": "<string>",
"parent": {
"type": "<string>",
"workspace": true
},
"created_time": "2013-12-03T08:11:15.435Z",
"last_edited_time": "2005-01-07T07:49:55.550Z",
"created_by": {
"object": "<string>",
"id": "<string>"
},
"last_edited_by": {
"object": "<string>",
"id": "<string>"
},
"has_children": false,
"archived": false,
"in_trash": false,
"type": "<string>",
"child_database": {
"title": "<string>"
},
"request_id": "<string>"
}
Was this page helpful?