Retrieve a block
GET
/v1/blocks/{id}
Blocks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/blocks/'
Response Response Example
{
"created_time": "2021-08-06T17:46:00.000Z",
"has_children": false,
"id": "4868767d-9029-4b9d-a41b-652ef4c9c7b9",
"last_edited_time": "2021-08-12T00:12:00.000Z",
"object": "block",
"paragraph": {
"text": [
{
"annotations": {
"bold": false,
"code": false,
"color": "default",
"italic": false,
"strikethrough": false,
"underline": false
},
"href": null,
"plain_text": "hello to you",
"text": {
"content": "hello to you",
"link": null
},
"type": "text"
}
]
},
"type": "paragraph"
}
Request
Path Params
id
string
required
Responses
Modified at 2023-04-28 09:04:05