Database table views
Returns the existing view. Depending on the type different properties could be returned.
get/api/database/views/{view_id}/
Path parameters
view_idinteger required
Returns the view related to the provided value.
Query parameters
includestring
A comma separated list of extra attributes to include on the returned view. The supported attributes are filters, sortings and decorations. For example include=filters,sortings will add the attributes filters and sortings to every returned view, containing a list of the views filters and sortings respectively.