All Collections
Developers
REST API
API update for Survey Design 3.0
API update for Survey Design 3.0
Siiri Permanto avatar
Written by Siiri Permanto
Updated over a week ago

Here are the technical steps you need to take to update your API to support the new Survey Design 3.0!

New properties are added to Response Chains for extending the functionality of our survey. Please make sure of your code to be able to handle new fields;

  1. “isClosed”: boolean field. This field marks responses that are completed the timing for allowed response window and locked down. A response can not be updated by the respondent when it’s locked down.

  2. “surveyVersion”: number field. This field is to separate the version of the survey that respondents received. Possible values: 2 or 3 (3 is the new survey version)

Both of the fields are optional and exclusive to the responses collected with the new survey. Response Model is completely the same for the survey version 2 responses as of now and both of the fields will only be appended to Response Model of the new survey responses.

Please check our up-to-date documentation for more information and references.

Did this answer your question?