-
Notifications
You must be signed in to change notification settings - Fork 31
Data Model
Dan Lebrero edited this page Jan 20, 2020
·
2 revisions
- Key key
- Date createdDateTime
- Date lastUpdateDateTime
- Long lastUpdateUserId
- Long createUserId
- String name = null
- String code = null
- String description = null
- String code = null
- String name = null
- String desc = null
- Status status = null
- Double version = null
- String path = null
- Long surveyGroupId
- String pointType
- String defaultLanguageCode
- Boolean requireApproval = false
- String name = null
- String desc = null
- String code = null
- String path = null
- Long surveyId
- Integer order
- Type type = null
- String tip = null
- String text = null
- Boolean dependentFlag = null
- Boolean allowMultipleFlag = null
- Boolean allowOtherFlag = null
- Boolean Collapseable = false
- Boolean immutable = false
- Long dependentQuestionId
- String dependentQuestionAnswer
- Long questionGroupId
- Long surveyId
- Integer order = null
- Boolean mandatoryFlag = null
- String path = null
- String referenceId
- Boolean allowDecimal
- Boolean allowSign
- Double minVal
- Double maxVal
- Boolean isName
- String code = null
- String text
- Long questionId
- Integer order
- String resourceUrl = null
- Type type = null
- String text = null
- Long QuestionId
- DeviceType deviceType
- String phoneNumber
- String esn
- String EMEI -- currently does not exist yet
- String deviceIdentifier
- Date inServiceDate
- Date ourServiceDate
- Date lastUpdate
- String osVersion
- String gallatinSoftwareManifest
- Double lastKnowLat
- Double lastKnowLon
- Double lastKnownAccuracy
- Date lastLocationBeaconTime
- String deviceGroup
- String deviceGroupId -- currently does not exist yet
- String name = null
- String code = null
- String description = null
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