Voltar para Notion Pages
Conectar Knoon AI com Notion Pages (Notion) para automatizar fluxos de trabalho de AI.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| pageId | file | Notion page ID. | Sim |
| propertyId | mustache | Notion property ID. | Sim |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Não |
| page_size | number | Maximum number of property items to return. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |



