Retrieve a page property item
GET
https://api.notion.com/v1/pages/{page_id}/properties/{property_id}Request
Path Params
page_id
string
required
property_id
string
required
Query Params
page_id
string
required
Example:
Identifier for a Notion page
property_id
string
required
Example:
Identifier for a page property
start_cursor
string
optional
Example:
For paginated properties.
page_size
integer
optional
Header Params
Notion-Version
string
optional
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Number Property Item
{
"object": "property_item",
"id" "kjPO",
"type": "number",
"number": 2
}
Last modified: 2 years ago