Update a View
Updates a view. The change applies to the shared view that everyone in the workspace sees.
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the view to update.
Body
The View values to update.
Parameters for updating a view. Omitted values are left unchanged.
The name of the view.
255The type of view, table or board.
table, board The filter applied to the view's items, or null to clear it.
- Match Value
- Value Exists
- AND
- OR
- NOT
Sort items returned by the specified fields. An empty array clears the sort.
Fields whose values group the view's items. An empty array clears the grouping.
1Identifies a field directly (name) or through relations (organization.name, deals.owner.email). Every segment before the last is a relation field; the last is the field you want. Keys preferred; use ids to disambiguate where there are multiple allowed collections.
The metrics computed over the view's items. An empty array clears them.
Counts the view's items.
- Item Count
- Field Statistic
The view's columns, in display order. If provided, it must contain at least one column.
1Filters limiting which related items the view's relation columns show. An empty array clears them.
Response
Update succeeded.
A View represents a saved configuration for displaying items in a collection, including filters and sorting rules.
String representing the object’s type. Always view for this object.
"view"Unique identifier for the object.
The type of view, such as table or board.
table, board The name of the view.
The Collection this view belongs to.
The filter applied to the view's items, or null when the view has no filter.
- Match Value
- Value Exists
- AND
- OR
- NOT
Sort items returned by the specified fields. Empty when the view has no sort.
Fields whose values group the view's items. Empty when the view is not grouped.
1Identifies a field directly (name) or through relations (organization.name, deals.owner.email). Every segment before the last is a relation field; the last is the field you want. Keys preferred; use ids to disambiguate where there are multiple allowed collections.
The metrics computed over the view's items.
Counts the view's items.
- Item Count
- Field Statistic
The view's columns, in display order.
1Filters limiting which related items the view's relation columns show.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.

