Открытие закрытой дискуссии
URL: components/Services/APIDiscussions.asmx
Метод: OpenExistingTopic
Передаваемые параметры
| Параметр | Описание |
|---|---|
ASPNETSessionId | Идентификатор сессии |
topicId | Идентификатор дискуссии |
<?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/"> <soapenv:Header/> <soapenv:Body> <str:OpenExistingTopic> <str:ASPNETSessionId>string</str:ASPNETSessionId> <str:topicId>string</str:topicId> </str:OpenExistingTopic> </soapenv:Body> </soapenv:Envelope>
Возвращаемый параметр
| Параметр | Описание |
|---|---|
OpenExistingTopicResult | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OpenExistingTopicResponse xmlns="http://streamline/"> <OpenExistingTopicResult>string</OpenExistingTopicResult> </OpenExistingTopicResponse> </s:Body> </s:Envelope>