Local DB VLV Index REST Endpoints

Local DB VLV Index
Local DB VLV Indexes are used to store information about a specific search request that makes it possible to efficiently process them using the VLV control. A VLV index effectively notifies the server that a virtual list view, with specific query and sort parameters, will be performed. This index also allows the server to collect and maintain the information required to make using the virtual list view faster.
Add, Search, Compare or Delete Local DB VLV Index
Method: post
Path: /rest/v1/admin
Delete a Local DB VLV Index by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Local DB VLV Index by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Local DB VLV Index by DN
Method: patch
Path: /rest/v1/admin/{dn}