Skip to content

Retrieving survey groups

jonase edited this page Nov 13, 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 Integer
survey_groups.keyId Survey group id Integer
Clone this wiki locally