Create a View
Creates a new view in a collection.
Authorizations
Your Moonbase API key.
Body
The View object to be created.
Parameters for creating a view.
A pointer to the Collection the view belongs to.
The name of the view.
255The type of view, table or board.
table, board The view's columns, in display order.
1Include only items with a value in the given field that satisfies the op condition.
- Match Value
- Value Exists
- AND
- OR
- NOT
Sort items returned by the specified fields.
Fields whose values group the view's items.
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
Filters limiting which related items the view's relation columns show.
Response
Successful response.
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.

