IViewApiClient Methods |
The IViewApiClient type exposes the following members.
Name | Description | |
---|---|---|
DeleteViewAsync |
Delete / drop a view
DELETE /_api/view/{view-name}
| |
GetAllViewsAsync |
Gets a list of all views in a database,
regardless of their type.
GET /_api/view
| |
GetViewAsync |
Get information about a view
GET /_api/view/{view-name}
| |
GetViewPropertiesAsync |
Get the properties of a view
GET /_api/view/{view-name}/properties
| |
PatchViewPropertiesAsync |
Partially changes properties of a view
PATCH /_api/view/{view-name}/properties
| |
PostCreateViewAsync |
Create a new View
POST /_api/view
| |
PutRenameViewAsync |
Renames a view
PUT /_api/view/{view-name}/rename
| |
PutViewPropertiesAsync |
Changes all properties of a view
PUT /_api/view/{view-name}/properties
|