Назад к 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. |



