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:
    {
    "status": "A String",
    "surveyUrlId": "A String",
  }
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.