UserSavedViews
Filters and layouts a user has saved for reuse.
List your saved views
Returns the filter and column arrangements the calling user has saved, so a routine piece of work can be picked up where it was left. Requires `me.read`.
Save a view
Stores the current filters, sort and columns under a name, so a routine piece of work can be returned to without rebuilding it. Requires `me.read`.
Get a saved view
Returns one saved view: the filters, sort and columns it stores. A view belongs to the user who saved it. Requires `me.read`.
Update a saved view
Changes a saved view's name or the filters, sort and columns it stores. Requires `me.read`.
Delete a saved view
Removes one of the calling user's saved views. Nothing that was filtered through it is affected. Requires `me.read`.