-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to support using the newest API for fetching survey data, addressing #130 #135
Conversation
bringing up to date so as to incorporate a few things
Updated 2019/02/13 to add a fix to all_surveys() that needed to work with the new URL generation scheme. (633ca33) |
A question for you @jmobrien: did the option in the API for |
Wait, I think I found it. |
OK! I think this does it. 🎉 Thank you so much for your work on this. I had to remove one test because the old testing framework does not play nicely with the new API calls. This makes #120 a higher priority. |
Thanks to @jmobrien -- I'll give it some hardcore testing very soon, perhaps even tomorrow if I have time. |
Yes, it's specified as int32 now. Can't recall if I still tried it as a
string, but I did see the API fail with a non-integer number, so I assume
it's not at all flexible.
Joseph O'Brien, Ph.D.
Adolescent Development Research Group
Department of Psychology
University of Texas at Austin
[email protected]
…On Thu, Feb 13, 2020 at 7:03 PM Julia Silge ***@***.***> wrote:
Wait, I think I found it
<https://api.qualtrics.com/reference#create-response-export-new>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#135?email_source=notifications&email_token=ABWEMIVCNVJOGYXIMTSBZOTRCXUVFA5CNFSM4KUFTXF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXF7GI#issuecomment-586047385>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWEMIXRYF2HDIX5LIY5L4DRCXUVFANCNFSM4KUFTXFQ>
.
|
Glad to help. I've used it for ~400 data downloads so far, albeit with
consistent parameters other than survey IDs. So far everything looks good,
but I'll check in if anything looks off.
Joseph O'Brien, Ph.D.
Adolescent Development Research Group
Department of Psychology
University of Texas at Austin
[email protected]
…On Thu, Feb 13, 2020 at 8:01 PM Chris Umphlett ***@***.***> wrote:
Thanks to @jmobrien <https://github.com/jmobrien> -- I'll give it some
hardcore testing very soon, perhaps even tomorrow if I have time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#135?email_source=notifications&email_token=ABWEMIQ2JH2OXJEVKMJZVN3RCX3PHA5CNFSM4KUFTXF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXJMEY#issuecomment-586061331>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWEMIVYDTVEMHDBFO5EAATRCX3PHANCNFSM4KUFTXFQ>
.
|
I think something changed... I"m not quite sure what. This is my process:
Previously, I then had logic that filtered on Am I making sense, and does that change in behavior make sense according to the change? Not saying it's a problem! Context: Another difference |
Thanks for checking things out @chrisumphlett! For the browser info, it looks like that is an actual difference between the old endpoint and the new endpoint, i.e. what Qualtrics is sending over when we request data. For the labels, I think there may be some digging still to do, to figure out what the best end state for label handling is. If you would like, can you chime in on #134 about issues with the labels/attributes? |
Re: Browsers. Makes sense to me-- I have no use for that information anyway, just need to update code. I will comment on #134 momentarily. |
https://api.qualtrics.com/reference#create-response-export-new
Generally,
fetch_survey
seems to work, and a few internal changes were made sometadata
wasn't broken by this. But remains to be seen if there's deeper stuff that needs addressing/cleaning up.