Tillbaka till Notion Pages
Anslut Knoon AI med Notion Pages (Notion) för att automatisera AI-flöden.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| pageId | file | Notion page ID. | Ja |
| propertyId | mustache | Notion property ID. | Ja |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Nej |
| page_size | number | Maximum number of property items to return. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| object | string | Object type. |
| type | string | Property item type. |
| id | string | Property item ID when available. |
| next_cursor | string | Cursor for the next page when the property item is paginated. |
| has_more | boolean | Whether more property items are available. |
| results.object | string | Object type for each property item. |
| results.type | string | Property item type. |



