Uri
/services/maps/
Method
file.comments.view
Summary
List comments for uploaded evidence
Arguments
| Parameter | Data Type | Notes |
| file_id | numeric | required |
| key | alphanumeric | required |
| session | alphanumeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <file id="10856"> <comment id="40" created_date="2009-08-14T13:27:09"> <user> <firstname>andrew</firstname> <secondname>campbell</secondname> </user> <description>Here are my comments</description> </comment> <comment id="41" created_date="2009-08-14T13:27:09"> <user> <firstname>andrew</firstname> <secondname>campbell</secondname> </user> <description>New comment</description> </comment> </file> </response> |