Skip to content

Retrieving survey groups

Jonas Enlund edited this page Aug 22, 2014 · 5 revisions
Endpoint Description
/survey_groups Retrieves a list of all survey groups
/survey_groups/<survey-group-id> Retrieve survey group by id

A survey group contains the following data:

Field Description Type
survey_groups.name The name of the survey String
survey_groups.displayName The name of the survey as shown on screen String
survey_groups.description Survey description String
survey_groups.code ? String
survey_groups.monitoringGroup true if this is a monitoring group Boolean
survey_groups.surveyList ? ?
survey_groups.createdDateTime Date survey was created Unix timestamp
survey_groups.lastUpdateDateTime Date survey group was last updated Unix timestamp
survey_groups.newLocaleSurveyId ? ?
survey_groups.keyId Survey id Integer
Clone this wiki locally