Skip to main content
Developers can now individually retrieve the value of their page properties with the Retrieve a page property endpoint! This includes pagination through a list of property item objects for properties with long values or lots of page references such as formula, relations and rollups. See the documentation for more info. Use the Retrieve a database endpoint to obtain the property_id .

Simple Property Types

Most properties will be identified by a type with the property value in the object found in key {type},

Example Request/Response

cURL
JSON

Paginated Property Types

Properties of type title, rich_text, relation and people will return a paginated list of Property Item Objects

Example List Response

JSON

Rollup Property Types

Rollups of type ‘Show Original’, ‘Show unique’, ‘Count unique’ and ‘Median’ return a flattened list of property items. All other rollups are return a list of relations and (after pagination) a rollup property value of type date or number

Example Paginated Property Item Request/Response

A rollup page property with an aggregation that requires additional pagination.
cURL
JSON