Tags.ByForum.get

Description

Returns the tags related to the forum. Requires OAuth authentification.

Method

GET

Endpoint

http://api.cixonline.com/v1.0/cix.svc/tags/{forum}/byforum(.xml/.json)

Parameters

Required Name Type Description
required forum string The name of the forum to return tags for.

Example Request

Example Return XML

<TagSet xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> 
  <Count>20</Count> 
  <Start>2</Start> 
  <Tags> 
    <Tag> 
      <Count>2</Count> 
      <Name>Meetup</Name> 
      <TagID>93</TagID> 
    </Tag> 
    <Tag> 
      <Count>2</Count> 
      <Name>Flickr</Name> 
      <TagID>7</TagID> 
    </Tag> 
  </Tags> 
</TagSet>

Example Return JSON

{
  "Count":20,
  "Start":2,
  "Tags":[
    {"Count":2,"Name":"Meetup","TagID":93},
    {"Count":2,"Name":"Flickr","TagID":7}
  ]
}

Error Codes

Code Description
400 Bad request. Check input parameters.
401 Authentication failed. Missing required parameter : {parameter name}.
401 Signature expired. Either the timestamp or the nonce have expired or are invalid.
 
cix.api/tags.byforum.get.txt · Last modified: 2008/10/21 11:20 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