Your API key. For more information see here.
The site the API should be executed against, e.g. www.ditto.net.
The criteria to search for.
The size of the page of data to return.
If this argument is omitted, it defaults to 10.
The minimum allowed value is 1 and the maximum is 50.
The page number of the results to return.
If this argument is omitted or set to less than 1, it defaults to 1.
<PersonPagedResults xmlns="http://www.ditto.net" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<PageNumber>0</PageNumber>
<PageSize>3</PageSize>
<Results>
<Person>
<DittoUrl>http://www.ditto.net/Members/jamesbondguy/</DittoUrl>
<Id>1417</Id>
<Slug>jamesbondguy</Slug>
<UserName>jamesbondguy</UserName>
</Person>
<Person>
<DittoUrl>http://www.ditto.net/Members/James/</DittoUrl>
<Id>50</Id>
<Slug>James</Slug>
<UserName>James</UserName>
</Person>
<Person>
<DittoUrl>http://www.ditto.net/Members/JamesCounter/</DittoUrl>
<Id>82</Id>
<Slug>JamesCounter</Slug>
<UserName>James Counter</UserName>
</Person>
</Results>
<TotalResultCount>36</TotalResultCount>
</PersonPagedResults>