"不正确的用户名或密码"在Qualtrics API V2.5错误信息 [英] "Incorrect username or password" error message in Qualtrics API v2.5

查看:572
本文介绍了"不正确的用户名或密码"在Qualtrics API V2.5错误信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于一些功能,我希望在Qualtrics V3是可利用的(<一个href=\"http://stackoverflow.com/questions/37336311/limitations-of-qualtrics-api/37336392#37336392\">see previous帖子),我检查了他们最近的previous版本(的 V2.5 ),试图找到这近似于单独调查,我试图获得对每个请求的数据的GET请求。然而,当我做他们的内置API测试对我自己的凭据:

Due to some features that I wish were available in Qualtrics v3 (see previous post), I checked out their most recent previous version (v2.5) to try to find a GET request which closely approximates the data from individual surveys that I'm trying to obtain on each request. However, when I do their built-in API test on my own credentials:

在这里输入的形象描述

我收到以下错误:

<XML>
<Meta>
<Status>Error</Status>
<RequestType>getSurvey</RequestType>
<ErrorCode>500</ErrorCode>
<QualtricsErrorCode>ESRV09</QualtricsErrorCode>
<ErrorMessage>Incorrect Username or Password</ErrorMessage>
<Debug/>
</Meta>
<Result/>

我有双重检查,以确保我进入正确的凭据,定义明确的调查ID和API的道理,但我不知道为什么我收到此错误。

I've double-checked to ensure that I'm entering the proper credentials, well-defined survey ID, and API token, but am not sure why I am getting this error.

顺便说一句,如果有另一项调查平台(如SurveyMonkey),其中有一个API,它使我能够提取个人surveyIDs信息,而无需手动首先导出的一切,我将不胜AP preciate的任何知识这样的服务。

As an aside, if there is another survey platform (such as SurveyMonkey) which has an API which allows me to extract information from individual surveyIDs without having to export everything manually first, I would greatly appreciate any knowledge of such services.

推荐答案

根据以上你缺少URL字段中,这应该是api.php图像。另外,我觉得你要响应数据,因此请求将getLegacyResponseData。

Based on the image above you are missing the URL field, which should be api.php. Also, I think you want response data, so the request would be getLegacyResponseData.

在最低限度,实际生成的URL应该是这样的:

At a minimum, the actual generated url should be something like this:

<一个href=\"https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?API_SELECT=ControlPanel&Version=2.5&Request=getLegacyResponseData&User=[user_name_here]&Token=[token_here]&Format=JSON&SurveyID=[survey_id_here]\" rel=\"nofollow\">https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?API_SELECT=ControlPanel&Version=2.5&Request=getLegacyResponseData&User=[user_name_here]&Token=[token_here]&Format=JSON&SurveyID=[survey_id_here]

这篇关于&QUOT;不正确的用户名或密码&QUOT;在Qualtrics API V2.5错误信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆