<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Qualtrics API | Qualtrics Community | Page 1</title>
        <link>https://www.qualtrics.com/community/</link>
        <pubDate>Sat, 07 Sep 2019 20:38:12 +0000</pubDate>
        <language>en</language>
            <description>Qualtrics API | Qualtrics Community | Page 1</description>
    <atom:link href="https://www.qualtrics.com/community/categories/qualtrics-api-developer-corner/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>How Could I update numbers of table cells automatically? Thank you.</title>
        <link>https://www.qualtrics.com/community/discussion/5946/how-could-i-update-numbers-of-table-cells-automatically-thank-you</link>
        <pubDate>Thu, 05 Sep 2019 09:56:38 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Qinwei</dc:creator>
        <guid isPermaLink="false">5946@/community/discussions</guid>
        <description><![CDATA[<p>Dear All,</p>

<p>I am working on a Qualtrics project to study how participants use cost information to improve pricing decisions. I want to display the following table:</p>

<p><img src="https://us.v-cdn.net/6030293/uploads/editor/49/62stnupzih87.png" alt="" title="" /></p>

<p>When participants update the price for division A and B, the numbers of each cell in this table are updated automatically. It is really appreciated if anybody could share ideas how I can make it in Qualtrics. Thank you very much.</p>

<p>Best,<br />
Qinwei</p>
]]>
        </description>
    </item>
    <item>
        <title>How to toggle off ExportQuestionIDs in new API for getResponseData.</title>
        <link>https://www.qualtrics.com/community/discussion/5919/how-to-toggle-off-exportquestionids-in-new-api-for-getresponsedata</link>
        <pubDate>Tue, 03 Sep 2019 20:58:42 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Julia</dc:creator>
        <guid isPermaLink="false">5919@/community/discussions</guid>
        <description><![CDATA[<p>I don't wish to reference the questions by internal question ids from my returned json.<br />
Is there any way of returning the questions by their label/export tag like you can in the getLegacyResponseData of v2.5?<br />
Therefore is there no way of setting path params in v3?</p>
]]>
        </description>
    </item>
    <item>
        <title>Data Punching in Hidden Variable (Multi response) using &quot;setChoiceValue&quot; function</title>
        <link>https://www.qualtrics.com/community/discussion/5657/data-punching-in-hidden-variable-multi-response-using-setchoicevalue-function</link>
        <pubDate>Wed, 21 Aug 2019 07:56:58 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>sPrabhat</dc:creator>
        <guid isPermaLink="false">5657@/community/discussions</guid>
        <description><![CDATA[<p>Q1- I am new to this tool. i am trying to set the data on the dummy variable. I've used carry forward functionality. So the total no of categories displayed should be set in hidden variable. We've used the below code for the same. But the problem is when we test it using back and forwarding the survey it does not work for few cases. We are not sure why this is happening. Please suggest.</p>

<p>code is below -</p>

<pre><code>    if (this.getChoiceDisplayed("x1"))  { this.setChoiceValue("x1",true)  ;}
    if (this.getChoiceDisplayed("x2"))  { this.setChoiceValue("x2",true)  ;}
    if (this.getChoiceDisplayed("x3"))  { this.setChoiceValue("x3",true)  ;}
</code></pre>

<p>Q2- Also, is there any way to show the question in read Only mode, so that we can show our hidden question in the survey for testing purpose?</p>
]]>
        </description>
    </item>
    <item>
        <title>Getting a list of surveys</title>
        <link>https://www.qualtrics.com/community/discussion/5892/getting-a-list-of-surveys</link>
        <pubDate>Mon, 02 Sep 2019 15:05:42 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>TimLove</dc:creator>
        <guid isPermaLink="false">5892@/community/discussions</guid>
        <description><![CDATA[<p>There are some surveys that are listed when I log into the web site but don't appear in the list I get when using <br />
curl -H  'X-API-TOKEN: ...' '.../API/v3/surveys'</p>

<p>or when I use a python script containing<br />
    url = base_url + '/API/v3/surveys/'<br />
    header = {'X-API-TOKEN': secret_token}<br />
    # (1) generating the request object<br />
    req = urllib.request.Request(url,None,header)<br />
    # (2) Make request<br />
    response = urllib.request.urlopen(req)<br />
    data = json.load(response)<br />
I can't see what's special about the non-appearing surveys. Any ideas?</p>
]]>
        </description>
    </item>
    <item>
        <title>“The URL is incorrect. Please double check the URL and try again.”</title>
        <link>https://www.qualtrics.com/community/discussion/5767/the-url-is-incorrect-please-double-check-the-url-and-try-again</link>
        <pubDate>Tue, 27 Aug 2019 15:51:04 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>jtavenner</dc:creator>
        <guid isPermaLink="false">5767@/community/discussions</guid>
        <description><![CDATA[<p>When clicking the hyperlink for the survey, the page displays “The URL is incorrect. Please double check the URL and try again.”  This happens when we <a rel="nofollow" href="https://api.qualtrics.com/reference#transaction-batch-distribution-create">create a transaction batch survey distribution</a> through the API.  If the emails are sent via a manual distribution from the Qualtrics web site the survey hyperlinks work.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is it possible to copy an invite message through the API?</title>
        <link>https://www.qualtrics.com/community/discussion/5783/is-it-possible-to-copy-an-invite-message-through-the-api</link>
        <pubDate>Tue, 27 Aug 2019 17:04:36 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>epeterson</dc:creator>
        <guid isPermaLink="false">5783@/community/discussions</guid>
        <description><![CDATA[<p>We want to make it really difficult to accidentally overwrite our master survey invite template. To do this, we'd like to create a new invite message for every new survey – that way if you accidentally change that invite, it won't affect invites for other surveys.</p>

<p>Is there a way to do this through the API? I'm looking for something like <a rel="nofollow" href="https://api.qualtrics.com/reference#create-library-message" title="this">this</a>, but I want to be able to pass in an existing messageID and have it create a copy.</p>

<p>As a fallback, we could use <code>Get Library Message</code> and then pass the message from that to <code>Create Library Message</code>. However, this particular message is very HTML-heavy, and I'm having a hard time getting the syntax right for my <code>Create Library Message</code> call.</p>
]]>
        </description>
    </item>
    <item>
        <title>Qualtrics API returns inconsistent 500 errors</title>
        <link>https://www.qualtrics.com/community/discussion/5716/qualtrics-api-returns-inconsistent-500-errors</link>
        <pubDate>Fri, 23 Aug 2019 14:36:50 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>sravee</dc:creator>
        <guid isPermaLink="false">5716@/community/discussions</guid>
        <description><![CDATA[<p>Hi All,</p>

<p>While running calls to update contacts in mailing list and creating survey response exports I'm getting 500 -Internal Server Error but this is inconsistent. The code itself is fine due to the inconsistent nature I believe that the problem is on the Qualtrics api side. I also have function that sends the call again on 500 errors, but sometimes the next attempt will work while other times I will get a repeated 500 error.</p>

<p>The exact error code is: "RTC'b'_1"</p>

<p>Any help regarding this issue will be appreciated.</p>

<p>Thanks,</p>
]]>
        </description>
    </item>
    <item>
        <title>What is data size limit for each push request  in REST API ?</title>
        <link>https://www.qualtrics.com/community/discussion/5658/what-is-data-size-limit-for-each-push-request-in-rest-api</link>
        <pubDate>Wed, 21 Aug 2019 08:01:04 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Radhakrishna</dc:creator>
        <guid isPermaLink="false">5658@/community/discussions</guid>
        <description><![CDATA[<p>What is data size limit for each push request  in REST API</p>
]]>
        </description>
    </item>
    <item>
        <title>How do i get details on who received the survey?</title>
        <link>https://www.qualtrics.com/community/discussion/5655/how-do-i-get-details-on-who-received-the-survey</link>
        <pubDate>Tue, 20 Aug 2019 19:42:07 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>krishiyer</dc:creator>
        <guid isPermaLink="false">5655@/community/discussions</guid>
        <description><![CDATA[<p>I am trying to query the survey using API and get all details from the survey. How can i get the details on who received the survey? does it always have to be derived from the Survey Response? If there is integration with Salesforce how do i get the mapping to salesforce columns.<br />
eg. Account , contact etc.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to provide a random coupon code at the end of a survey</title>
        <link>https://www.qualtrics.com/community/discussion/5591/how-to-provide-a-random-coupon-code-at-the-end-of-a-survey</link>
        <pubDate>Mon, 12 Aug 2019 22:02:38 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Researchador</dc:creator>
        <guid isPermaLink="false">5591@/community/discussions</guid>
        <description><![CDATA[<p>When an owner buys a product and opts in to communication, we send them an email via CRM asking them to take a survey.<br />
I cannot pass through the email from CRM, and I don't want to ask the respondent again for their email address.<br />
I want to add an incentive via a coupon code for another product.<br />
I have to pre-generate the list of coupon codes.<br />
I have 50K codes, and I want to select one to pipe in on the end page after a survey is completed.  Then I want to never use that coupon again.<br />
What is the best way to do this?</p>
]]>
        </description>
    </item>
    <item>
        <title>Connect to Matillion</title>
        <link>https://www.qualtrics.com/community/discussion/5623/connect-to-matillion</link>
        <pubDate>Thu, 15 Aug 2019 16:31:12 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Kolene</dc:creator>
        <guid isPermaLink="false">5623@/community/discussions</guid>
        <description><![CDATA[<p>Matillion is an ETL tool.  It connects through an API call.  I am working to develop this.  If anyone has advice / experience I'd love to get some input.</p>
]]>
        </description>
    </item>
    <item>
        <title>Using SoapUI to develop API calls</title>
        <link>https://www.qualtrics.com/community/discussion/5620/using-soapui-to-develop-api-calls</link>
        <pubDate>Thu, 15 Aug 2019 15:28:37 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Kolene</dc:creator>
        <guid isPermaLink="false">5620@/community/discussions</guid>
        <description><![CDATA[<p>I can get the deprecated form to run, but using SoapUI to develop the curl form has been a challenge.</p>
]]>
        </description>
    </item>
    <item>
        <title>Has anyone tried to connect Qualtrics API with Microsoft Access?</title>
        <link>https://www.qualtrics.com/community/discussion/5604/has-anyone-tried-to-connect-qualtrics-api-with-microsoft-access</link>
        <pubDate>Wed, 14 Aug 2019 16:04:06 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>Selayoa</dc:creator>
        <guid isPermaLink="false">5604@/community/discussions</guid>
        <description><![CDATA[<p>Has anyone tried to connect Qualtrics API with Microsoft Access?</p>
]]>
        </description>
    </item>
    <item>
        <title>How can we generate a personal link for an individual contact within a mailbox?</title>
        <link>https://www.qualtrics.com/community/discussion/5594/how-can-we-generate-a-personal-link-for-an-individual-contact-within-a-mailbox</link>
        <pubDate>Tue, 13 Aug 2019 13:39:55 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>ExeCTU</dc:creator>
        <guid isPermaLink="false">5594@/community/discussions</guid>
        <description><![CDATA[<p>Hi<br />
We are using Qualtrics to present a questionnaire to participants in a mental health study that we are running.<br />
Our survey participants arrive first at our website where they are screened. For those who are eligible, we then:<br />
i) make a call to the Qualtrics API (API/v3/mailinglists//contacts) to create a contact in the study mailing list<br />
ii) make another call to the Qualtrics API to create a distribution list (API/v3/distributions) which returns the distribution id<br />
ii) use the distribution id to get the survey link (API/v3/distributions//links?surveyId=).<br />
The issue we have is that each time we create a distribution list a link is generated for _**all **_the contacts in the mailing list. Using the Qualtrics user interface it is possible to create a distribution list for a particular survey participant, but this does not seem to be an option via the API.<br />
The only workaround I can see is that we create a separate mailing list for each participant.<br />
I am sure that this challenge must have been faced before.<br />
I would value any help the community can offer to resolve this ?</p>
]]>
        </description>
    </item>
    <item>
        <title>How to get list of contact with last response date within a certain range through API?</title>
        <link>https://www.qualtrics.com/community/discussion/5417/how-to-get-list-of-contact-with-last-response-date-within-a-certain-range-through-api</link>
        <pubDate>Tue, 23 Jul 2019 09:59:41 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>BinhPM</dc:creator>
        <guid isPermaLink="false">5417@/community/discussions</guid>
        <description><![CDATA[<p>Hi everyone,</p>

<p>Our customer share with us one of their mailing list.<br />
We need to get the list of contacts which have new response everyday. <br />
If we use Qualtrics Directory site, go to the list and use advanced filter, we can select Statistics -&gt; Last response -&gt; Choose time to filter.<br />
But for API, i could not find any thing resemble that.<br />
The most is "Search Contacts" API but this one search whole directory, not just mailing list, and can only filter using Contact Info, not last response date.<br />
Also, as i check API result, some contact "lastUpdated" field did not change when they response to a survey (few but still exist)<br />
So anyone know any API just like filter function in Qualtrics website?</p>

<p>Many thanks.</p>
]]>
        </description>
    </item>
    <item>
        <title>Using API to move survey data into BANNER ERP system</title>
        <link>https://www.qualtrics.com/community/discussion/5437/using-api-to-move-survey-data-into-banner-erp-system</link>
        <pubDate>Wed, 24 Jul 2019 20:55:55 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>KatherineD</dc:creator>
        <guid isPermaLink="false">5437@/community/discussions</guid>
        <description><![CDATA[<p>Does anyone have experience at a university using an API to move data from a survey/form into BANNER (erp) system?  We want to use Qualtrics for our graduate application.</p>

<p>(I'm not in IT and am not familiar with how API's work, so basic info to start with would be most helpful).</p>
]]>
        </description>
    </item>
    <item>
        <title>Can you pull records with the API and not duplicate prior exports?</title>
        <link>https://www.qualtrics.com/community/discussion/5556/can-you-pull-records-with-the-api-and-not-duplicate-prior-exports</link>
        <pubDate>Wed, 07 Aug 2019 18:52:12 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>mcase</dc:creator>
        <guid isPermaLink="false">5556@/community/discussions</guid>
        <description><![CDATA[<p>Is it possible to hit up the API and pull only new responses since the last pull, and is there a way to only pull particular fields from the survey? The code I'm currently using is:</p>

<p>downloadRequestUrl = baseUrl<br />
downloadRequestPayload = '{"format":"' + fileFormat + '","surveyId":"' + surveyId + '"}'<br />
downloadRequestResponse = requests.request("POST", downloadRequestUrl, data=downloadRequestPayload, headers=headers)<br />
progressId = downloadRequestResponse.json()["result"]["id"]<br />
print(downloadRequestResponse.text)</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>Get contact by recipient id</title>
        <link>https://www.qualtrics.com/community/discussion/5458/get-contact-by-recipient-id</link>
        <pubDate>Sat, 27 Jul 2019 05:55:21 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>BinhPM</dc:creator>
        <guid isPermaLink="false">5458@/community/discussions</guid>
        <description><![CDATA[<p>Hi everyone,</p>

<p>Since API get contact list from sample version 3 has some issue at the moment, i have to use GetSampleContacts version 2.4 instead while waiting for Qualtrics support team, but it only return RecipientID, not ContactID. And i don't know what i can do with this id to get contact id as every other API required ContactID as their input.<br />
I tried to use GetContactByInfoFields version 2.4 too to find contact by email and external data. But some of my customer response doesn't have both email nor external data.<br />
So does anyone know other way to get ContactID from RecipientID.</p>

<p>Thank you very much</p>
]]>
        </description>
    </item>
    <item>
        <title>How to set up an action and use Qualtrics API to create contacts?</title>
        <link>https://www.qualtrics.com/community/discussion/5505/how-to-set-up-an-action-and-use-qualtrics-api-to-create-contacts</link>
        <pubDate>Thu, 01 Aug 2019 17:18:57 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>judychen524</dc:creator>
        <guid isPermaLink="false">5505@/community/discussions</guid>
        <description><![CDATA[<p>Hi.</p>

<p>I am just starting to figure out how to trigger survey action using web service; The first thing I want to try out is to setup a web service action that uses Qualtric's API to create contacts based on an email field in the survey.</p>

<p>Can anyone help me figure out how to configure this? I know there is the contact list trigger, but I'd love to try it out with Q's API.</p>

<p><img src="https://us.v-cdn.net/6030293/uploads/editor/g2/5fd0c67r65un.png" alt="" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Could not get contact from Sample, alway return empty list</title>
        <link>https://www.qualtrics.com/community/discussion/5427/could-not-get-contact-from-sample-alway-return-empty-list</link>
        <pubDate>Wed, 24 Jul 2019 03:16:10 +0000</pubDate>
        <category>Qualtrics API</category>
        <dc:creator>BinhPM</dc:creator>
        <guid isPermaLink="false">5427@/community/discussions</guid>
        <description><![CDATA[<p>Hi everyone.</p>

<p>We need to get a list of contact with new response within a day. So we try to create a sample with lastResponse filter.<br />
Everything work fine for creating definition (Create Sample Definition) and sample (Perform Sample on MailingList/Batch). When we check on website, we see the newly created list with some contact that met our criteria. We call "Get Create Sample Progress" and got a 100 percent result.<br />
But when we call "Get Sample Contacts" API to get list of contact, we only receive an empty list.<br />
So anyone know why? Is there any step we miss?</p>

<p>Thank for your help!</p>
]]>
        </description>
    </item>
   </channel>
</rss>
