I’m new to the Qualtrics API, and I’ve noticed that when I send a GET request to
/API/v3/survey-definitions/{surveyId}/options
The JSON I get in return includes many entries that are not included in the documentation. These are also not included in the documentation for the PUT request which update these settings. I can, however, update these settings in my survey using the API, but I have no idea what they do.
Examples include settings like AutoConfirmStart, ConfirmStart, RelevantID, etc…
Where can I find what these items mean?
Separately, there are some items that are in the documentation but that don’t get returned by my GET API call. For example, Autofocus. This item doesn’t have a default value specified in the docs - so what value does it have if it doesn’t get returned?
Thanks!