Quote:
Originally Posted by till
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' => '%'));
|
great, thank you very much =)