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