Querying an Issue

Use this query to get details on a single issue. There may be more information in this query than the issue listing query.

General
URL Format http://[locale].seeclickfix.com/[devapi|api]/issues/[issue_id].[for...
Example http://seeclickfix.com/api/issues/1050.xml
HTTP Method GET
Valid Data Formats xml, json, kml
Permissions read only. API key not required.

Required Parameters

None.

Optional Parameters

None.

Example:

http://seeclickfix.com/api/issues/1050.xml

This query returns:

 <issue>
     <address> E 138th St,New York,NY 00</address>
     <created-at type="timestamp">Fri Aug 29 02:05:18 UTC 2008</created-at>
     <description>
     Close to the 138th St./Grand Concourse Station, there is an extremely damaged area of sidewalk on the north side of the street that nearly prevents one from even walking over it.  
     </description>
     <id type="integer">1050</id>
     <lat type="float">40.8128023446676</lat>
     <lng type="float">-73.9293622970581</lng>
     <rating type="integer">1</rating>
     <reporter-display>Marty Rod</reporter-display>
     <status>Archived</status>
     <summary>damaged sidewalk</summary>
     <updated-at type="timestamp">Sat Sep 27 16:07:07 UTC 2008</updated-at>
     <minutes-since-created type="integer">825194</minutes-since-created>
 </issue>