Inflectra Customer Forums: What are the REST API endpoints for... (Thread) (I did look here: https://api.inflectra.com/Spira/Services/v4_0/RestService.aspx ) We would like to programmatically add test cases to a specific folder in a project. To do this requires several steps: * identify the project ID (done; list all projects) * find the folder ID by name (not done. This might be one of... * list all folders in the project, and search by name to find the ID (not implemented?) * search folder by name and get the ID (not implemented?) * add the test case: projects/{project_id}/test-cases?parent_test_folder_id={parent_test_folder_id} How the hot fudge do we find out that test folder ID? Thanks, your product is really great, we love it en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/spiratest/issues-questions/1851.aspxthreadId=1851Scott O (soglesby@hytrust.com)api folder testcaseWhat are the REST API endpoints for... (I did look here: https://api.inflectra.com/Spira/Services/v4_0/RestService.aspx ) We would like to programmatically add test cases to a specific folder in a project. To do this requires several steps: * identify the project ID (done; list all projects) * find the folder ID by name (not done. This might be one of... * list all folders in the project, and search by name to find the ID (not implemented?) * search folder by name and get the ID (not implemented?) * add the test case: projects/{project_id}/test-cases?parent_test_folder_id={parent_test_folder_id} How the hot fudge do we find out that test folder ID? Thanks, your product is really great, we love it Tue, 15 May 2018 04:21:01 -04002018-06-08T20:27:51-04:00/Support/Forum/spiratest/issues-questions/1851.aspxmessageId=3284Jim R (donotreply5@kronodesk.net) Hi Scott, I would actually recommend using the newer v5.0 API if you are running Spira v5.0 or lat Hi Scott, I would actually recommend using the newer v5.0 API if you are running Spira v5.0 or later: https://api.inflectra.com/Spira/Services/v5_0/RestService.aspx (it has more endpoints and natively uses the new folder system, vs. mapping it to what v4.0 used to have) You can get all the folders (names, IDs, etc.) with: https://api.inflectra.com/Spira/Services/v5_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2ftest-folders&method=GET For more specific answers, also feel free to log a help desk ticket . Regards Jim Tue, 15 May 2018 20:40:01 -04002018-05-15T20:40:01-04:00/Support/Forum/spiratest/issues-questions/1851.aspx#reply3284messageId=3310Scott O (soglesby@hytrust.com) Just following up, for others: Jims answer helped a lot, use the 5.0 API as shown Just following up, for others: Jims answer helped a lot, use the 5.0 API as shown Fri, 08 Jun 2018 20:27:51 -04002018-06-08T20:27:51-04:00/Support/Forum/spiratest/issues-questions/1851.aspx#reply3310