Workflow REST Endpoints

Workflow
The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the Directory Server.
Add, Search, Compare or Delete Workflow
Method: post
Path: /rest/v1/admin
Delete a Workflow by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Workflow by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Workflow by DN
Method: patch
Path: /rest/v1/admin/{dn}