4.11  Topic Reply Number and URL Retrieval Webservice

The following webservice enables you to retrieve the number of messages of a topic and/or the URL. The parameters are

A PHP example

$param = array(
    'user' => 'LoginAdministrateur',
    'pwd' => 'motdepasseAdministrateur',
    'idforum' => '1',
    'idcat' => '22',
    'idtopic' => '8',
);
$results = $sel->call('get_nb_answer', $param);

The webservice returns two parameters


4.10 Topic URL Retrieval WebService4.12 Topic Content Retrieval Webservice