Sections

» Introduction
» Public
» Hosts
» Students
» Placements
» Agents
» Admin

Developers

» Apply

Admin

Authentication required

Successful authentication provides the developer with access to particular administrative data for their organisation on the AHN. All requests must provide the token parameter.

List Products

Returns the id, title, institution and description for all Products offered by the organisation.

GET: http://api.homestaynetwork.org/products/?token=xxxxx

Response

<products>
	<product>
		<description>Lorem ipsum dollar sit amet...</description>
		<id>1</id>
		<institution-id>16</institution-id>
		<title>Study Tour Product (Over 18)</title>
	</product>
	...
</products>