Portfolios
Survey Download
Download the survey as a file as it is built by the Portfolio settings
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
txt
- txtdocx
- docx
Available options:
txt
, docx
Response
200 - application/json
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