ContributionsMost RecentMost LikesSolutionsSquad Rest API get Folder list in cycle Hi, there are diverse problems in accessing the Rest API functions, f.e. in Python: response = requests.get('http://xxx.xx.x.xx:8080/jira/rest/zapi/latest/cycle/74/folders?projectId=10302&versionId=-1&limit=100&offset=1 ' , auth = ('GreenLantern-Admin', 'MyAdminPWD')) I always receive 404 as response. What is wrong? By the way, curl does not work either...