Survey
Download or update the survey as JSON as it is built by the Portfolio settings
The PATCH method will allow a developer to tweak some of the settings that build the structure of the survey and immediately get back the new survey structure
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
This serializer is mostly built within the Survey.to_serializer() method because it is NOT a model serializer and its properties are set menually by that controlling object.
The serializer allows READ on many properties including the JSON representation of the survey. It also allows WRITE on some of the portfolio properties that influence the survey structure.
If you make changes to the fields here, you should also look at the Survey.get_serializer_data() method to see if you need to update that as well