Notion API - Public Beta (English)
  1. Pages
Notion API - Public Beta (English)
  • Introduction
  • Integration capabilities
  • Request limits
  • Status codes
  • ENDPOINTS
    • Authentication
      • Authentication
      • Token
    • Blocks
      • Delete a block
      • Append block children
      • Retrieve a block
      • Update a block
      • Retrieve block children
    • Databases
      • Filter database entries
      • Sort database entries
      • Update database properties
      • Retrieve a database
      • Update a database
      • Query a database
    • Pages
      • Archive a page
      • Retrieve a page property item
      • Create a page
      • Retrieve a Page
      • Update Page properties
    • Users
      • List all users
      • Retrieve your token's bot user
      • Retrieve a user
    • Comments
      • Create comment
      • Retrieve comments
    • Search
      • Search optimizations and limitations
      • Search by title
  • OBJECTS
    • Block
    • Comment
    • Unfurl attribute object for Link Previews
    • Page
      • Page
      • Page properties
    • Database
      • Database
      • Database properties
    • User
      • User
      • Comment
    • Other
      • Emoji object
      • File object
      • Parent object
      • Rich text object
  • Versioning
    • Versioning
    • Changes by version
  • ENDPOINTS Copy
    • Authentication
      • Authentication
      • Token
    • Blocks
      • Retrieve a block
      • Update a block
      • Retrieve block children
      • Delete a block
      • Append block children
    • Databases
      • Filter database entries
      • Sort database entries
      • Update database properties
      • Retrieve a database
      • Update a database
      • Query a database
      • Create a database
    • Pages
      • Archive a page
      • Retrieve a Page
        GET
      • Update Page properties
        PATCH
      • Retrieve a page property item
        GET
      • Create a page
        POST
    • Users
      • Retrieve a user
      • List all users
      • Retrieve your token's bot user
    • Comments
      • Create comment
      • Retrieve comments
  1. Pages

Retrieve a page property item

GET
https://api.notion.com/v1/pages/{page_id}/properties/{property_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.notion.com/v1/pages//properties/?page_id=&property_id=&start_cursor=&page_size=' \
--header 'Notion-Version;'
Response Response Example
200 - 200 - Number Property Item - 200 - Number Property Item
{
  "object": "property_item",
  "id" "kjPO",
  "type": "number",
  "number": 2
}

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

Responses

🟢200200 - Number Property Item
application/json
Body
object {0}
🟢200 200 - Result
🟢200200 - Rollup List Property Item
Modified at 2023-04-28 09:42:51
Previous
Update Page properties
Next
Create a page
Built with