ContributionsMost RecentMost LikesSolutionsHow to get Cycle Summary Headers Hi, I am trying to get cycle summary headers(as shown in scrshot). When I try below API calls Get List of Cycles-(Returns a list of cycle(s) and an expandos driven executionSummaries for each cycle for a given project and version along with grouped executions)" API-> GET:https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/cycles/search?versionId=&expand=&projectId=" through Postman it fetches as below [ { "versionId": , "createdByAccountId": "", "createdBy": "", "tenantKey": "=", "name": "Ad hoc", "cycleIndex": "-1", "id": "-1", "creationDate": "2020-11-26", "projectId": , "projectCycleVersionIndex": "" }, ] This does not have header data like "Total Executions","Cycle Executions", "Executions Not tracked" etc(as shown in scrshot). Can you pls help how to fetch this data via API How to Get SprintID for ZAPI calls Hi, While trying to execute API calls "Get Execution Summary of the Issues by Sprint", where to get SprintID from the call is like POST:"https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/executions/search/sprint/sprintId/issues". Also want to confirm, it would be a POST or GET request