Uri

/services/maps/

Method

file.comment.view

Summary

This method displays the attached comments for a specified file.

Arguments

Parameter Data Type Notes
comment_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="41"  description="New comment" created_date="2009-08-14T13:27:09">
		<user>
			<firstname>andrew</firstname>
			<secondname>campbell</secondname> 
		</user>
		<description>New comment</description>
	</comment>
	</file>
</response>