Administration API: How to create a search query

To get some items from the server, use a <Interface>.get request. It returns a list of items and total number of items without dependency on condition that limits the output. The following examples should help you to understand how to create a search query by using Kerio APIs Client Library for PHP.

Here is the basic form of the <Interface>.get request to obtain a list of items (Users.get, MailingLists.getMlUserList, Resources.get, Domains.get, Content.getCustomRuleList,..).

read more