Forum Discussion

safar98's avatar
safar98
Frequent Visitor
6 months ago

Unable to get traceabiltiy report using Rest Api's in Zephyr Squad

Folks, i have a use case where i need to get all the testcases associated or linked to a userstory via rest api,

i have tried body as below mentioned,

{
    "exportType""excel",
    "requirementIdList": [
        "25514455"
    ],
    "versionId":34512 
}

but at the end i am getting error as below

{
    "errorType""ERROR",
    "clientMessage""We encountered some problems during processing this request. Please try again!",
    "errorCode"104
}
No RepliesBe the first to reply