-
Notifications
You must be signed in to change notification settings - Fork 31
Retrieving surveyed locales
Jonas Enlund edited this page Aug 22, 2014
·
1 revision
Endpoint | Description |
---|---|
/surveyed_locales?surveyGroupId=<id> |
Retrieves a list of surveyed locales |
A surveyed locale contains the following data:
Field | Description | Type |
---|---|---|
surveyed_locales.id |
||
surveyed_locales.displayName |
||
surveyed_locales.identifier |
String | |
surveyed_locales.surveyInstances |
List of Integers | |
surveyed_locales.lastUpdateDateTime |
Unix Timestamp | |
surveyed_locales.lat |
||
surveyed_locales.lon |
||
surveyed_locales.surveyGroupId |
Integer | |
surveyed_locales.keyId |
The id of this surveyed locale | 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