Listing Comments and Issue History

Use this query the comments and history of a single issue.

General
URL Format http://[locale].seeclickfix.com/[devapi|api]/issues/[issue_id]/comm...
Example http://www.seeclickfix.com/api/issues/14074/comments.xml
HTTP Method GET
Valid Data Formats xml, json, rss (geoRSS)
Permissions read only

Required Parameters

None.

Optional Parameters

None.

Example:

http://www.seeclickfix.com/api/issues/14074/comments.xml

This query returns:

<comments type="array">
   <comment>
      <comment>This issue was opened</comment>
      <created-at type="timestamp">Tue Jan 26 00:51:23 UTC 2010</created-at>
      <id type="integer">38313</id>
      <issue-id type="integer">14074</issue-id>
      <name/>
      <updated-at type="timestamp">Tue Jan 26 00:51:23 UTC 2010</updated-at>
      <youtube-url nil="true"/>
      <minutes-since-created type="integer">83678</minutes-since-created>
 </comment>
 <comment>
       <comment>Another person wants this fixed!</comment>
       <created-at type="timestamp">Tue Jan 26 02:19:54 UTC 2010</created-at>
       <id type="integer">38331</id>
       <issue-id type="integer">14074</issue-id>
       <name nil="true"/>
       <updated-at type="timestamp">Tue Jan 26 02:19:54 UTC 2010</updated-at>
       <youtube-url nil="true"/>
      <minutes-since-created type="integer">83589</minutes-since-created>
  </comment>