ashesh28 has asked for the wisdom of the Perl Monks concerning the following question:
This code does query the list item as required.But is it possible to pass query parameter to extract only certain items from the list , Lets say for example extract items where Field named ID is less than 10. Any insight would be helpful.my $som = $soap->GetListItems( name(listName => $list_name), name(query => \value( name(Query => \value( name(OrderBy => \value( name('FieldRef' => {Name => 'Created', Ascending => 'F +alse'}), )), )), )), name(rowLimit =>10) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing query paramater to $soap->GetListItems
by Anonymous Monk on Jun 08, 2015 at 04:44 UTC |