The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: shaun on March 31, 2005, 05:58:06 PM

Title: more q's for NicToolServerAPI
Post by: shaun on March 31, 2005, 05:58:06 PM
I currently have this code...


  my $nt_group_zones = $nt->send_request(
     action => "get_group_zones",
     nt_user_session => $nt_user->{'nt_user_session'},
     nt_group_id => $nt_user->{'nt_group_id'},
     limit => "10",
    quick_search => '1',
    search_value => $zone,
     );
  if($nt_group_zones->{'zones'}->
Title: Re: more q's for NicToolServerAPI
Post by: shaun on April 02, 2005, 02:11:34 AM
Never mind, figured it out my self, just added exact_match => '1' to my quicksearch..

boy what adding print Dumper($q) will show you when you put it in the main() sub of the nictool client Smile