Takaisin Notion Pages -kohtaan
Yhdistä Knoon AI kohteen Notion Pages (Notion) kanssa automatisoidaksesi AI-työnkulut.
Retrieve one property item from a Notion page.
notionPagePropertyRetrieve
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| pageId | file | Notion page ID. | Kyllä |
| propertyId | mustache | Notion property ID. | Kyllä |
| start_cursor | mustache | Pagination cursor returned by a previous property item response. | Ei |
| page_size | number | Maximum number of property items to return. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |



