4.12  Topic Content Retrieval Webservice

This webservice enables you to retrieve the content of a filtered topic. Several parameters are required:

A PHP example

$param = array(
    'idforum' => 1,
    'idcat' => 22,
    'idtopic' => 48,
    'tri' => 0,
    'limit' => 10
);
$results = $sel->call('read_topic', $param);

The webservice returns several parameters

Note

The first message of the topic is not returned. The retrieval process starts with the first reply


4.11 Topic Reply Number and URL Retrieval Webservice4.13 Topic Content Retrieval Webservice: offset