| Class | Description |
|---|---|
| CreateDocument |
Creates a new document in the given database Method is at the end of a chain, after filtering permitted Values and checking permissions.
|
| CreateDocumentAttachment |
Picks up files stored in temp folder and adds them to relevant document, in field if requested
|
| DeleteDocument |
Delete a document
|
| DeleteDocumentAttachment | |
| FetchKeepDbs |
Returns a list of databases enabled for the KEEP API Global list, not filtered by actual access permissions
|
| FetchOdata |
Interaction with the Domino backend to execute requests
|
| FetchOdataList |
Returns the list of all ODATA Endpoints
|
| FetchViewEntries |
Reads either view entries or documents from a Domino backend incoming example:
{ "db": "demo", "name": "Customers", "headers": { "jwtclaim": "a
claim", "db": "demo", "operationId": "fetchViewEntries" }, "replicaid":
"48258435003E8283", "apiName": "demo", "filepath": "Demo.nsf", "title":
"Demo" } Result example (one entry in array) { "@unid":
"BF419E31B5B8052B48258512002F9274", "@noteid": 42002, "@index": "1", "@etag":
"W/\"1705773e088\"", "$0": "1", "$1": "2020-02-18T16:39:36.840+08:00",
"last_name": "Aaronsohn", "first_name": "Kristoffer", "email":
"kaaronsohnf5@goo.ne.jp", "Color": "Purple", "Pet": "Bandicoot, long-nosed" }
|
| FetchViews |
Gets list of views in a database limited to configured views if any
|
| GetDocument |
Fetch a single document from a given database
|
| GetDocumentAttachment |
Endpoint to stream an attachment from a document
|
| GetDocumentFormModes |
GET request proxying through the FetchFormModes
|
| GetOdataItem | |
| GetOdataMetadata |
Returns the list of all ODATA Endpoints
|
| GetOdataServiceInfo |
Provides the data for a ODATA Service Document
|
| GetOpenAPI |
Gets the OpenAPI spec for a KeepDatabase
|
| Query |
Run DQL queries and returns the result streaming document by document over the eventbus
|
| UpdateDocument |
Creates a new document in the given database Method is at the end of a chain, after filtering permitted Values and checking permissions.
|