Retrieve a View
Retrieves the details of an existing view.
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the view to retrieve.
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.

