Uri

/services/maps/

Method

messages.list

Summary

Delete a recieved message

Arguments

Parameter Data Type Notes
key alphanumeric required
session alphanumeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<messages page_number="1" prev_page="" next_page="" >
		<message id="17" title="mesg title" sent_date="2009-03-02 12:13:47" task_id="508" task_title="" ms_id="402"  scode="200" status="read"  sender="andrew_campbell_2" recipient="andrew_campbell" />	
	<message id="3" title="mesg title" sent_date="2009-02-24 15:12:46" task_id="440" task_title="" ms_id="283"  scode="200" status="read"  sender="andrew_campbell_2" recipient="andrew_campbell" />	
	<message id="2" title="mesg title" sent_date="2009-02-24 15:11:10" task_id="439" task_title="" ms_id="281"  scode="200" status="read"  sender="andrew_campbell_2" recipient="andrew_campbell" />	
	</messages>
</response>