Indietro a Notion Views
Connetti Knoon AI con Notion Views (Notion) per automatizzare i flussi di lavoro AI.
Update a Notion view.
notionViewUpdate
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Sì |
| name | mustache | Updated name for the view. | No |
| description | mustache | Updated description for the view. | No |
| layout | mustache | Updated layout type for the view. | No |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | No |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | No |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |