4.9  Sub category Topics Display Webservices

You may want to retrieve the list of topics of a sub category. here are the required parameters

A PHP example

$param = array(
    'user' => 'LoginAdministrateur',
    'pwd' => 'motdepasseAdministrateur',
    'idforum' => 1,
    'idcat' => 22,
    'idsubcat' => 13,
    'limit' => 5,
);
$results = $sel->call('get_topics_of_subcat_xml', $param);

The webservice will return a parameter and a XML feed


4.8 Sub category Deletion Webservice4.10 Topic URL Retrieval WebService