Retrieve a Page Property Item.
External DocumentationTo learn more, visit the Notion documentation.

Parameters

ParameterDescription
Page IDThe identifier of the required page.
Property IDThe identifier of the required page property.

Example Output

{
	"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>"
}

Workflow Library Example

Get Page Property Item with Notion and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop