Uri

/services/maps/

Method

user.assignations

Summary

Method to list the assignments this user has set.

Arguments

Parameter Data Type Notes
key alphanumeric required
session alphanumeric required
task_id numeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
    	<assignations page_number="1" prev_page="" next_page="" total_pages="1" >
		<user username="andrew_campbell_1" firstname="andrew" secondname="campbell 1"  >
		<mark_sheet id="4951" status="100" total="A" start_date="2008-12-30T12:00:00" end_date="2020-12-01T12:00:00">
		<task id="1499" title="revised title"  escape="off" assigned="on">
		<owner id="189" username="andrew_campbell"/> 
		<mark_schema id="735" name="My marksheet" ctype="70" pupil_tagging="0" status="300" />
		</task>

		<file count="0"/>
		</mark_sheet> 
		</user>
		<user username="andrew_campbell_2" firstname="andrew" secondname="campbell"  >
		<mark_sheet id="4952" status="100" total="A" start_date="2008-12-30T12:00:00" end_date="2020-12-01T12:00:00">
				<task id="1499" title="revised title"  escape="off" assigned="on">
		<owner id="189" username="andrew_campbell"/> 
		<mark_schema id="735" name="My marksheet" ctype="70" pupil_tagging="0" status="300" />
		</task>

		<file count="0"/>
		</mark_sheet> 
		</user>	
	</assignations>
</response>