Forum Discussion

danvan's avatar
danvan
New Member
4 months ago

Zephyr Scale get testexecutions endpoint, testCycle query param seems to not be working

Steps to replicate: 

  1. Make api call to get testcycles
  2. copy id from one of the responses 
  3. use the test cycle ID as a parameter for testCycle in the get testexecutions endpoint 
    1.  testCycle : {id from step 2}

Expected: to return the test execution for that test cycle 

Actual: Returning no results 

NOTE: this was working previously

Work around: use the key from the get testcycles endpoint rather than ID

No RepliesBe the first to reply