Uri

/services/maps/

Method

task.assignment.dates

Summary

Returns the start and hand in date for task assignments

Arguments

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

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<date start="2008-12-30T12:00:00" end="2020-12-01T12:00:00" />
</response>