Forum Discussion

MAR3K3RAM's avatar
MAR3K3RAM
Occasional Contributor
10 months ago
Solved

is exist option to get Cycle information from Zephyr Scale Server using API?

Hello,

I want to ask if there exists an option to get Zephyr Scale Cycles ID, name, version, and custom fields via API?

I'm using Zephyr Scale 9.10.0.

  • Hi,

    Looking at the API docs it looks like these endpoints will work for what you want:

     

    GET - /testrun/search

    GET - /testrun/{testRunKey}

     

    API docs for Scale Server