User.Forums.get

Description

Returns a list of forums the logged on user is joined to.

Endpoint

Parameters

Required Name Type Description

Example Request

Example Return XML

<ForumResultSet xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> 
  <Count>82</Count> 
  <Forums> 
    <ForumRow> 
      <Flags /> 
      <Name>alt.energy</Name> 
      <Priority>None</Priority> 
      <Unread>38</Unread> 
    </ForumRow> 
    <ForumRow> 
      <Flags /> 
      <Name>astronomy</Name> 
      <Priority>None</Priority> 
      <Unread>42</Unread> 
    </ForumRow> 
  </Forums> 
  <Start>0</Start> 
</ForumResultSet>

Example Return JSON

{
  "Count":82,
  "Forums":[
    {"Flags":"","Name":"alt.energy","Priority":2,"Unread":38},
    {"Flags":"","Name":"astronomy","Priority":2,"Unread":42}
  ],
  "Start":0
}

Error Codes

Code Description
401 Authentication failed. Missing required parameter : {parameter name}.
401 Signature expired. Either the timestamp or the nonce have expired or are invalid.
 
cix.api/user.forums.get.txt · Last modified: 2008/10/16 15:32 by charlie
 
Except where otherwise noted, content on this wiki is licensed under the following license:Public Domain
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki