Πίσω στο Notion Pages
Σύνδεση Knoon AI με Notion Pages (Notion) για αυτοματοποίηση ροών εργασίας AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| pageId | file | Notion page ID. | Ναι |
| propertyId | mustache | Notion property ID. | Ναι |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Όχι |
| page_size | number | Maximum number of property items to return. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |



