Solved
Updating Reponse - ERROR G_2
I'm trying to update a resonse using the API but I'm getting an error
{
"meta": {
"httpStatus": "500 - Internal Server Error",
"error": {
"errorMessage": "Internal server error. Please contact Qualtrics support.",
"errorCode": "G_2",
"instanceId": null
},
"requestId": "93a2aa39-ac8c-4a17-9e2a-d6058d56112e"
}
}
PUT REQUEST:
url: https://utahgov.co1.qualtrics.com/API/v3/responses/R_etcxaC3q9p7WCXj
headers: {content-type: application/json, x-api-key: MYAPIKEYHERE}
Request Body:
{
"surveyId":MYSURVEYIDHERE
"embeddedData": {"Status of Application":"Pending"}
}
The above is from testing with PostMan. I've also tried in python with the same results.
Thank you
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.