lukaspollak
4 years agoOccasional Contributor
Zephyr - GET request return invalid JSON still
Hi. I have a troubles with endpoint Get Step Result By execution -> https://zfjcloudgdpr.docs.apiary.io/#reference/stepresult/get-stepresults-by-execution
URL:
https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/stepresult/search?issueId=15550&executionId=bacf0888-4be9-4e07-8474-559daafddfc84
HEADERS:
Content-Type: application/json
Authorization: JWT ...
zapiAccessKey: MDRiZGJmNDAtOTI....
URI PARAMETERS:
executionId: bacf0888-4be9-4e07-8474-559daafddfc84
issueId: 15550
RESPONSE:
{
"errorType": "ERROR",
"clientMessage": "Invalid Json",
"errorCode": 151
}
Also i have an question about stepResultID, it is possible to get it only from mentioned (on the up) endpoint ?
Thanks for response.
Lukas Pollak
Ok. So i am doing it in the same way like u. But it is good that u have sent me a screenshot. I found in your OPEN API -that u has required Content-type (not possible unclick), but with content-type it is not working and therefore i spent on it much time, but thanks to your screenshots i found the reason.
See on the attached screenshots
Thanks for response.