Create or update Domino design view based on simplified JSON.
the scope name
a type ListViewBody JSON that is the format when creating a design element view.
name of design element
Optional
options: DesignOptionsparameters that we want to use for the endpoint PUT /design/views/{designName}
in a specific format
A promise that resolves to a type of CreateUpdateListResponse.
Create a scope on the server, otherwise, update it if it already exists.
accepts a DominoScope or a JSON format containing all of the fields needed when creating a Domino REST scope
a promise that resolves to the created scope.
Delete a scope on the server.
the name of scope to be deleted
A promise that resolves to the deleted scope.
Provides access to Domino REST API server.
Provides accessible operations and its required parameters.
Retrieve individual design element (view) for a database.
the scope name
name of design element
Optional
options: DesignOptionsparameters that we want to use for the endpoint GET /design/views/{designName}
in a specific format
A promise that resolves to a type GetListViewDesignJSON.
Retrieves rest configuration from the server.
the name of scope to be retrieved
a promise that resolves to the fetched scope.
Get all of the scopes on the server.
a promise that resolves to an array of domino scopes.
Interface to perform SETUP Rest API operations.