ContributionsMost RecentMost LikesSolutionsRe: Zephyr API to get details of Test Cases under a Test Cycle I was looking into their API documentation but even after 2 years they haven't introduced this feature, I can see there are links to test plan and issue links but not the vital one which is Test Cases. It can be argued to fetch from execution, but it's not efficient when it comes to large volume as saketmahajan said, it can affect rate limits increase calls on the server side and most importantly time consuming process. Hope Smart Bear prioritizes this and add this as a feature! Re: Get the linked Test Cycle from a Test Case Key or Id using Rest API Hi MisterB , Thanks, and I will create a request with Smart Bear on this feature. The option you have is a work around but it is not efficient while scaling, for example when it has be searched for multiple TestCase and also imagine if TestCase(s) has a lot of executions. With the later, it becomes worse as we need to get the entire execution results to see the Cycle since each execution can be against any TestCycle. If you are working with .NET solution, then I have created a package which can easily communicate with Zephyr REST: https://www.nuget.org/packages/ZephyrScale.Rest.Sdk Cheers, Peter Get the linked Test Cycle from a Test Case Key or Id using Rest API Hi, Curious to know if there is a way to get the Test Cycle to which a test case belong to using the Rest API? We have process which identifies a list of test cases and need to map them to the Cycles where it belongs to, also a Test Case can be part of multiple Test Cycle from different projects. As of now we have to scan the entire list of projects to find out this information and volume of projects is in thousands which is not an efficient mechanism. Any suggestions please? Thanks Api to get Custom Fields and its options Hello, Is there an API which can provide the list of custom fields attached to Test Case in Zephyr Cloud?