Only get one result from getTeamraisersByInfo method

Options

I have a function called 'api_request' that returns the results of a curl request. I have a bunch of TeamRaisers with '2013' in the name but I only get one result from this call when I should get a bunch:

 

api_request('CRTeamraiserAPI', 'getTeamraisersByInfo', array(

  'name' => '2013',

  'list_page_size' => 100,

  'list_page_offset' => 0

));

 

Any advise would be greatly appreciated!

 

Thanks

J

Tagged:

Categories