Zurück zu Notion Views
Verbinde Knoon AI mit Notion Views (Notion), um KI-Workflows zu automatisieren.
Update a Notion view.
notionViewUpdate
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Ja |
| name | mustache | Updated name for the view. | Nein |
| description | mustache | Updated description for the view. | Nein |
| layout | mustache | Updated layout type for the view. | Nein |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | Nein |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | Nein |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| object | string | Object type returned by Notion. |
| id | string | Unique ID of the Notion object. |
| url | string | Canonical URL for the object when available. |
| public_url | string | Public URL when the object is publicly shared. |
| created_time | string | Creation timestamp in ISO 8601 format. |
| last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| archived | boolean | Whether the object is archived. |
| in_trash | boolean | Whether the object is in trash. |
| parent | map | Parent reference object returned by Notion. |
| name | string | View name. |
| description | string | View description when available. |
| layout | string | View layout. |
| source | map | Source definition for the view. |