-
Notifications
You must be signed in to change notification settings - Fork 31
Retrieving devices
Jonas Enlund edited this page Aug 22, 2014
·
2 revisions
Endpoint | Description |
---|---|
/devices |
Retrieves a list of all devices |
/devices/<id> |
Retrieves device by id |
A device contains the following data:
Field | Description | Type |
---|---|---|
devices.deviceGroupName |
String | |
devices.phoneNumber |
The phone number of this device | String |
devices.deviceIdentifier |
String | |
devices.lastPositionDate |
Unix Timestamp | |
devices.deviceGroup |
||
devices.lastKnownLat |
Number | |
devices.lastKnownLon |
Number | |
devices.lastKnownAccuracy |
Integer | |
devices.esn |
||
devices.gallatinSoftwareManifest |
String | |
devices.keyId |
The id of this device | Integer |
About Akvo Flow
Akvo Flow API
Developer Guides
- Deployments
- Development tools
- Android emulator setup
- Creating New Dashboard Instances
- Disabling Dashboard Instances
- Adding Translations to Dashboards
- Setup your development environment with IntelliJ IDEA
- Setup your development environment on Windows OS
Technical Specification
Regression Tests