العودة إلى Notion Pages
اتصل بـ Knoon AI مع Notion Pages (Notion) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |



