Uri

/services/maps/

Method

centre.awardingbody.list

Summary

Method lists subscription tasks banks for centre

Arguments

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

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<centre id="1" title="Test Centre">
		<taskbank id="1" title="AQA" />
		<taskbank id="13" title="Cambridge Assessment" />
		<taskbank id="12" title="Edexcel" />
		<taskbank id="11" title="Getting IT right" />
		<taskbank id="10" title="Key Stage 3 Strategy" />
		<taskbank id="2" title="OCR" />
		<taskbank id="9" title="QCA Scheme of work" />
		<taskbank id="4" title="TPP" />
	</centre>
</response>