Survey

Representation of a survey

Id

Id of a survey.


Type integer
Title

Title of a survey.


Type string
SurveyStatusId

The survey status id.


Type integer
Additional info
CreateDate

Date the survey has been created.


Type date
Additional info
LastModifyDate

Most recent date the survey has been modified.


Type date
Additional info
StartDate

Date the survey will start/has started.


Type date
Additional info
EndDate

Date the survey will end/has ended.


Type date
Additional info
IsTrial

Indicate if this survey is a trial survey.


Type boolean
Additional info

Trials surveys are limited to 25 respondents.

PanelistCount

Amount of panelist who are linked to the survey.


Type integer
RespondentCount

Amount of respondents for the survey.


Type integer
CreatedBy

Name of the user who created the survey.


Type string
QuestionCount

Amount of questions in this survey.


Type integer
Langs

List of the available languages. Each language will be represented with its 2-letter ISo 639-1 language code.


Type Collection of Object
Channels

Show which channels are available in use for the survey.


Options

Extended settings for a survey


Additional info

Only available when retrieving a survey by id

Questions

More details for the questions of the survey. Only available when retrieving a single Survey except when list in the expand parameter.


Type Collection of SurveyQuestion
Additional info
RespondentVisibility

Visibility settings for panelists of the survey. Only available when retrieving a single Survey except when list in the expand parameter.


Additional info
DefaultLang

Default 2-letter ISO 639-1 language code. The default language for the survey will be used when retrieving questions without passing the lang parameter.


Type string
Additional info
Required, Max length: 2
ClientRef

Your internal reference. The reference will also appear on the invoice next to the project name of your survey.


Type string
Additional info
Max length: 80
SurveyFolderId

The id of the survey folder in which the survey is located.


Type integer
Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.


Type Hateoas

Related Methods

Occurs when a new survey is created.