Uri
/services/maps/
Method
centre.subscription.taskbank
Summary
List tasks available for selected awarding body
Arguments
| Parameter | Data Type | Notes |
| ab_id | numeric | required |
| centre_id | numeric | required |
| key | alphanumeric | required |
| session | alphanumeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
<awarding_body id="1" title="AQA">
<tasks page_number="1" prev_page="" next_page="" total_pages="1" >
<task id="460" title="GCE ICT Unit 3" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2232" type="static" url="http://dev01.maps-ict.com/d/maps3/497109868/" name="timage" extension="gif" />
</resources>
<mark_schema id="551" name="GCE ICT Unit 3" ctype="3" pupil_tagging="" status="300" />
</task>
<task id="461" title="GCE ICT Unit 6" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2233" type="static" url="http://dev01.maps-ict.com/d/maps3/617757073/" name="timage" extension="gif" />
</resources>
<mark_schema id="552" name="GCE ICT Unit 6" ctype="4" pupil_tagging="0" status="100" />
</task>
<task id="462" title="GCE Electronics Unit 3" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2234" type="static" url="http://dev01.maps-ict.com/d/maps3/838058285/" name="timage" extension="gif" />
</resources>
<mark_schema id="553" name="GCE Electronics Unit 3" ctype="10" pupil_tagging="" status="300" />
</task>
<task id="463" title="GCE Science for Public Understanding Unit 3" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2235" type="static" url="http://dev01.maps-ict.com/d/maps3/587021298/" name="timage" extension="gif" />
</resources>
<mark_schema id="554" name="GCE Science for Public Understanding Unit 3" ctype="3" pupil_tagging="" status="300" />
</task>
<task id="464" title="GCE D&T Product Design Unit 5" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2236" type="static" url="http://dev01.maps-ict.com/d/maps3/796792034/" name="timage" extension="gif" />
</resources>
<mark_schema id="555" name="GCE D&T Product Design Unit 5" ctype="3" pupil_tagging="0" status="300" />
</task>
<task id="465" title="GCE D&T Product Design Unit 2" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2237" type="static" url="http://dev01.maps-ict.com/d/maps3/015554137/" name="timage" extension="gif" />
</resources>
<mark_schema id="556" name="GCE D&T Product Design Unit 2" ctype="3" pupil_tagging="0" status="100" />
</task>
<task id="466" title="Level 1 Project" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2238" type="static" url="http://dev01.maps-ict.com/d/maps3/219649070/" name="timage" extension="gif" />
</resources>
<mark_schema id="557" name="Level 1 Project" ctype="3" pupil_tagging="0" status="100" />
</task>
<task id="717" title="Level 3 Extended Project" cws="on" escape="off" assigned="off">
<owner id="255" username="editor"/>
<subjects>
<subject title="ICT" rev_code="IT01" />
</subjects>
<resources>
<resource id="2239" type="static" url="http://dev01.maps-ict.com/d/maps3/447860767/" name="timage" extension="gif" />
</resources>
<mark_schema id="731" name="Level 3 Extended Project" ctype="3" pupil_tagging="0" status="100" />
</task>
</tasks>
</awarding_body>
</response>
|