DB Local Backend Workflow Element REST Endpoints
DB Local Backend Workflow Element
The DB Local Backend Workflow Element uses the Berkeley DB Java Edition to store user-provided data in a local repository.
- Add, Search, Compare or Delete DB Local Backend Workflow Element
- Method: postPath:
/rest/v1/admin - Delete a DB Local Backend Workflow Element by DN
- Method: deletePath:
/rest/v1/admin/{dn} - Find DB Local Backend Workflow Element by DN
- Method: getPath:
/rest/v1/admin/{dn} - Modify a DB Local Backend Workflow Element by DN
- Method: patchPath:
/rest/v1/admin/{dn}