4.6  Sub category URL Retrieval Webservice

With this webservice you can retrieve the URL of a sub category. You need to follow those parameters:

Script example based on the sub category retrieval URL webservice

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

This webservice returns 2 parameters


4.5 Sub category Creation Webservice4.7 Sub category renaming Webservice