Download Service

This service allows the calling application to retrieve a full list of phone models that support the ShotCode Reader software. The phone models are divided into brands.
This is a unsigned service.


Service Endpoint

http://www.shotcode.com/services/v1/download


Expected Parameters

This service expects no parameters.


Response Format

<download>
 <brand name="[phone brand]" image="[brand logo url]">
  <model name="[phone model]" details="[phone details]" image="[model picture url]" url="[download url]" />
 </brand>
</download>

Please note that the result will contain several <brand> entries, each one with zero or more <model> entries.

Example response:
<download>
 <brand name="Nokia" image="http://www.shotcode.com/images/nokia.gif">
  <model name="7650" details="http://www.nokia.com/7650" image="http://www.shotcode.com/images/7650.jpg" url="http://www.shotcode.com/download/7650.jar" />
  <model name="3650" details="http://www.nokia.com/3650" image="http://www.shotcode.com/images/3650.jpg" url="http://www.shotcode.com/download/3650.jar" />
 </brand>
 <brand name="Siemens" image="http://www.shotcode.com/images/siemens.gif">
  <model name="S65" details="http://www.siemens.com/s65" image="http://www.shotcode.com/images/s65.jpg" url="http://www.shotcode.com/download/s65.jar" />
 </brand>
</download>