What are the expected values for the various “ENUM” types returned by the SurveyMonkey API?
问题 There are multiple endpoints which return "ENUM" types, such as: the ENUM-integer language_id field from the get_survey_list and the get_survey_details endpoints the String-ENUM type field from the get_collector_list endpoint the String-ENUM collection_mode and status fields from the get_respondent_list endpoint I understand what this means but I don't see the possible values documented anywhere. So, to repeat the title: what are the possible values for each of these enums? 回答1: The language