Custom View
Represents the concept of "custom view" of a page that includes a table. The custom view represents the configuration of the columns to display, the order in which they should appear, and the filters applied. The user can save this settings as a "custom view" and assign them a name. Custom views can be both private or shared with other users.
📄️ listCustomViews
Return a collection of custom views of the given app. The list contains all the user's private custom views
📄️ createCustomView
Create a custom view.
📄️ getConfigView
Return a single Custom View including configuration details. Invoking this service updates the view's last used
📄️ updateCustomView
[Update](https://jsonapi.org/format/#crud-updating) a Custom View.
📄️ deleteCustomView
[Delete](https://jsonapi.org/format/#crud-deleting) a Custom View.