Retrieves any survey results that have been produced so far. Results are formatted as an Excel file. You must add "?alt=media" to the URL as an argument to get results.
Retrieves any survey results that have been produced so far. Results are formatted as an Excel file. You must add "?alt=media" to the URL as an argument to get results.
get(surveyUrlId)
Retrieves any survey results that have been produced so far. Results are formatted as an Excel file. You must add "?alt=media" to the URL as an argument to get results. Args: surveyUrlId: string, External URL ID for the survey. (required) Returns: An object of the form: { # Reference to the current results for a given survey. "status": "A String", # Human readable string describing the status of the request. "surveyUrlId": "A String", # External survey ID as viewable by survey owners in the editor view. }
get_media(surveyUrlId)
Retrieves any survey results that have been produced so far. Results are formatted as an Excel file. You must add "?alt=media" to the URL as an argument to get results. Args: surveyUrlId: string, External URL ID for the survey. (required) Returns: The media object as a string.