Retrieves the details of an existing view.
Your Moonbase API key.
The ID of the view to retrieve.
Specifies which related objects to include in the response. Valid option is collection.
collection 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.
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.
The Collection this view belongs to.
Note: Only present when requested using the include query parameter.