Πίσω στο Notion Views
Σύνδεση Knoon AI με Notion Views (Notion) για αυτοματοποίηση ροών εργασίας AI.
Retrieve paginated results from a cached Notion view query.
notionViewQueryResults
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Ναι |
| queryId | mustache | View query ID. | Ναι |
| start_cursor | mustache | Pagination cursor returned by a previous query results response. | Όχι |
| page_size | number | Maximum number of results to return. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| object | string | Response object type. |
| type | string | List type discriminator when returned by Notion. |
| view_result | map | Type-specific list metadata for view_result. |
| next_cursor | string | Cursor for the next page of results. |
| has_more | boolean | Whether more results are available. |
| results.object | string | Result object type. |
| results.id | string | Result object ID. |
| results.url | string | Result object URL when available. |