Parameter | Description |
---|---|
Page ID | The identifier of the required page. |
Property ID | The identifier of the required page property. |
{
"object": "<string>",
"results": [
{
"object": "<string>",
"type": "<string>",
"id": "<string>",
"title": {
"type": "<string>",
"text": {
"content": "<string>",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "<string>"
},
"plain_text": "<string>",
"href": null
}
}
],
"next_cursor": null,
"has_more": false,
"type": "<string>",
"property_item": {
"id": "<string>",
"next_url": null,
"type": "<string>",
"title": {}
},
"request_id": "<string>"
}