You will need to a token id and survey id. This page on Qualtrics website provides information on how to find the ids: https://api.qualtrics.com/docs/parameters#finding-qualtrics-ids
| 1 2 3 | getSurveyResults(qualtrics.token, surveyid,
  qualtrics.baseurl = "https://qualtrics.com", truncNames = 20,
  startDate = NULL, endDate = NULL, timeout = 300, ...)
 | 
| qualtrics.token | authentication token. | 
| surveyid | the Qualtrics survey id. | 
| qualtrics.baseurl | The base URL for the Qualtrics API. See https://api.qualtrics.com/docs/root-url for more information about how to determine your base URL. | 
| truncNames | the maximum length of column names returned from qualtrics. | 
| startDate | beginning date range for results returned. | 
| endDate | ending date range for results returned. | 
| timeout | maximum number of seconds to wait for the survey results. | 
| ... | for backwards compatibility. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.