Device API

From BlackberryTracker

Jump to: navigation, search

The Device API has 1 method.

[edit] get_devices

This method retrieves a list of all the devices associated with your developer account. For each device you get the device name and the device id. The id is used to refer to this device throughout the API.

You must supply the api_key to this method.

Here is an example of what is returned when calling get_devices.

<get_devices_response>
<devices list="true">
<device>
<name>BB8800</name>
<id>1</id>
</device>
<device>
<name>test</name>
<id>2</id>
</device>
</devices>
</get_devices_response>
Personal tools