Uri

/services/maps/

Method

ms.messages

Summary

List messages attached to a mark sheet

Arguments

Parameter Data Type Notes
key alphanumeric required
ms_id numeric 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="128" title="mesg title" sent_date="2009-08-14 11:20:22" task_id="1499" task_title="revised title" ms_id="4952"  scode="100" status="unread"  sender="andrew_campbell_2" recipient="andrew_campbell" />	
	</messages>
</response>