-
Notifications
You must be signed in to change notification settings - Fork 31
Retrieving survey assignments
Jonas Enlund edited this page Aug 22, 2014
·
2 revisions
Endpoint | Description |
---|---|
/survey_assignments |
Retrieves a list of all survey assignments |
A survey assignment contains the following data:
Field | Description | Type |
---|---|---|
survey_assignments.name |
The name of the survey assignment | String |
survey_assignments.language |
||
survey_assignments.devices |
List of device ids | List of Integers |
survey_assignments.surveys |
List of survey ids | List of integers |
survey_assignments.startDate |
Unix timestamp | |
survey_assignments.endDate |
Unix timestamp | |
survey_assignments.keyId |
The id of this survey assignment | 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