Hi guys, for create a panel I need to have a list of clients that I have in the ISPConfig 3.04.6. I have searched in the APIs but i don't find nothing. I can use client_get for have the information about a determinated client, but for all clients? Exist a function for have the total number of clients or for have the information about all clients? Thanks
It would be usefull to get a client list by total AND by reseller. Rapstyle, you might want to enter it into the bugtracker so it gets on the roadmap for 3.0.6. http://bugtracker.ispconfig.org/index.php?do=roadmap&project=3
Thats already possible with the current API, so no need for a feature request. The _get functions of all item types can be used to query the database for a list of as well. Example: $client_record = $client->client_get($session_id, array('client_id' => '%'));