{"info":{"_postman_id":"45aea964-bb3e-2c92-dd7b-b14af49042d3","name":"Test Collab API","description":"<html><head></head><body><h2 id=\"these-api-docs-are-for--testcollab-classic-if-you-signed-up-after-26th-jan-2021-then-you-are-using-testcollab-2-api-docs-for-testcollab-2-can-be-found-here--httpsdeveloperstestcollabcom\">These API docs are for  TestCollab Classic, if you signed up after 26th Jan 2021 then you are using TestCollab 2, api docs for TestCollab 2 can be found here- <a href=\"https://developers.testcollab.com/\">https://developers.testcollab.com/</a></h2>\n<hr>\n<br>\n\n<br>\n\n<p>An API key is required to make API calls. The key is automatically created when a user is added, to obtain it, login to your Test Collab account and go to 'Profile' page.</p>\n<h3>Authentication</h3>\n\n<p>A request can be of a simple 'GET' or 'POST' type depending upon the action. 'API_KEY' should always be appended as 'GET' variable for authentication.</p>\n<h3>Prerequisites</h3>\n\n<p>An API key is required to make API calls. The key is automatically created when a user is added, to obtain it, login to your Test Collab account and go to 'Profile' page.</p>\n<h3>Request Parameters</h3>\n\n<p>A request can be of a simple 'GET' or 'POST' type depending upon the action. 'API_KEY' should always be appended as 'GET' variable for authentication.</p>\n<p><b>Sample URL:</b></p>\n<div class=\"url\">\nhttp://your-testcollab-url.com/index.php/projects/index.json?API_KEY=0123456789\n</div>\n\n<p><b>Parameters Breakdown:</b></p>\n<pre>{{base_url}}\n</pre>\n<p>This is the base URL of your Test Collab setup </p>\n<p>Sample Value (in case of above URL): <a href=\"http://your-testcollab-url.com/index.php\">http://your-testcollab-url.com/index.php</a></p>\n<pre>{{api_key}} \n</pre>\n<p>This is your API key for Test Collab account. This is user-specific.\nSample Value (in case of above URL): 0123456789</p>\n<p><b>Note about pagination</b></p>\n<p>If you are calling the index action for an entity then API returns paginated results, for this the request should have following  template </p>\n<p><a href=\"https://your-testcollab-url.com/index.php/project/%7Bproject_id%7D/test_cases/index/%7Btest_suite_id%7D/page:1/limit:30.json\">https://your-testcollab-url.com/index.php/project/{project_id}/test_cases/index/{test_suite_id}/page:1/limit:30.json</a></p>\n<p>You can adjust 'page' or 'limit' variables as per your needs.</p>\n<h3>Response Parameters</h3>\nEverytime a request is made to API, it will reply with a JSON-formatted string like this:\n<pre>\n<p>{\n    \"appState\": \"/project/7\", \n    \"data\": {\n        \"created_id\": \"7\"\n    }, \n    \"message\": \"Project added.\", \n    \"status\": true\n}\n</p></pre>\n<b>Parameters</b><p></p>\n<p>Parameter   Possible Values Description\nstatus  (true / false)  Status of the requested action. 'true' means action was completed successfully. 'false' means failure of request for any reason.</p>\n<p>message null / string   The success or error message.</p>\n<p>data.created_id     null / integer  This returns the ID of newly created item as a request of API request. 'created_id' will be returned as null on all other actions except 'add' actions.</p>\n<p>data.errors absent / JSON object    If 'status' is returned false, this will usually show the reason why request was failed. It may also contain validation errors.</p>\n<p>data.*  absent / JSON object    Depending upon the requested action, this will contain one or more action-specific parameters.</p>\n<p>appState    absent / string This tells you where the system redirects the end-user after the requested action is finished. This can be used to build custom UI clients with API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1488819","collectionId":"45aea964-bb3e-2c92-dd7b-b14af49042d3","publishedId":"RVnTkLze","public":true,"customColor":{"top-bar":"0D2F53","right-sidebar":"303030","highlight":"2370AA"},"publishDate":"2018-04-18T14:47:28.000Z"},"item":[{"name":"1.36 - 1.38 (Latest)","item":[{"name":"Projects","item":[{"name":"Project list","id":"ea06d670-ec5f-4417-bf43-650f17ddb01f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/projects/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"d22d5dd6-e3d0-4cd4-972f-b4ddddc6ae71","name":"Project list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/projects/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["projects","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"6193","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Mon, 18 Sep 2017 09:59:41 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Mon, 18 Sep 2017 09:59:41 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"projects\":[{\"Project\":{\"id\":\"1\",\"name\":\"CrowdVox\",\"created\":\"2011-04-14 18:11:27\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"54 min 12 sec\",\"totalTimeSpent\":3252,\"totalTestSuites\":21,\"testCasesCount\":106,\"executionCount\":61,\"defectsCount\":6,\"executionCasesCount\":72,\"passedCasesCount\":40,\"passPercentage\":55.61,\"avgExecutionTimeLabel\":\"5 min 28 sec\",\"avgExecutionTime\":328.55555555556},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3923\",\"project_id\":\"1\",\"type\":\"startedExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-05 17:21:47\",\"entity\":\"Execution\",\"entity_id\":\"173\"}}}},{\"Project\":{\"id\":\"2\",\"name\":\"Invoice Dude\",\"created\":\"2011-04-14 19:05:09\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"20 min 9 sec\",\"totalTimeSpent\":1209,\"totalTestSuites\":23,\"testCasesCount\":214,\"executionCount\":18,\"defectsCount\":0,\"executionCasesCount\":17,\"passedCasesCount\":14,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3939\",\"project_id\":\"2\",\"type\":\"newTestPlan\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-19 09:32:58\",\"entity\":\"TestPlan\",\"entity_id\":\"23\"}}}},{\"Project\":{\"id\":\"4\",\"name\":\"Test Collab\",\"created\":\"2011-04-22 17:02:38\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"5 hour 55 min 51 sec\",\"totalTimeSpent\":21351,\"totalTestSuites\":12,\"testCasesCount\":38,\"executionCount\":28,\"defectsCount\":10,\"executionCasesCount\":67,\"passedCasesCount\":39,\"passPercentage\":39.94,\"avgExecutionTimeLabel\":\"29 min 37 sec\",\"avgExecutionTime\":1777.4166666667},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3940\",\"project_id\":\"4\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-19 09:41:44\",\"entity\":\"Execution\",\"entity_id\":\"183\"}}}},{\"Project\":{\"id\":\"5\",\"name\":\"Giga Framework\",\"created\":\"2011-04-26 10:38:56\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"12 sec\",\"totalTimeSpent\":12,\"totalTestSuites\":13,\"testCasesCount\":34,\"executionCount\":11,\"defectsCount\":2,\"executionCasesCount\":2,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"523\",\"project_id\":\"5\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2012-10-29 15:02:47\",\"entity\":\"Execution\",\"entity_id\":\"87\"}}}},{\"Project\":{\"id\":\"13\",\"name\":\"sxasd\",\"created\":\"2012-09-01 10:10:41\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"PTWO\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":4,\"testCasesCount\":63,\"executionCount\":3,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"597\",\"project_id\":\"13\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"2\",\"created\":\"2013-12-17 12:42:17\",\"entity\":\"Execution\",\"entity_id\":\"108\"}}}},{\"Project\":{\"id\":\"14\",\"name\":\"temp\",\"created\":\"2012-09-15 11:02:57\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"1 min 18 sec\",\"totalTimeSpent\":78,\"totalTestSuites\":7,\"testCasesCount\":53,\"executionCount\":8,\"defectsCount\":5,\"executionCasesCount\":12,\"passedCasesCount\":5,\"passPercentage\":55.56,\"avgExecutionTimeLabel\":\"3 sec\",\"avgExecutionTime\":3.5},\"lastActivity\":{\"ActivityLog\":{\"id\":\"565\",\"project_id\":\"14\",\"type\":\"finishedExecution\",\"params\":[],\"user_id\":null,\"created\":\"2013-06-24 16:24:05\",\"entity\":\"Execution\",\"entity_id\":\"99\"}}}},{\"Project\":{\"id\":\"15\",\"name\":\"11\",\"created\":\"2012-11-30 13:33:18\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"7 sec\",\"totalTimeSpent\":7,\"totalTestSuites\":1,\"testCasesCount\":1,\"executionCount\":1,\"defectsCount\":1,\"executionCasesCount\":1,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"7 sec\",\"avgExecutionTime\":7},\"lastActivity\":{\"ActivityLog\":{\"id\":\"540\",\"project_id\":\"15\",\"type\":\"finishedExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2012-12-05 15:54:27\",\"entity\":\"Execution\",\"entity_id\":\"89\"}}}},{\"Project\":{\"id\":\"16\",\"name\":\"1.3.4\",\"created\":\"2013-12-13 12:40:33\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"2 min 5 sec\",\"totalTimeSpent\":125,\"totalTestSuites\":5,\"testCasesCount\":9,\"executionCount\":4,\"defectsCount\":0,\"executionCasesCount\":7,\"passedCasesCount\":4,\"passPercentage\":62.5,\"avgExecutionTimeLabel\":\"53 sec\",\"avgExecutionTime\":53.5},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3864\",\"project_id\":\"16\",\"type\":\"suiteCsvImport\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-01-17 16:46:26\",\"entity\":\"Suite\",\"entity_id\":\"65\"}}}},{\"Project\":{\"id\":\"17\",\"name\":\"Sample\",\"created\":\"2013-12-16 16:38:10\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"PONE\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":2,\"testCasesCount\":3,\"executionCount\":1,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3853\",\"project_id\":\"17\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2016-06-25 14:44:33\",\"entity\":\"Execution\",\"entity_id\":\"146\"}}}},{\"Project\":{\"id\":\"18\",\"name\":\"ch30-manager\",\"created\":\"2013-12-17 10:17:48\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"ch30-manager\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":1,\"testCasesCount\":1,\"executionCount\":3,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3930\",\"project_id\":\"18\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-12 13:40:57\",\"entity\":\"Execution\",\"entity_id\":\"177\"}}}}],\"paging\":{\"page\":1,\"count\":25,\"limit\":10,\"pageCount\":3}}}"}],"_postman_id":"ea06d670-ec5f-4417-bf43-650f17ddb01f"},{"name":"Project Add","id":"8cf16925-b800-4f60-82cc-3e92c99c37e6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"New Project\"}}}"},"url":"https://{{base_url}}/projects/add/true.json","urlObject":{"protocol":"https","path":["projects","add","true.json"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4a1c2bcc-acfc-41bd-9153-2befc8ac4a89","name":"Project Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"New Project\"}}}"},"url":"https://{{base_url}}/projects/add/true.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"210","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:19:32 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:19:33 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Project saved. You can now <a href=\\u0022\\u002findex.php\\u002fproject\\u002f35\\u002fsuites\\u002fadd\\u0022>add a test suite<\\u002fa> or <a href=\\u0022\\u002findex.php\\u002fproject\\u002f35\\u002fproject_members\\u002fmultiAdd\\u0022>select team members<\\u002fa> of this project.\",\"data\":{\"created_id\":\"35\"},\"appState\":\"\\u002fproject\\u002f35\"}"}],"_postman_id":"8cf16925-b800-4f60-82cc-3e92c99c37e6"},{"name":"Project Edit","id":"b5b37933-48b8-46df-9f08-b9f3dcd6ff22","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"Edited Project Name\"}}}"},"url":"https://{{base_url}}/projects/edit/{{project_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","edit","{{project_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"8f2aa7dd-8db7-43f6-a9f2-acdd16b85abb","name":"Project Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"Edited Project Name\"}}}"},"url":"https://{{base_url}}/projects/edit/{{project_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"117","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:22:29 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:22:29 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Project has been saved.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fprojects\"}"}],"_postman_id":"b5b37933-48b8-46df-9f08-b9f3dcd6ff22"},{"name":"Project delete","id":"148f521b-fd1a-4cbf-97e7-32718054d275","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/projects/delete/{{project_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","delete","{{project_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"a00f1cce-c2c2-4ce6-bc25-c8ce8863aaa5","name":"Project delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/projects/delete/{{project_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["projects","delete","{{project_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"105","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:25:13 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:25:20 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Project deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fprojects\"}"}],"_postman_id":"148f521b-fd1a-4cbf-97e7-32718054d275"}],"id":"d16d787d-a21d-4e17-b99b-42612ef78659","_postman_id":"d16d787d-a21d-4e17-b99b-42612ef78659","description":""},{"name":"Test Suites","item":[{"name":"Test Suite Add","id":"d902d6e2-2e44-4fe1-a32d-43fab6257171","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"Suite Name\",\"parent_id\" : 1}}}"},"url":"https://{{base_url}}/project/{{project_id}}/suites/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"8cd82fc4-a447-418c-8cc6-2f4741988e3e","name":"Test Suite Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"Suite Name\",\"parent_id\" : 1}}}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"257","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:34:43 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:34:43 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Suite saved. You can <a href=\\u0022\\u002fproject\\u002f1\\u002ftest_cases\\u002fadd\\u002f233\\u0022>add new test cases<\\u002fa> now.\",\"data\":{\"created_id\":\"233\"},\"appState\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fadd\\u002f233\"}"}],"_postman_id":"d902d6e2-2e44-4fe1-a32d-43fab6257171"},{"name":"Test Suite Edit","id":"6b6ce1ef-8811-444f-ba79-766b9a18c12c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"New Title\"}}}"},"url":"https://{{base_url}}/project/{{project_id}}/suites/edit/{{suite_id}}.json??API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","edit","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"?API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"b4f41e3f-4f7b-4685-983a-4f7aa87b4b3e","name":"Test Suite Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"New Title\"}}}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/edit/{{suite_id}}.json??API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","edit","{{suite_id}}.json"],"query":[{"key":"?API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"153","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:37:03 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:37:03 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Test Suite has been saved.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f1\\u002fsuites\\u002fdashboard\\u002f1\"}"}],"_postman_id":"6b6ce1ef-8811-444f-ba79-766b9a18c12c"},{"name":"Test suite delete","id":"6b826f12-91ec-402c-a9e9-e6ca882c0fe2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/suites/delete/{{suite_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","delete","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"bef2fc39-c17b-4325-969a-7051ffe249fe","name":"Test suite delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/delete/{{suite_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","delete","{{suite_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"134","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:38:17 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:38:17 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Suite deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f1\\u002fsuites\\u002fdashboard\"}"}],"_postman_id":"6b826f12-91ec-402c-a9e9-e6ca882c0fe2"},{"name":"Test suite get tree","id":"89736933-a12c-4991-bd92-cbcf3494f83c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/suites/getTreev2.json?API_KEY={{api_key}}","description":"<p>Gets full tree structure of test suites</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","getTreev2.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"a4308df4-db9f-452e-ba48-8d47189e86ea","name":"Test suite get tree","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/getTreev2.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","getTreev2.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"907","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Sun, 03 Jun 2018 17:28:18 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Sun, 03 Jun 2018 17:28:18 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.25","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed Jun 03 2043 22:53:48 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"9oa0238fuj2ffn52lr3b93v874","key":"TestCollab"},{"expires":"Sun Jun 03 2018 17:53:49 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"cloud9ide","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"{\"data\":{\"suiteNodes\":[{\"title\":\"Listing images (2)\",\"type\":\"Suite\",\"suiteId\":237,\"children\":[{\"title\":\"Packaging\",\"type\":\"Suite\",\"suiteId\":238,\"children\":[{\"title\":\"test\",\"type\":\"Suite\",\"suiteId\":239}]}]},{\"title\":\"Listing images\",\"type\":\"Suite\",\"suiteId\":3,\"children\":[{\"title\":\"Post-Release\",\"type\":\"SuiteLink\",\"suiteId\":19},{\"title\":\"Packaging\",\"type\":\"Suite\",\"suiteId\":9,\"children\":[{\"title\":\"test\",\"type\":\"Suite\",\"suiteId\":71}]}]},{\"title\":\"Misc.\",\"type\":\"SuiteLink\",\"suiteId\":12},{\"title\":\"Users Login and Register\",\"type\":\"Suite\",\"suiteId\":1,\"children\":[{\"title\":\"Suite 1\",\"type\":\"Suite\",\"suiteId\":53},{\"title\":\"Licensing\",\"type\":\"Suite\",\"suiteId\":20,\"children\":[{\"title\":\"Builds\",\"type\":\"Suite\",\"suiteId\":26},{\"title\":\"Pre-Release\",\"type\":\"Suite\",\"suiteId\":38,\"children\":[{\"title\":\"kjhkjh\",\"type\":\"Suite\",\"suiteId\":235}]}]}]},{\"title\":\"Listings (2)\",\"type\":\"Suite\",\"suiteId\":236}]}}<!-- 0.2297s -->"}],"_postman_id":"89736933-a12c-4991-bd92-cbcf3494f83c"}],"id":"f57e26f5-14ca-4853-a96b-def230a2dc74","_postman_id":"f57e26f5-14ca-4853-a96b-def230a2dc74","description":""},{"name":"Test Cases","item":[{"name":"Filtering examples","item":[{"name":"Test case list with filters","id":"ca1662f4-afa1-4940-b657-211560185a35","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/indexv2.json?API_KEY={{api_key}}&filters[0][field]=suite_id&filters[0][value]=1&filters[1][field]=title&filters[1][value]=Login&filters[1][operator]=not-contains&filters[2][field]=priority&filters[2][value][]=0&filters[3][field]=created&filters[3][startDate]=2016-05-01&filters[3][endDate]=2018-05-01&filters[4][field]=user_id&filters[4][value]=3&filters[5][field]=avg_execution_time&filters[5][value]=1200&filters[5][operator]=greater-than&filters[6][field]=tags&filters[6][value][]=2&filters[6][operator]=match-all&filters[7][field]=title&filters[7][value]='&filters[7][operator]=' and 1=1","description":"<p>This is a demonstration of how filters can be implemented. We've applied all possible filters in this URL for demo purposes, you most definitely won't be needing to do that. You can keep adding filters to your URL by adding filters[0], filters[1], and so on... </p>\n<p>Example of parameters and their acceptable values is shown below:</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","indexv2.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"description":{"content":"<p>Filter by suite</p>\n","type":"text/plain"},"key":"filters[0][field]","value":"suite_id"},{"description":{"content":"<p>Suite ID</p>\n","type":"text/plain"},"key":"filters[0][value]","value":"1"},{"description":{"content":"<p>Filter by title</p>\n","type":"text/plain"},"key":"filters[1][field]","value":"title"},{"description":{"content":"<p>search string</p>\n","type":"text/plain"},"key":"filters[1][value]","value":"Login"},{"description":{"content":"<p>Operator; For text field searches, filter can be 'contains' and 'not-contains'</p>\n","type":"text/plain"},"key":"filters[1][operator]","value":"not-contains"},{"key":"filters[2][field]","value":"priority"},{"description":{"content":"<p>0=Low Priority, 1= Normal, 2= High priority test cases</p>\n","type":"text/plain"},"key":"filters[2][value][]","value":"0"},{"description":{"content":"<p>Filter cases by 'created' / Example of a date range filter</p>\n","type":"text/plain"},"key":"filters[3][field]","value":"created"},{"description":{"content":"<p>Start date</p>\n","type":"text/plain"},"key":"filters[3][startDate]","value":"2016-05-01"},{"description":{"content":"<p>End date</p>\n","type":"text/plain"},"key":"filters[3][endDate]","value":"2018-05-01"},{"description":{"content":"<p>Filter by Author</p>\n","type":"text/plain"},"key":"filters[4][field]","value":"user_id"},{"description":{"content":"<p>Author's user_id</p>\n","type":"text/plain"},"key":"filters[4][value]","value":"3"},{"description":{"content":"<p>Filter by average execution time of test case </p>\n","type":"text/plain"},"key":"filters[5][field]","value":"avg_execution_time"},{"description":{"content":"<p>Time in seconds</p>\n","type":"text/plain"},"key":"filters[5][value]","value":"1200"},{"description":{"content":"<p>Operator; For numeric field searches, filter can be 'equal' and ''greater-than' or 'less-than'</p>\n","type":"text/plain"},"key":"filters[5][operator]","value":"greater-than"},{"description":{"content":"<p>Filter by tags</p>\n","type":"text/plain"},"key":"filters[6][field]","value":"tags"},{"description":{"content":"<p>Tag ID (multiple accepted)</p>\n","type":"text/plain"},"key":"filters[6][value][]","value":"2"},{"description":{"content":"<p>Tag match type, options: match-all, match-any</p>\n","type":"text/plain"},"key":"filters[6][operator]","value":"match-all"},{"key":"filters[7][field]","value":"title"},{"key":"filters[7][value]","value":"'"},{"key":"filters[7][operator]","value":"' and 1=1"}],"variable":[]}},"response":[{"id":"89dcd454-2ce4-4f11-9e49-31cc40f20ef8","name":"Test case list v2","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/indexv2.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","indexv2.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Mon, 21 May 2018 20:01:00 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Mon, 21 May 2018 20:01:01 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed May 20 2043 14:36:38 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"e7ss5qamah8nk6a6j8oln2mq12","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCases\":[{\"id\":\"2\",\"title\":\"Login\",\"created\":\"2011-04-14 18:18:57\",\"user_id\":\"1\",\"suite_id\":\"1\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"1\",\"description\":\"Should be done after registration.\",\"steps\":\"[reusable_step:login_as_manager]\\r\\n\\r\\nstep 4\\r\\n\\r\\nstep 5\\r\\n\",\"expected_result\":\"\",\"priority\":\"1\",\"avg_execution_time\":\"19\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open URL: http:\\u002f\\u002fgoogle.com\\u002fmanage<\\u002fp>\\n\\n<p>Login as; User: tester, Password: tester<\\u002fp>\\n\\n<p>step 4<\\u002fp>\\n\\n<p>step 5<\\u002fp>\\n<\\u002fdiv>\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f2\",\"tags\":[{\"id\":\"3\",\"tag\":\"test\",\"slug\":\"test\"}],\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[{\"id\":\"44\",\"system_name\":\"5b02e2e2eb796.gif\",\"original_name\":\"1.gif\",\"size\":327680,\"ext\":\"gif\"},{\"id\":\"45\",\"system_name\":\"5b02e2e2ee7a0.pdf\",\"original_name\":\"Test Project20180510 - Test Execution 2 Execution report.pdf\",\"size\":28392,\"ext\":\"pdf\"},{\"id\":\"46\",\"system_name\":\"5b02e2e2f0102.jpg\",\"original_name\":\"IMG-20170827-WA0004.jpg\",\"size\":200377,\"ext\":\"jpg\"}]},{\"id\":\"4\",\"title\":\"Add listing\",\"created\":\"2011-04-14 18:28:32\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"1\",\"description\":\"- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\",\"steps\":\"Login to the site\\n\\nClick on add listing\\n\\nSelect a category for adding and listing and wait for form to load\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n\",\"expected_result\":\"On filling the form a message will appear **Your listing has been added.And is sent for admin review**\\r\\n\\r\\nAnd publishing the listings, listing should appear in listings section on frontend.\\r\\n\\r\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\",\"priority\":\"1\",\"avg_execution_time\":\"56\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Login to the site<\\u002fp>\\n\\n<p>Click on add listing<\\u002fp>\\n\\n<p>Select a category for adding and listing and wait for form to load<\\u002fp>\\n\\n<ul>\\n<li>Bullet list 1<\\u002fli>\\n<li>Bullet list 2<\\u002fli>\\n<li><p>Bullet list 3<\\u002fp><\\u002fli>\\n<li><p>Bullet list 1<\\u002fp><\\u002fli>\\n<li>Bullet list 2<\\u002fli>\\n<li>Bullet list 3<\\u002fli>\\n<\\u002ful>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f4\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"7\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"5\",\"title\":\"Edit listings\",\"created\":\"2011-04-14 18:31:25\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test to check edit listing from frontend\",\"steps\":\"Open a listing added by you\\r\\n\\r\\nClick on edit link present on the page\\r\\n\\r\\nEdit some information and save\\r\\n\\r\\nGo to admin and publish the listing\\r\\n\\r\\n\",\"expected_result\":\"A success msg will appear saying **Listing saved.Send for admin review** on form submission.\\r\\n\\r\\nOn publishing the listing listing will appear again on front end.\",\"priority\":\"1\",\"avg_execution_time\":\"138\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open a listing added by you<\\u002fp>\\n\\n<p>Click on edit link present on the page<\\u002fp>\\n\\n<p>Edit some information and save<\\u002fp>\\n\\n<p>Go to admin and publish the listing<\\u002fp>\\n<\\u002fdiv>\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f5\",\"tags\":[{\"id\":\"3\",\"tag\":\"test\",\"slug\":\"test\"},{\"id\":\"15\",\"tag\":\"test case versioning\",\"slug\":\"test-case-versioning\"}],\"last_run_status\":\"1\",\"run_count\":\"6\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"6\",\"title\":\"Add image with listings\",\"created\":\"2011-04-14 18:34:46\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding images along with listing form\",\"steps\":\"\",\"expected_result\":\"On opening view page \\r\\n\\r\\nOne of the uploaded image should appear in index and rests should be linked seen in page linked through a link **View all images**\",\"priority\":\"1\",\"avg_execution_time\":\"93\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"jj\":\"79\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f6\",\"tags\":[{\"id\":\"5\",\"tag\":\"smoke\",\"slug\":\"smoke\"}],\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"7\",\"title\":\"Add new image\",\"created\":\"2011-04-14 18:37:06\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding image seprately\",\"steps\":\"Open listing view page\\n\\nClick on Add image link\\n\\nUpload the image\",\"expected_result\":\"Image should appear on view page of images along with other images of that listings\",\"priority\":\"1\",\"avg_execution_time\":\"104\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f7\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"20\",\"title\":\"Generation of 2 separate packages: Internal \\u0026 Customers Copy\",\"created\":\"2011-04-26 10:49:27\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"2 separate packages should be generated in building process for every package required in project: Internal \\u0026 Customers Copy\",\"steps\":\"Login to Hudson. [Hudson](http:\\u002f\\u002f192.168.1.4:8081\\u002f \\u0022Hudson\\u0022)\\r\\n\\r\\nGoto Packagers Tab > Project Name > Artifacts\\r\\n\\r\\nDownload all available packages\",\"expected_result\":\"Verify that for every package specified in package.props, 2 packages are generated. One should adhere to our encoding policy as specified in packages.props file and another should be non-encoded.\",\"priority\":\"2\",\"avg_execution_time\":\"35\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"High\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f20\",\"tags\":[{\"id\":\"1\",\"tag\":\"post-release\",\"slug\":\"post-release\"}],\"last_run_status\":\"0\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"22\",\"title\":\"Verify docs are generated after release\",\"created\":\"2011-04-26 11:26:20\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"na\",\"steps\":\"na\\n\\n\",\"expected_result\":\"Make sure docs are readable and acceptable for customers.\",\"priority\":\"1\",\"avg_execution_time\":\"3\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f22\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"30\",\"title\":\"Installation on main domain\",\"created\":\"2011-04-26 11:45:52\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test installation on main domain like myapp.com or something.myapp.com\",\"steps\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\r\\n\\r\\nInstall on main domain.\\r\\n\\r\\nLog in \\u0026 explore randomly 2-3 pages.\\r\\n\\r\\ndfgdfgfg\\r\\n\\r\\n\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\",\"priority\":\"1\",\"avg_execution_time\":\"17\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles<\\u002fp>\\n\\n<p>Install on main domain.<\\u002fp>\\n\\n<p>Log in \\u0026 explore randomly 2-3 pages.<\\u002fp>\\n\\n<p>dfgdfgfg<\\u002fp>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f30\",\"tags\":[],\"last_run_status\":\"2\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"31\",\"title\":\"Installation on sub-directory\",\"created\":\"2011-04-26 17:56:28\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"0\",\"description\":\"URL like maindomain.com\\u002fyourapp\\n\\nThis test will make sure if our app runs under 2 different configurations or not.\",\"steps\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\n\\nInstall.\\n\\nLog in \\u0026 explore randomly 2-3 pages.\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\",\"priority\":\"1\",\"avg_execution_time\":\"7\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f31\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"32\",\"title\":\"JS and CSS should be minified\",\"created\":\"2011-04-28 16:54:03\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"\",\"steps\":\"Open the URL where project is installed, in firefox with Firebug enabled.\\n\\nOpen firebug \\u0022Scripts\\u0022 Panel.\\n\\nBrowse 2-3 javascript files manually, make sure no new line characters are included and file is compact.\\n\\nDo the same for CSS files.\",\"expected_result\":\"Files should be compact for speed without any new line chars.\",\"priority\":\"1\",\"avg_execution_time\":\"195\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f32\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]}],\"paging\":{\"page\":1,\"count\":88,\"limit\":10,\"pageCount\":9}}}"},{"id":"fa0ce3de-0b69-4de4-a401-10cca3e6fe3d","name":"Test case list v2","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/indexv2.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","indexv2.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Mon, 21 May 2018 14:50:57 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Mon, 21 May 2018 14:50:58 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed May 20 2043 14:36:38 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"e7ss5qamah8nk6a6j8oln2mq12","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCases\":[{\"id\":\"2\",\"title\":\"Login\",\"created\":\"2011-04-14 18:18:57\",\"user_id\":\"1\",\"suite_id\":\"1\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"1\",\"description\":\"Should be done after registration.\",\"steps\":\"\",\"expected_result\":\"A success message will appear saying **Logged in successfully**\",\"priority\":\"1\",\"avg_execution_time\":\"19\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f2\",\"tags\":{\"3\":{\"id\":\"3\",\"tag\":\"test\",\"slug\":\"test\"}},\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"4\",\"title\":\"Add listing\",\"created\":\"2011-04-14 18:28:32\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"1\",\"description\":\"- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\",\"steps\":[{\"id\":\"5953\",\"step\":\"Login to the site\\n\\nClick on add listing\\n\\nSelect a category for adding and listing and wait for form to load\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n\",\"expected_result\":\"On filling the form a message will appear **Your listing has been added.And is sent for admin review**\\r\\n\\r\\nAnd publishing the listings, listing should appear in listings section on frontend.\\r\\n\\r\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\"}],\"priority\":\"1\",\"avg_execution_time\":\"56\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f4\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"7\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"5\",\"title\":\"Edit listings\",\"created\":\"2011-04-14 18:31:25\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test to check edit listing from frontend\",\"steps\":[{\"id\":\"5983\",\"step\":\"Open a listing added by you\\n\\nClick on edit link present on the page\\n\\nEdit some information and save\\n\\nGo to admin and publish the listing\\n\\n\",\"expected_result\":\"A success msg will appear saying **Listing saved.Send for admin review** on form submission.\\n\\nOn publishing the listing listing will appear again on front end.\"},{\"id\":\"5984\",\"step\":\"Click on edit link present on the page\",\"expected_result\":\"\"},{\"id\":\"5985\",\"step\":\"Edit some information and save\",\"expected_result\":\"\"},{\"id\":\"5986\",\"step\":\"Go to admin and publish the listing\",\"expected_result\":\"\"}],\"priority\":\"1\",\"avg_execution_time\":\"138\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f5\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"6\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"6\",\"title\":\"Add image with listings\",\"created\":\"2011-04-14 18:34:46\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding images along with listing form\",\"steps\":[{\"id\":\"5971\",\"step\":\"Open add listing form\",\"expected_result\":\"\"},{\"id\":\"5972\",\"step\":\"Add some images in the form also\",\"expected_result\":\"\"},{\"id\":\"5973\",\"step\":\"Save and publish the listing\",\"expected_result\":\"\"},{\"id\":\"5974\",\"step\":\"Open listing view page\",\"expected_result\":\"\"}],\"priority\":\"1\",\"avg_execution_time\":\"93\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"jj\":\"79\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f6\",\"tags\":{\"5\":{\"id\":\"5\",\"tag\":\"smoke\",\"slug\":\"smoke\"}},\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"7\",\"title\":\"Add new image\",\"created\":\"2011-04-14 18:37:06\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding image seprately\",\"steps\":\"Open listing view page\\n\\nClick on Add image link\\n\\nUpload the image\",\"expected_result\":\"Image should appear on view page of images along with other images of that listings\",\"priority\":\"1\",\"avg_execution_time\":\"104\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f7\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"20\",\"title\":\"Generation of 2 separate packages: Internal \\u0026 Customers Copy\",\"created\":\"2011-04-26 10:49:27\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"2 separate packages should be generated in building process for every package required in project: Internal \\u0026 Customers Copy\",\"steps\":\"Login to Hudson. [Hudson](http:\\u002f\\u002f192.168.1.4:8081\\u002f \\u0022Hudson\\u0022)\\r\\n\\r\\nGoto Packagers Tab > Project Name > Artifacts\\r\\n\\r\\nDownload all available packages\",\"expected_result\":\"Verify that for every package specified in package.props, 2 packages are generated. One should adhere to our encoding policy as specified in packages.props file and another should be non-encoded.\",\"priority\":\"2\",\"avg_execution_time\":\"35\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"High\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f20\",\"tags\":{\"1\":{\"id\":\"1\",\"tag\":\"post-release\",\"slug\":\"post-release\"}},\"last_run_status\":\"0\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"22\",\"title\":\"Verify docs are generated after release\",\"created\":\"2011-04-26 11:26:20\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"na\",\"steps\":[{\"id\":\"226\",\"step\":\"na\",\"expected_result\":\"\"}],\"priority\":\"1\",\"avg_execution_time\":\"3\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f22\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"30\",\"title\":\"Installation on main domain\",\"created\":\"2011-04-26 11:45:52\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test installation on main domain like myapp.com or something.myapp.com\",\"steps\":[{\"id\":\"60\",\"step\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\r\\n\\r\\nInstall on main domain.\\r\\n\\r\\nLog in \\u0026 explore randomly 2-3 pages.\\r\\n\\r\\ndfgdfgfg\\r\\n\\r\\n\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\"}],\"priority\":\"1\",\"avg_execution_time\":\"17\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f30\",\"tags\":[],\"last_run_status\":\"2\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"31\",\"title\":\"Installation on sub-directory\",\"created\":\"2011-04-26 17:56:28\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"0\",\"description\":\"URL like maindomain.com\\u002fyourapp\\n\\nThis test will make sure if our app runs under 2 different configurations or not.\",\"steps\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\n\\nInstall.\\n\\nLog in \\u0026 explore randomly 2-3 pages.\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\",\"priority\":\"1\",\"avg_execution_time\":\"7\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f31\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]},{\"id\":\"32\",\"title\":\"JS and CSS should be minified\",\"created\":\"2011-04-28 16:54:03\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"\",\"steps\":\"Open the URL where project is installed, in firefox with Firebug enabled.\\n\\nOpen firebug \\u0022Scripts\\u0022 Panel.\\n\\nBrowse 2-3 javascript files manually, make sure no new line characters are included and file is compact.\\n\\nDo the same for CSS files.\",\"expected_result\":\"Files should be compact for speed without any new line chars.\",\"priority\":\"1\",\"avg_execution_time\":\"195\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f32\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}]}],\"paging\":{\"page\":1,\"count\":86,\"limit\":10,\"pageCount\":9}}}"}],"_postman_id":"ca1662f4-afa1-4940-b657-211560185a35"}],"id":"4604be3d-9a31-4f81-bcb9-d0d7077eeb1c","_postman_id":"4604be3d-9a31-4f81-bcb9-d0d7077eeb1c","description":""},{"name":"Misc actions","item":[{"name":"Revert to older test case versions","id":"85327de6-588d-44a5-a189-a5ef43387dea","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/revertToRevision/{{test_case_id}}/{{revision_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","revertToRevision","{{test_case_id}}","{{revision_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"d234f1ad-5dfb-4845-aa20-9304af5d88fb","name":"Revert to older test case versions","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/revertToRevision/{{test_case_id}}/{{revision_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","revertToRevision","{{test_case_id}}","{{revision_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"171","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 30 May 2018 12:29:01 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 30 May 2018 12:29:02 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.25","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat May 30 2043 18:25:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"cb6lp3vt5fu957jauea7eaqej5","key":"TestCollab"},{"expires":"Wed May 30 2018 13:18:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"cloud9ide","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Testcase has been reverted to revision #2\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f1\\u002fsuites\\u002fdashboard\\u002f2\\u002f4\"}"}],"_postman_id":"85327de6-588d-44a5-a189-a5ef43387dea"}],"id":"1021418c-76e4-44c0-ae6d-71bd157006eb","event":[{"listen":"prerequest","script":{"id":"ef791244-36ce-4c99-a4e1-19e1db1de0af","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3943a99b-d14f-41e7-8a94-a9c7b0769e11","type":"text/javascript","exec":[""]}}],"_postman_id":"1021418c-76e4-44c0-ae6d-71bd157006eb","description":""},{"name":"Test case list","id":"cf8a060b-f786-4b18-bf54-a1c2a2f72715","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/index/{{suite_id}}.json?API_KEY={{api_key}}","description":"<p>Take a look at Test case list v2 endpoint as well, this endpoint will be deprecated in future version. </p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","index","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"cef8bd20-02cd-4964-bb92-e247e34eb5b9","name":"Test case list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/index/{{suite_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","index","{{suite_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:52:30 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:52:30 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCases\":[{\"TestCase\":{\"id\":\"8\",\"title\":\"Add new client\",\"created\":\"2011-04-14 19:07:10\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"New client test\",\"steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"expected_result\":\"An email will be received at Client's email address along with login credentials.\\r\\nAnd client name will also appear in clients list.\",\"priority\":\"1\",\"avg_execution_time\":\"122\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f8\",\"tags\":{\"28\":{\"id\":\"28\",\"tag\":\"invoice\",\"slug\":\"invoice\"}}},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"5945\",\"step\":\"Open client add page\",\"test_case_id\":\"8\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"5946\",\"step\":\"Fill the add form along with password\",\"test_case_id\":\"8\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"5947\",\"step\":\"Press submit\",\"test_case_id\":\"8\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"9\",\"title\":\"Client Login\",\"created\":\"2011-04-14 19:09:03\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test of client of login\",\"steps\":\"Open the site without being logged in\\n\\nEnter clients login credentials to the form\\n\\n\",\"expected_result\":\"A success messsage will appear saying logged in successfully with tabs of client sections\",\"priority\":\"1\",\"avg_execution_time\":\"34\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open the site without being logged in\\n\\nEnter clients login credentials to the form\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f9\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"6000\",\"step\":\"Open the site without being logged in\",\"test_case_id\":\"9\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"6001\",\"step\":\"Enter clients login credentials to the form\",\"test_case_id\":\"9\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"10\",\"title\":\"Client Change Password from Admin section\",\"created\":\"2011-04-15 10:38:41\",\"user_id\":\"3\",\"suite_id\":\"4\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test that admin can change client password\",\"steps\":\"To go clients page\\n\\nClick on change password link\\n\\nchange the password\\n\\nLogin to client to with new password\\n\\n\",\"expected_result\":\"Admin should be able to change password and client should be able to login with the new password.\",\"priority\":\"1\",\"avg_execution_time\":\"65\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"To go clients page\\n\\nClick on change password link\\n\\nchange the password\\n\\nLogin to client to with new password\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f10\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"169\",\"step\":\"To go clients page\",\"test_case_id\":\"10\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"170\",\"step\":\"Click on change password link\",\"test_case_id\":\"10\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"171\",\"step\":\"change the password\",\"test_case_id\":\"10\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"172\",\"step\":\"Login to client to with new password\",\"test_case_id\":\"10\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"96\",\"title\":\"Verify Admin Clients Page First Login\\t \",\"created\":\"2011-10-26 12:35:40\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the content of Clients Tab at first log in\\r\\n\",\"steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\n\",\"expected_result\":\"1.Page title is \\u0022Clients::Company1\\u0022\\r\\n\\r\\n2.Page contains text \\u0022No Client Found, Why don't you Add One ?\\u0022 with Add One Link Button\\r\\n\\r\\n3.Clients Tab contains controls:\\r\\n\\r\\n- All Clients Tab\\r\\n\\r\\n- Add New Client Tab \\r\\n\\r\\n- Add New Client Button\\r\\n\\r\\n- Search SubTab\\r\\n\\r\\n- Import Clients SubTab\\r\\n\\r\\n4.Header of the page is \\u0022Clients\\u0022\\r\\n\\r\\n5.All Clients Tab is active\\r\\n\\r\\n6.Page footer includes links to Privacy Policy, FAQs, About Us, Terms of Service  and Copyright sign\\r\\n\\r\\n7.All elements meet UI requirements\",\"priority\":\"1\",\"avg_execution_time\":\"3\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f96\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"173\",\"step\":\"[reusable_step:Login_TestDesign1_Owner]\",\"test_case_id\":\"96\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"174\",\"step\":\"Get to Clients Tab\",\"test_case_id\":\"96\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"97\",\"title\":\"Verify All Clients Tab First Login\",\"created\":\"2011-10-26 12:40:25\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"4\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the content of All Clients Tab at first account visit by their owner when no clients added before\\r\\n\",\"steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\nGet to All Clients Tab\\n\\nClick Add One Link\\n\\nGet to All Clients Tab\\n\\nClick Add New Client Button\\n\\n\",\"expected_result\":\"1. Header of the page is \\u0022Clients\\u0022\\r\\n2. Page contains text \\u0022No Client Found, Why don't you Add One ?\\u0022\\r\\n3. Add One Link Button is present\\r\\n4. Page Add New Client is open\\r\\n5. Add New Client Tab is active\\r\\n\",\"priority\":\"1\",\"avg_execution_time\":\"7\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\nGet to All Clients Tab\\n\\nClick Add One Link\\n\\nGet to All Clients Tab\\n\\nClick Add New Client Button\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f97\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"175\",\"step\":\"[reusable_step:Login_TestDesign1_Owner]\",\"test_case_id\":\"97\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"176\",\"step\":\"Get to Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"177\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"178\",\"step\":\"Click Add One Link\",\"test_case_id\":\"97\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"179\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"180\",\"step\":\"Click Add New Client Button\",\"test_case_id\":\"97\",\"sort_order\":\"6\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"110\",\"title\":\"View Client Information\",\"created\":\"2011-10-27 11:48:37\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"5\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies that information entered during adding new client is correctly shown in Clients Table\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to All Clients Tab\\n\\nVerify Information in Clients Table\\n\\n\",\"expected_result\":\"1.Clients Table includes record for just added \\u0022Client1_1\\u0022\\r\\n\\r\\n2.Name = \\u0022Client1_1\\u0022\\r\\n\\r\\n3.Email = valid email for \\u0022Client1_1\\u0022\\r\\n\\r\\n4.Phone = \\u00221234567\\u0022\\r\\n\\r\\n5.Fax = \\u00221234567\\u0022\\r\\n\\r\\n6.Invoices Due = 0\\r\\n\\r\\n7.Total Due = 0\\r\\n\\r\\n8.Available Actions for Client are:\\r\\n\\r\\n- View Invoices\\r\\n- Edit\\r\\n- Payment History\\r\\n- Delete\",\"priority\":\"1\",\"avg_execution_time\":\"34\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to All Clients Tab\\n\\nVerify Information in Clients Table\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f110\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"181\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"110\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"182\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"110\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"183\",\"step\":\"Verify Information in Clients Table\",\"test_case_id\":\"110\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"111\",\"title\":\"Verify Edit Client Page\",\"created\":\"2011-10-27 11:57:01\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"6\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies that client's contact information can be changed and successfully saved in to the system\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to Client Tab -> All Clients\\n\\nClick Edit Button for \\u0022Client1_1\\u0022\\n\\nSet 'Name' = \\u0022Client1_1new\\u0022\\n\\nSet Phone = \\u0022\\u0022\\n\\nClick Add Another Email Address\\n\\nClick Modify\\n\\n\\n\",\"expected_result\":\"1.Message \\u0022The Client has been updated\\u0022 appears\\r\\n\\r\\n2.Clients Table includes record for just edited \\u0022Client1_1new\\u0022\\r\\n\\r\\n3.Name = \\u0022Client1_1new\\u0022\\r\\n\\r\\n4.Email = valid email for \\u0022Client1_1\\u0022\\r\\n\\r\\n5.Phone = \\u0022--\\u0022\\r\\n\\r\\n6.Fax = \\u00221234567\\u0022\\r\\n\\r\\n7.Invoices Due = 0\\r\\n\\r\\n8.Total Due = 0\\r\\n\\r\\n9.Available Actions for Client are:\\r\\n\\r\\n- View Invoices\\r\\n- Edit\\r\\n- Payment History\\r\\n- Delete\",\"priority\":\"1\",\"avg_execution_time\":\"6\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to Client Tab -> All Clients\\n\\nClick Edit Button for \\u0022Client1_1\\u0022\\n\\nSet 'Name' = \\u0022Client1_1new\\u0022\\n\\nSet Phone = \\u0022\\u0022\\n\\nClick Add Another Email Address\\n\\nClick Modify\\n\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f111\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"184\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"111\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"185\",\"step\":\"Get to Client Tab -> All Clients\",\"test_case_id\":\"111\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"186\",\"step\":\"Click Edit Button for \\u0022Client1_1\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"187\",\"step\":\"Set 'Name' = \\u0022Client1_1new\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"188\",\"step\":\"Set Phone = \\u0022\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"189\",\"step\":\"Click Add Another Email Address\",\"test_case_id\":\"111\",\"sort_order\":\"6\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"190\",\"step\":\"Click Modify\\n\",\"test_case_id\":\"111\",\"sort_order\":\"7\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"112\",\"title\":\"Delete Client\",\"created\":\"2011-10-27 12:02:09\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"7\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test cases delete client  from the system\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to Clients->All Clients\\n\\nClick Delete Button for just added \\u0022Client1_1\\u0022\\n\\nGet to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\\n\\nClick 'OK' to confirm delete operation\\n\\n\",\"expected_result\":\"1. Message \\u0022Client deleted\\u0022 appears\\r\\n2. Clients Table doesn't contain record for \\u0022Client1_1\\u0022\\r\\n3. Login isn't successful with \\u0022Client1_1\\u0022 credentials\",\"priority\":\"1\",\"avg_execution_time\":\"5\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to Clients->All Clients\\n\\nClick Delete Button for just added \\u0022Client1_1\\u0022\\n\\nGet to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\\n\\nClick 'OK' to confirm delete operation\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f112\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"191\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"112\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"192\",\"step\":\"Get to Clients->All Clients\",\"test_case_id\":\"112\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"193\",\"step\":\"Click Delete Button for just added \\u0022Client1_1\\u0022\",\"test_case_id\":\"112\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"194\",\"step\":\"Get to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\",\"test_case_id\":\"112\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"195\",\"step\":\"Click 'OK' to confirm delete operation\",\"test_case_id\":\"112\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"113\",\"title\":\"Change Client Password\",\"created\":\"2011-10-27 12:11:24\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"8\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies ability to change client's password by account owner\",\"steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients->All Clients\\r\\n\\r\\nClick Edit Button for \\u0022Client1_1\\u0022\\r\\n\\r\\nClick Change Password Button\\r\\n\\r\\nSet 'Password = \\u0022newpassword\\u0022\\r\\n\\r\\nSet 'Confirm Password' = \\u0022newpassword\\u0022\\r\\n\\r\\nClick Submit Button on Change Password Page\\r\\n\\r\\nLogin to testdesigner1.invoicedude.com as \\u0022Client1_1\\u0022 using new password\",\"expected_result\":\"1. Message \\u0022Password has been reset.\\u0022 appears\\r\\n2. Client's credentials are successfully saved and can be used to log in\\r\\n3. \\u0022Client1_1\\u0022 is logged in to account using New Password \\u0022newpassword\\u0022\",\"priority\":\"1\",\"avg_execution_time\":\"2\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients->All Clients\\r\\n\\r\\nClick Edit Button for \\u0022Client1_1\\u0022\\r\\n\\r\\nClick Change Password Button\\r\\n\\r\\nSet 'Password = \\u0022newpassword\\u0022\\r\\n\\r\\nSet 'Confirm Password' = \\u0022newpassword\\u0022\\r\\n\\r\\nClick Submit Button on Change Password Page\\r\\n\\r\\nLogin to testdesigner1.invoicedude.com as \\u0022Client1_1\\u0022 using new password\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f113\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[]},{\"TestCase\":{\"id\":\"125\",\"title\":\"Download Clients Contact CSV File\",\"created\":\"2011-10-27 16:07:06\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"9\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the ability to download all contact information about clients into CSV file\",\"steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients Tab-> All Clients Tab\\r\\n\\r\\nClick Download CSV\\r\\n\\r\\nType the name for the Clients Contact file = \\u0022export_contacts.csv\\u0022\\r\\n\\r\\nClick Save Button\\r\\n\\r\\nWait until download completion\\r\\n\\r\\nOpen downloaded \\u0022export_contacts.csv\\u0022 file\\r\\n\",\"expected_result\":\"1. File is successfully downloaded into selected folder\\r\\n\\r\\n2.\\u0022Export_contacts.csv\\u0022 contains information:\\r\\n\\r\\nName = \\u0022Client1_1\\u0022\\r\\n\\r\\nEmail  = Valid Email for \\u0022Client1_1\\u0022\\r\\n\\r\\nAddress =\\u0022Client 1 Address\\u0022\\r\\n\\r\\nPhone number = \\u00221234567\\u0022\\r\\n\\r\\nFax = \\u00221234567\\u0022\",\"priority\":\"1\",\"avg_execution_time\":\"1\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients Tab-> All Clients Tab\\r\\n\\r\\nClick Download CSV\\r\\n\\r\\nType the name for the Clients Contact file = \\u0022export_contacts.csv\\u0022\\r\\n\\r\\nClick Save Button\\r\\n\\r\\nWait until download completion\\r\\n\\r\\nOpen downloaded \\u0022export_contacts.csv\\u0022 file\\r\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f125\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[]}],\"paging\":{\"page\":1,\"count\":12,\"limit\":10,\"pageCount\":2}}}"}],"_postman_id":"cf8a060b-f786-4b18-bf54-a1c2a2f72715"},{"name":"Test case list v2","id":"0714933a-108f-4789-9549-563e9b95107b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/indexv2.json?API_KEY={{api_key}}","description":"<p>This is new end point for test case list, the old one will be deprecated in future version and this will take over as pimary.</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","indexv2.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"32c6d2cb-199e-4707-bc41-f7d7e2cde13a","name":"Test case list v2","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/indexv2.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","indexv2.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Mon, 21 May 2018 20:01:00 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Mon, 21 May 2018 20:01:01 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed May 20 2043 14:36:38 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"e7ss5qamah8nk6a6j8oln2mq12","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCases\":[{\"id\":\"2\",\"title\":\"Login\",\"created\":\"2011-04-14 18:18:57\",\"user_id\":\"1\",\"suite_id\":\"1\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"1\",\"description\":\"Should be done after registration.\",\"steps\":\"[reusable_step:login_as_manager]\\r\\n\\r\\nstep 4\\r\\n\\r\\nstep 5\\r\\n\",\"expected_result\":\"\",\"priority\":\"1\",\"avg_execution_time\":\"19\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open URL: http:\\u002f\\u002fgoogle.com\\u002fmanage<\\u002fp>\\n\\n<p>Login as; User: tester, Password: tester<\\u002fp>\\n\\n<p>step 4<\\u002fp>\\n\\n<p>step 5<\\u002fp>\\n<\\u002fdiv>\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f2\",\"tags\":[{\"id\":\"3\",\"tag\":\"test\",\"slug\":\"test\"}],\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[{\"id\":\"44\",\"system_name\":\"5b02e2e2eb796.gif\",\"original_name\":\"1.gif\",\"size\":327680,\"ext\":\"gif\"},{\"id\":\"45\",\"system_name\":\"5b02e2e2ee7a0.pdf\",\"original_name\":\"Test Project20180510 - Test Execution 2 Execution report.pdf\",\"size\":28392,\"ext\":\"pdf\"},{\"id\":\"46\",\"system_name\":\"5b02e2e2f0102.jpg\",\"original_name\":\"IMG-20170827-WA0004.jpg\",\"size\":200377,\"ext\":\"jpg\"}]},{\"id\":\"4\",\"title\":\"Add listing\",\"created\":\"2011-04-14 18:28:32\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"1\",\"description\":\"- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\",\"steps\":\"Login to the site\\n\\nClick on add listing\\n\\nSelect a category for adding and listing and wait for form to load\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n\",\"expected_result\":\"On filling the form a message will appear **Your listing has been added.And is sent for admin review**\\r\\n\\r\\nAnd publishing the listings, listing should appear in listings section on frontend.\\r\\n\\r\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\",\"priority\":\"1\",\"avg_execution_time\":\"56\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Login to the site<\\u002fp>\\n\\n<p>Click on add listing<\\u002fp>\\n\\n<p>Select a category for adding and listing and wait for form to load<\\u002fp>\\n\\n<ul>\\n<li>Bullet list 1<\\u002fli>\\n<li>Bullet list 2<\\u002fli>\\n<li><p>Bullet list 3<\\u002fp><\\u002fli>\\n<li><p>Bullet list 1<\\u002fp><\\u002fli>\\n<li>Bullet list 2<\\u002fli>\\n<li>Bullet list 3<\\u002fli>\\n<\\u002ful>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f4\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"7\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"5\",\"title\":\"Edit listings\",\"created\":\"2011-04-14 18:31:25\",\"user_id\":\"1\",\"suite_id\":\"2\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test to check edit listing from frontend\",\"steps\":\"Open a listing added by you\\r\\n\\r\\nClick on edit link present on the page\\r\\n\\r\\nEdit some information and save\\r\\n\\r\\nGo to admin and publish the listing\\r\\n\\r\\n\",\"expected_result\":\"A success msg will appear saying **Listing saved.Send for admin review** on form submission.\\r\\n\\r\\nOn publishing the listing listing will appear again on front end.\",\"priority\":\"1\",\"avg_execution_time\":\"138\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open a listing added by you<\\u002fp>\\n\\n<p>Click on edit link present on the page<\\u002fp>\\n\\n<p>Edit some information and save<\\u002fp>\\n\\n<p>Go to admin and publish the listing<\\u002fp>\\n<\\u002fdiv>\",\"jj\":\"\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f5\",\"tags\":[{\"id\":\"3\",\"tag\":\"test\",\"slug\":\"test\"},{\"id\":\"15\",\"tag\":\"test case versioning\",\"slug\":\"test-case-versioning\"}],\"last_run_status\":\"1\",\"run_count\":\"6\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"6\",\"title\":\"Add image with listings\",\"created\":\"2011-04-14 18:34:46\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding images along with listing form\",\"steps\":\"\",\"expected_result\":\"On opening view page \\r\\n\\r\\nOne of the uploaded image should appear in index and rests should be linked seen in page linked through a link **View all images**\",\"priority\":\"1\",\"avg_execution_time\":\"93\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"jj\":\"79\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f6\",\"tags\":[{\"id\":\"5\",\"tag\":\"smoke\",\"slug\":\"smoke\"}],\"last_run_status\":\"1\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"7\",\"title\":\"Add new image\",\"created\":\"2011-04-14 18:37:06\",\"user_id\":\"1\",\"suite_id\":\"3\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Adding image seprately\",\"steps\":\"Open listing view page\\n\\nClick on Add image link\\n\\nUpload the image\",\"expected_result\":\"Image should appear on view page of images along with other images of that listings\",\"priority\":\"1\",\"avg_execution_time\":\"104\",\"deleted\":\"0\",\"source_project_id\":\"1\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f7\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"5\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"20\",\"title\":\"Generation of 2 separate packages: Internal \\u0026 Customers Copy\",\"created\":\"2011-04-26 10:49:27\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"2 separate packages should be generated in building process for every package required in project: Internal \\u0026 Customers Copy\",\"steps\":\"Login to Hudson. [Hudson](http:\\u002f\\u002f192.168.1.4:8081\\u002f \\u0022Hudson\\u0022)\\r\\n\\r\\nGoto Packagers Tab > Project Name > Artifacts\\r\\n\\r\\nDownload all available packages\",\"expected_result\":\"Verify that for every package specified in package.props, 2 packages are generated. One should adhere to our encoding policy as specified in packages.props file and another should be non-encoded.\",\"priority\":\"2\",\"avg_execution_time\":\"35\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"High\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f20\",\"tags\":[{\"id\":\"1\",\"tag\":\"post-release\",\"slug\":\"post-release\"}],\"last_run_status\":\"0\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"22\",\"title\":\"Verify docs are generated after release\",\"created\":\"2011-04-26 11:26:20\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"na\",\"steps\":\"na\\n\\n\",\"expected_result\":\"Make sure docs are readable and acceptable for customers.\",\"priority\":\"1\",\"avg_execution_time\":\"3\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f22\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"30\",\"title\":\"Installation on main domain\",\"created\":\"2011-04-26 11:45:52\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test installation on main domain like myapp.com or something.myapp.com\",\"steps\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\r\\n\\r\\nInstall on main domain.\\r\\n\\r\\nLog in \\u0026 explore randomly 2-3 pages.\\r\\n\\r\\ndfgdfgfg\\r\\n\\r\\n\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\",\"priority\":\"1\",\"avg_execution_time\":\"17\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles<\\u002fp>\\n\\n<p>Install on main domain.<\\u002fp>\\n\\n<p>Log in \\u0026 explore randomly 2-3 pages.<\\u002fp>\\n\\n<p>dfgdfgfg<\\u002fp>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f30\",\"tags\":[],\"last_run_status\":\"2\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"31\",\"title\":\"Installation on sub-directory\",\"created\":\"2011-04-26 17:56:28\",\"user_id\":\"1\",\"suite_id\":\"12\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"0\",\"description\":\"URL like maindomain.com\\u002fyourapp\\n\\nThis test will make sure if our app runs under 2 different configurations or not.\",\"steps\":\"Download the given version's package from http:\\u002f\\u002fprojects.gigapromoters.com\\u002fprojects\\u002ftcm\\u002ffiles\\n\\nInstall.\\n\\nLog in \\u0026 explore randomly 2-3 pages.\",\"expected_result\":\"Make sure app is installed successfully and homepage shows up without any issues.\",\"priority\":\"1\",\"avg_execution_time\":\"7\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f31\",\"tags\":[],\"last_run_status\":\"0\",\"run_count\":\"2\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]},{\"id\":\"32\",\"title\":\"JS and CSS should be minified\",\"created\":\"2011-04-28 16:54:03\",\"user_id\":\"1\",\"suite_id\":\"9\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"\",\"steps\":\"Open the URL where project is installed, in firefox with Firebug enabled.\\n\\nOpen firebug \\u0022Scripts\\u0022 Panel.\\n\\nBrowse 2-3 javascript files manually, make sure no new line characters are included and file is compact.\\n\\nDo the same for CSS files.\",\"expected_result\":\"Files should be compact for speed without any new line chars.\",\"priority\":\"1\",\"avg_execution_time\":\"195\",\"deleted\":\"0\",\"source_project_id\":\"5\",\"use_multi_steps\":\"0\",\"steps_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fview\\u002f32\",\"tags\":[],\"last_run_status\":\"1\",\"run_count\":\"1\",\"user_label\":\"Abhimanyu G.\",\"suite_title\":\"Users Login and Register\",\"custom_fields\":[{\"label\":\"jj\",\"value\":null}],\"attachments\":[]}],\"paging\":{\"page\":1,\"count\":88,\"limit\":10,\"pageCount\":9}}}"}],"_postman_id":"0714933a-108f-4789-9549-563e9b95107b"},{"name":"Test Case Add","id":"6f6c6968-a017-49bb-9ec9-7f5a5263148d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"bb03b96f-ddcb-415e-bd21-e75bb9128d6d","name":"Test Case Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"157","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:59:54 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:59:55 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Test Case has been saved!\",\"data\":{\"created_id\":\"3441\"},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\\u002f3441\"}"}],"_postman_id":"6f6c6968-a017-49bb-9ec9-7f5a5263148d"},{"name":"Test Case Edit","id":"8fbb5190-394b-4ecc-b804-8d5000b51a86","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/edit/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","edit","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"3fe9be70-9ac0-4522-8bd9-aa190af2d339","name":"Test Case Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/edit/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","edit","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"158","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:03:56 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:03:57 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Case has been saved!\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\\u002f4\\u002f3441\"}"}],"_postman_id":"8fbb5190-394b-4ecc-b804-8d5000b51a86"},{"name":"Test case delete","id":"030c597d-355e-4f20-a8fd-b5e6152dfecf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/delete/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","delete","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"2c7dd00e-a0ef-4ef6-84b9-7014b848cca4","name":"Test case delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/delete/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","delete","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"133","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:19:57 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:19:57 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Case deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\"}"}],"_postman_id":"030c597d-355e-4f20-a8fd-b5e6152dfecf"},{"name":"Test case view","id":"d7ae37ad-fed4-458f-b35f-4de323896d77","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/35/test_cases/indexv2.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","35","test_cases","indexv2.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"6dccaec2-dcb1-44d6-97ca-51a334e35f63","name":"Test case view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/view/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","view","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"2681","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:23:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:23:31 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCase\":{\"TestCase\":{\"id\":\"8\",\"title\":\"Add new client\",\"created\":\"2011-04-14 19:07:10\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"New client test\",\"steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"expected_result\":\"An email will be received at Client's email address along with login credentials.\\r\\nAnd client name will also appear in clients list.\",\"priority\":\"1\",\"avg_execution_time\":\"122\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":\"<div class=\\u0022markuptext\\u0022><p>New client test<\\u002fp>\\n<\\u002fdiv>\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open client add page<\\u002fp>\\n\\n<p>Fill the add form along with password<\\u002fp>\\n\\n<p>Press submit<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022><p>An email will be received at Client's email address along with login credentials.\\nAnd client name will also appear in clients list.<\\u002fp>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f8\",\"tags\":{\"28\":{\"id\":\"28\",\"tag\":\"invoice\",\"slug\":\"invoice\"}},\"avg_execution_time_display\":\"00 hrs 02 mins 02 sec\",\"requirements\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"5945\",\"step\":\"Open client add page\",\"test_case_id\":\"8\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Open client add page<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"},{\"id\":\"5946\",\"step\":\"Fill the add form along with password\",\"test_case_id\":\"8\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Fill the add form along with password<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"},{\"id\":\"5947\",\"step\":\"Press submit\",\"test_case_id\":\"8\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Press submit<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"}]}}}"}],"_postman_id":"d7ae37ad-fed4-458f-b35f-4de323896d77"},{"name":"Test case execution history","id":"7bed2a41-e618-471a-b180-aeaf38892482","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/getExecutionHistory/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","getExecutionHistory","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"7496e523-ea4e-42be-838d-6e6b49eccd8f","name":"Test case execution history","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/getExecutionHistory/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","getExecutionHistory","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"955","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Thu, 17 May 2018 04:23:14 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Thu, 17 May 2018 04:23:14 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sun May 17 2043 10:13:01 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"h2bgbp5fj2uashfcta38239723","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"execHistory\":[{\"execution\":\"Browser Compatibility Tests\",\"executionCaseId\":\"865\",\"result_status\":\"0\",\"result_status_label\":\"Fail\",\"created\":\"2014-09-02 08:02:37\",\"executed_by\":\"Abhimanyu G.\",\"executed_by_user_id\":\"1\"},{\"execution\":\"Untitled\",\"executionCaseId\":\"798\",\"result_status\":\"0\",\"result_status_label\":\"Fail\",\"created\":\"2012-12-24 13:08:11\",\"executed_by\":\"Abhimanyu G.\",\"executed_by_user_id\":\"1\"},{\"execution\":\"Untitled\",\"executionCaseId\":\"558\",\"result_status\":\"1\",\"result_status_label\":\"Pass\",\"created\":\"2012-09-10 12:41:24\",\"executed_by\":\"Shrey G.\",\"executed_by_user_id\":\"2\"},{\"execution\":\"ssadaad\",\"executionCaseId\":\"504\",\"result_status\":\"0\",\"result_status_label\":\"Fail\",\"created\":\"2012-08-30 11:18:26\",\"executed_by\":\"Shriti G.\",\"executed_by_user_id\":\"3\"},{\"execution\":\"Basics\",\"executionCaseId\":\"15\",\"result_status\":\"1\",\"result_status_label\":\"Pass\",\"created\":\"2011-04-14 19:01:37\",\"executed_by\":\"Shrey G.\",\"executed_by_user_id\":\"2\"}]}}"}],"_postman_id":"7bed2a41-e618-471a-b180-aeaf38892482"},{"name":"Test case change log","id":"6fe8e422-7fe5-4cf9-a024-123fe2ad5c52","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_case_revisions/indexv2/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_case_revisions","indexv2","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"c87b558c-6095-48f4-b569-eda8ab9d2dad","name":"Test case change log","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_case_revisions/indexv2/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_case_revisions","indexv2","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"609","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Thu, 17 May 2018 06:49:16 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Thu, 17 May 2018 06:49:17 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sun May 17 2043 10:13:01 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"h2bgbp5fj2uashfcta38239723","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"revisionData\":[{\"revision_id\":\"108\",\"revision\":\"3\",\"user_id\":\"1\",\"user_label\":\"Abhimanyu G.\",\"created\":\"2016-06-23 11:43:05\",\"comment\":\"\",\"modified_fields\":[\"Steps\"],\"is_head\":true},{\"revision_id\":\"77\",\"revision\":\"2\",\"user_id\":\"1\",\"user_label\":\"Abhimanyu G.\",\"created\":\"2015-09-22 16:20:13\",\"comment\":\"\",\"modified_fields\":[\"Description\",\"Steps\",\"Expected Result\"],\"is_head\":false},{\"revision_id\":\"2\",\"revision\":\"1\",\"user_id\":\"1\",\"user_label\":\"Abhimanyu G.\",\"created\":\"2011-04-14 18:28:32\",\"comment\":null,\"modified_fields\":[],\"is_head\":false}],\"paging\":{\"page\":1,\"count\":3,\"limit\":25,\"pageCount\":1}}}"}],"_postman_id":"6fe8e422-7fe5-4cf9-a024-123fe2ad5c52"},{"name":"Test case diff","id":"65db44e8-e5cf-4d41-a0d5-9c7b64ae3039","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_case_revisions/compare/{{revision_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_case_revisions","compare","{{revision_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"5fee637b-45cb-404a-a0d1-5eb7f6beb85c","name":"Test case diff","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_case_revisions/compare/{{revision_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_case_revisions","compare","{{revision_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"692","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json; charset=UTF-8","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Sun, 20 May 2018 08:37:36 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Sun, 20 May 2018 08:37:36 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed May 20 2043 14:36:38 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tc-may-2018-gigapro.c9users.io","path":"/","secure":false,"value":"e7ss5qamah8nk6a6j8oln2mq12","key":"TestCollab"}],"responseTime":null,"body":"{\"diffs\":{\"previous\":[{\"field\":\"Steps\",\"fieldId\":\"steps\",\"value1\":\"Login to the site\\r\\n\\r\\nClick on add listing\\r\\n\\r\\nSelect a category for adding and listing and wait for form to load\\r\\n\\r\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\r\\n\\r\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\r\\n\\r\\n1. s1\\r\\n1. s2\\r\\n1. s3\",\"value2\":\"Login to the site\\n\\nClick on add listing\\n\\nSelect a category for adding and listing and wait for form to load\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n- Bullet list 1\\r\\n- Bullet list 2\\r\\n- Bullet list 3\\n\\n\"}],\"head\":[{\"field\":\"Separate text fields for steps\",\"fieldId\":\"use_multi_steps\",\"value1\":\"0\",\"value2\":null}]}}"}],"_postman_id":"65db44e8-e5cf-4d41-a0d5-9c7b64ae3039"}],"id":"8436baa5-6ebb-412d-b8ae-84c4ba9fd20a","event":[{"listen":"prerequest","script":{"id":"16466ffc-94d0-4a0e-b42d-076f277d72d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"87e1d67a-ebbd-46a0-aa62-d3c88965a2ac","type":"text/javascript","exec":[""]}}],"_postman_id":"8436baa5-6ebb-412d-b8ae-84c4ba9fd20a","description":""},{"name":"Milestones","item":[{"name":"Milestone list","id":"ac39571d-7628-4a96-8b78-922054fd104f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"53367250-0916-483b-917b-e0debe634c4c","name":"Milestone list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"986","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":null,"body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":10,\"pageCount\":1}}}"}],"_postman_id":"ac39571d-7628-4a96-8b78-922054fd104f"},{"name":"Milestone list with paging params","id":"99276b05-8d37-4eec-944b-4beda985079a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f0039b05-ceb4-4cdf-aced-31e65a4de8b2","name":"Milestone list with paging params","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index/limit:100.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index","limit:100.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"989","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 08:45:57 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 08:45:57 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":null,"body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":\"100\",\"pageCount\":1}}}"}],"_postman_id":"99276b05-8d37-4eec-944b-4beda985079a"},{"name":"Milestone view","id":"8fa7b5c2-4260-434c-85ac-aaf21620239c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/view/{{milestone_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","view","{{milestone_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"3be6b5cc-2922-481a-a876-a4bf3acc4f06","name":"Milestone list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"986","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":null,"body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":10,\"pageCount\":1}}}"},{"id":"7b86f5af-bb02-41e5-9ac9-91b10939a6fe","name":"Milestone view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/view/{{milestone_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","view","{{milestone_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"1407","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:30:09 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:30:09 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"milestone\":{\"Milestone\":{\"id\":\"2\",\"title\":\"Dude Playground Beta\",\"created\":\"2011-04-15 10:57:53\",\"start_date\":\"2011-04-14\",\"due_date\":\"2011-04-23\",\"user_id\":\"3\",\"responsible_user_id\":\"3\",\"status\":\"0\",\"project_id\":\"2\",\"completed_date\":\"2011-04-22\",\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":10,\"failedCases\":1,\"skipCases\":2,\"totalCases\":65,\"pendingCases\":52,\"executedCases\":13,\"timeSpent\":579,\"pendingExecutions\":1,\"progressPercent\":20}},\"Execution\":{\"4\":{\"id\":\"4\",\"title\":\"Local testing\",\"created\":\"2011-04-15 11:00:36\",\"user_id\":\"3\",\"status\":\"1\",\"project_id\":\"2\",\"milestone_id\":\"2\",\"execution_case_count\":\"65\",\"time_taken\":\"1209\",\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":null,\"test_plan_execution_id\":null,\"sub_title\":null,\"published\":\"1\",\"environment\":\"3\",\"version_stabilty\":\"1\",\"version\":\"0\",\"executors\":{\"1430\":\"1\"},\"botExecutors\":[],\"timeTakenLabel\":\"20 min 9 sec\",\"execution_status_Label\":\"Started\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Local; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"77%\",\"executionMetrics\":{\"passedCases\":10,\"failedCases\":1,\"skipCases\":2,\"totalCases\":65,\"pendingCases\":52,\"executedCases\":13,\"timeSpent\":\"579\"},\"labelForPriority\":\"Normal\"}}}}}"}],"_postman_id":"8fa7b5c2-4260-434c-85ac-aaf21620239c"},{"name":"Milestone add","id":"d68de399-c564-4c4e-99b6-2984e9072ba9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Milestone\": {\n      \"title\": \"New Milestone\",\n      \"start_date\": \"2018-04-01\",\n      \"due_date\": \"2018-04-19\",\n      \"responsible_user_id\": 2\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/milestones/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"6783ecdd-fc5c-497b-96fd-9a0fd0b640b3","name":"Milestone add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Milestone\": {\n      \"title\": \"New Milestone\",\n      \"start_date\": \"2018-04-01\",\n      \"due_date\": \"2018-04-19\",\n      \"responsible_user_id\": 2\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"151","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:33:05 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:33:05 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Milestone has been saved\",\"data\":{\"created_id\":\"14\"},\"appState\":\"\\u002fproject\\u002f2\\u002fmilestones\\u002fview\\u002f14\"}"}],"_postman_id":"d68de399-c564-4c4e-99b6-2984e9072ba9"},{"name":"Milestone delete","id":"66db9dc3-0dc7-401c-9355-97c2c303dd2a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/delete/{{milestone_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","delete","{{milestone_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"1a811c96-db9b-457a-ab9f-1b95f57a5cc6","name":"Milestone delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/delete/{{milestone_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","delete","{{milestone_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"133","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:34:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:34:31 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Milestone deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fmilestones\\u002findex\"}"}],"_postman_id":"66db9dc3-0dc7-401c-9355-97c2c303dd2a"}],"id":"8bd0fbd4-dd0d-41f2-9814-1c848510d2d0","_postman_id":"8bd0fbd4-dd0d-41f2-9814-1c848510d2d0","description":""},{"name":"Executions","item":[{"name":"Executions list","id":"27c41187-f9e0-437f-b651-3580bca6e234","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"4f004239-4731-4ba2-8028-5e75d4be5287","name":"Executions list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:44:32 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:44:33 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"executions\":[{\"Execution\":{\"id\":\"182\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:32:44\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"15\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"23\",\"test_plan_execution_id\":\"22\",\"sub_title\":null,\"published\":\"1\",\"executors\":{\"2332\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"178\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"18\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"1\",\"version\":\"1\",\"executors\":{\"1992\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"179\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"19\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"2\",\"version\":\"1\",\"executors\":{\"2077\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Stable; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"180\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"20\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"1\",\"version\":\"1\",\"executors\":{\"2162\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"181\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"21\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"2\",\"version\":\"1\",\"executors\":{\"2247\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Stable; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"144\",\"title\":\"Test Execution 10 May 2016\",\"created\":\"2016-05-10 18:58:31\",\"user_id\":\"1\",\"status\":\"1\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"35\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"2\",\"test_plan_id\":null,\"test_plan_execution_id\":null,\"sub_title\":null,\"published\":\"1\",\"environment\":\"\",\"version_stabilty\":\"\",\"version\":\"\",\"executors\":{\"1488\":\"1\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Started\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"100%\",\"executionMetrics\":{\"passedCases\":4,\"failedCases\":0,\"skipCases\":0,\"totalCases\":35,\"pendingCases\":31,\"executedCases\":4,\"timeSpent\":null},\"labelForPriority\":\"High\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"141\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:51\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"39\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"6\",\"sub_title\":null,\"published\":\"1\",\"executors\":[],\"botExecutors\":{\"1380\":\"1\"},\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":39,\"pendingCases\":39,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"137\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"93\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"2\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"0\",\"version\":\"0\",\"executors\":{\"1047\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Alpha; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":93,\"pendingCases\":93,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"138\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"80\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"3\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"1\",\"version\":\"0\",\"executors\":{\"1140\":\"3\",\"1155\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":80,\"pendingCases\":80,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"139\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"80\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"4\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"0\",\"version\":\"0\",\"executors\":{\"1220\":\"2\",\"1285\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Alpha; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":80,\"pendingCases\":80,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}}],\"paging\":{\"page\":1,\"count\":18,\"limit\":10,\"pageCount\":2}}}"}],"_postman_id":"27c41187-f9e0-437f-b651-3580bca6e234"},{"name":"Execution view","id":"fcf43fce-cdfb-4222-b9ea-13a7549d47ae","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/view/{{execution_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","view","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"2b115f92-8ac1-413e-bcc5-66cd74fac504","name":"Execution view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/view/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","view","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"6278","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:47:10 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:47:10 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"execution\":{\"Execution\":{\"id\":\"182\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:32:44\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"15\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"23\",\"test_plan_execution_id\":\"22\",\"sub_title\":null,\"published\":\"1\",\"executors\":{\"2332\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\",\"executor_wise_count\":{\"user\":{\"3\":15}}},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null},\"TestPlan\":{\"id\":\"23\",\"title\":\"Test Plan 19 June 2017\",\"status\":\"0\",\"intial_fields_map\":null,\"project_id\":\"2\",\"published\":\"1\",\"time_taken\":null,\"priority\":\"1\",\"created\":\"2017-06-19 09:32:40\",\"milestone_id\":null,\"user_id\":\"1\",\"description\":\"\",\"executors\":[\"3\"],\"botExecutors\":[],\"labelForPriority\":\"Normal\"},\"ExecutionCase\":[{\"id\":\"2332\",\"execution_id\":\"182\",\"test_case_id\":\"142\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"1\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2333\",\"execution_id\":\"182\",\"test_case_id\":\"143\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"2\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2334\",\"execution_id\":\"182\",\"test_case_id\":\"144\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"3\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2335\",\"execution_id\":\"182\",\"test_case_id\":\"145\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"4\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2336\",\"execution_id\":\"182\",\"test_case_id\":\"146\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"5\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2337\",\"execution_id\":\"182\",\"test_case_id\":\"147\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"6\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2338\",\"execution_id\":\"182\",\"test_case_id\":\"148\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"7\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2339\",\"execution_id\":\"182\",\"test_case_id\":\"149\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"8\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2340\",\"execution_id\":\"182\",\"test_case_id\":\"150\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"9\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2341\",\"execution_id\":\"182\",\"test_case_id\":\"151\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"10\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2342\",\"execution_id\":\"182\",\"test_case_id\":\"169\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"11\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2343\",\"execution_id\":\"182\",\"test_case_id\":\"170\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"12\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2344\",\"execution_id\":\"182\",\"test_case_id\":\"179\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"13\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2345\",\"execution_id\":\"182\",\"test_case_id\":\"180\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"14\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2346\",\"execution_id\":\"182\",\"test_case_id\":\"181\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"15\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null}]}}}"}],"_postman_id":"fcf43fce-cdfb-4222-b9ea-13a7549d47ae"},{"name":"Execution add","id":"168d8f5e-e951-4357-a1f6-ed3620b4fb12","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"title\": \"New Execution\",\n      \"priority\": \"1\",\n      \"milestone_id\": null\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/add.json?API_KEY={{api_key}}","description":"<p><b>Execution.priority</b>   (required: Yes) \nExecution's priority; 0 = low, 1 = normal, 2 = high</p>\n<p><b>Execution.milestone_id</b>   (required: No)\nMilestone ID of test execution if it belongs to any.</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"ee42f06b-8b07-4f6a-8ffe-f69dd2d24f82","name":"Execution add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"title\": \"New Execution\",\n      \"priority\": \"1\",\n      \"milestone_id\": null\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"160","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:49:05 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:49:05 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Execution has been saved!\",\"data\":{\"created_id\":\"184\"},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002fassignTest\\u002f184\"}"}],"_postman_id":"168d8f5e-e951-4357-a1f6-ed3620b4fb12"},{"name":"Execution assignment","id":"17efdf06-fa5b-4ebc-b7e8-797e32e19c88","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"assign_map\": {\n        \"User_2\": {\n          \"suites\": [\n            1\n          ],\n          \"testCases\": [\n            5,\n            7\n          ]\n        },\n        \"User_1\": {\n          \"suites\": [],\n          \"testCases\": [\n            4,\n            6\n          ]\n        },\n        \"RemoteExecutor_1\": {\n          \"suites\": [],\n          \"testCases\": []\n        }\n      }\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/assignTest/{{execution_id}}.json?API_KEY={{api_key}}","description":"<p><b>'assign_map' parameter explained</b></p>\n<p>This parameter contains JSON-formatted object to indicate which users are assigned to which test cases or test suites. Based on number of test executors, it can contain multiple entries like these:</p>\n<pre>\n\"User_2\":{\n  \"suites\": [\n    \"1\"\n  ],\n  \"testCases\": [\n    5,\n    7\n  ]\n}\n</pre>\n<p>The above object indicates that user with id \"2\" is assigned test suite \"1\" and test cases \"5\" and \"7\" for execution. This provides granual access for assigning desired test cases to specific user(s). Executions can also be assigned to remote executors / bots like these:</p>\n<pre>\n\"RemoteExecutor_1\":{\n  \"suites\": [\n    \"2\"\n  ],\n  \"testCases\": []\n}\n</pre>","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","assignTest","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"d90bfd35-01d8-4fa6-bf23-ec8727db7104","name":"Execution assignment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"assign_map\": {\n        \"User_2\": {\n          \"suites\": [\n            1\n          ],\n          \"testCases\": [\n            5,\n            7\n          ]\n        },\n        \"User_1\": {\n          \"suites\": [],\n          \"testCases\": [\n            4,\n            6\n          ]\n        },\n        \"RemoteExecutor_1\": {\n          \"suites\": [],\n          \"testCases\": []\n        }\n      }\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/assignTest/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","assignTest","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"141","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:50:47 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:50:48 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Tests have been assigned.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002findex\"}"}],"_postman_id":"17efdf06-fa5b-4ebc-b7e8-797e32e19c88"},{"name":"Execution run","id":"c9d40603-81eb-411e-b5bc-e38c27f4c6c8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"ExecutionRun\": {\n      \"notes\": \"Your note\",\n      \"result\": \"1\",\n      \"time_taken\": \"80\",\n      \"add_defect\": 0,\n      \"attachments\": [\n        {\n          \"name\": \"filehash\"\n        }\n      ]\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/run/{{execution_case_id}}.json?API_KEY={{api_key}}","description":"<table>\n<tbody>\n<tr>\n<td><strong>Name <br /></strong></td>\n<td><strong>Required? <br /></strong></td>\n<td><strong> Description</strong></td>\n</tr>\n<tr>\n<td>ExecutionRun.notes</td>\n<td>No</td>\n<td>Any note or comment for execution of case</td>\n</tr>\n<tr>\n<td>ExecutionRun.result</td>\n<td>Yes</td>\n<td>Result can be; 0 = Failed, 1 = Passed, 2 = Skipped</td>\n</tr>\n<tr>\n<td>ExecutionRun.time_taken</td>\n<td>No</td>\n<td>Time taken to run test in seconds.<br /><br /></td>\n</tr>\n<tr>\n<td>ExecutionRun.add_defect </td>\n<td>No</td>\n<td>1 if failure should be reported to integrated issue manager</td>\n</tr>\n<tr>\n<td>ExecutionRun.attachments.{n}.name</td>\n<td>No</td>\n<td>Attachments hashes returned  from <a href=\"http://support.testcollab.com/index.php?pg=kb.page&amp;id=100\">uploading files</a> to test collab server. Here {n} should replaced an index key. There can be multiple attachments</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","run","{{execution_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"3fae7eaf-7bd8-4ac7-aec8-3574f0b6c6aa","name":"Execution run","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"ExecutionRun\": {\n      \"notes\": \"Your note\",\n      \"result\": \"1\",\n      \"time_taken\": \"80\",\n      \"add_defect\": 0,\n      \"attachments\": [\n        {\n          \"name\": \"filehash\"\n        }\n      ]\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/run/{{execution_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","run","{{execution_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"101","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:59:34 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:59:34 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n  \"data\": {\n    \"result\": {\n      \"ok\": true,\n      \"nextExecutionCaseId\": 34\n    }\n  }\n}"}],"_postman_id":"c9d40603-81eb-411e-b5bc-e38c27f4c6c8"},{"name":"Execution case logs view","id":"a82c49a5-5a40-424b-9e1d-97332084ae08","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/execution_case_logs/index/{{execution_case_log_id}}.json?API_KEY={{api_key}}","description":"<p>In response, nextExecutionCaseId will contain id of next execution casse id which should be executed. If all execution cases have been completed then nextExecutionCaseId will be false. </p>\n<p>The value of \"type\" under \"ExecutionCaseLog\" here represents the type of activity which was performed on executed case : </p>\n<p>1 = ran (initial state)</p>\n<p>2 = reassigned</p>\n<p>3 = commented on</p>\n<p>4 = marked as passed</p>\n<p>5 = marked as failed</p>\n<p>6 = marked for retest</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","execution_case_logs","index","{{execution_case_log_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"417ad000-8184-4aa6-be9e-82c9a80d2cbb","name":"Execution case logs view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/execution_case_logs/index/{{execution_case_log_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","execution_case_logs","index","{{execution_case_log_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"33","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:01:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:01:32 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"executionCaseLogs\": [\n        {\n            \"ExecutionCaseLog\": {\n                \"id\": \"2\",\n                \"type\": \"1\",\n                \"execution_case_id\": \"2\",\n                \"params\": [],\n                \"created\": \"2015-01-22 00:29:51\",\n                \"comment\": \"test\",\n                \"project_id\": \"1\",\n                \"user_id\": \"1\",\n                \"execution_run_id\": \"2\",\n                \"remote_executor_id\": null,\n                \"type_text\": \"Execution Run\"\n            },\n            \"ExecutionRun\": {\n                \"id\": \"2\",\n                \"execution_case_id\": \"2\",\n                \"user_id\": \"1\",\n                \"started\": \"2015-01-22 00:29:44\",\n                \"ended\": \"2015-01-22 00:29:51\",\n                \"result\": \"0\",\n                \"notes\": \"test\",\n                \"created\": \"2015-01-22 00:29:51\",\n                \"defect_id\": null,\n                \"time_taken\": \"6\",\n                \"project_id\": \"1\",\n                \"remote_executor_id\": null,\n                \"test_case_revision_id\": \"2\",\n                \"result_label\": \"Fail\"\n            },\n            \"Attachment\": [],\n            \"TestCaseRevision\": {\n                \"id\": \"2\",\n                \"test_case_id\": \"2\",\n               \"created\": \"2015-01-22 00:28:29\",\n               \"user_id\": \"1\",\n               \"revision_number\": \"1\",\n               \"comment\": null\n           }\n    },\n    {\n        \"ExecutionCaseLog\": {\n            \"id\": \"3\",\n            \"type\": \"6\",\n            \"execution_case_id\": \"2\",\n            \"params\": [],\n            \"created\": \"2015-01-22 00:32:01\",\n            \"comment\": \"Bulk action - reassign\",\n            \"project_id\": \"1\",\n            \"user_id\": \"1\",\n            \"execution_run_id\": null,\n            \"remote_executor_id\": null,\n            \"type_text\": \"Retest\"\n        },\n        \"Attachment\": []\n    },\n    {\n        \"ExecutionCaseLog\": {\n            \"id\": \"4\",\n            \"type\": \"1\",\n            \"execution_case_id\": \"2\",\n            \"params\": [],\n            \"created\": \"2015-01-22 00:32:17\",\n            \"comment\": \"test\",\n            \"project_id\": \"1\",\n            \"user_id\": \"1\",\n            \"execution_run_id\": \"3\",\n            \"remote_executor_id\": null,\n            \"type_text\": \"Execution Run\"\n        },\n        \"ExecutionRun\": {\n            \"id\": \"3\",\n            \"execution_case_id\": \"2\",\n            \"user_id\": \"1\",\n            \"started\": \"2015-01-22 00:32:11\",\n            \"ended\": \"2015-01-22 00:32:17\",\n            \"result\": \"0\",\n            \"notes\": \"test\",\n            \"created\": \"2015-01-22 00:32:17\",\n            \"defect_id\": \"1\",\n            \"time_taken\": \"4\",\n            \"project_id\": \"1\",\n            \"remote_executor_id\": null,\n            \"test_case_revision_id\": \"2\",\n            \"result_label\": \"Fail\"\n        },\n        \"Attachment\": [],\n        \"TestCaseRevision\": {\n            \"id\": \"2\",\n            \"test_case_id\": \"2\",\n            \"created\": \"2015-01-22 00:28:29\",\n            \"user_id\": \"1\",\n            \"revision_number\": \"1\",\n            \"comment\": null\n        }\n    }\n    ]\n}\n}"}],"_postman_id":"a82c49a5-5a40-424b-9e1d-97332084ae08"},{"name":"Execution delete","id":"6b8dba3f-8583-4204-81b6-81afa0806fda","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/delete/{{execution_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","delete","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"bdd47a67-f4b6-4f5a-9318-e5fcc890c3c5","name":"Execution delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/delete/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","delete","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"134","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:07:15 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:07:16 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Execution deleted!\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002findex\"}"}],"_postman_id":"6b8dba3f-8583-4204-81b6-81afa0806fda"}],"id":"e7009bab-398e-4ce5-8b01-f43abf7135cb","event":[{"listen":"prerequest","script":{"id":"a0ae73de-6e41-4ba0-a52c-91814ca1d49b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c60c320e-eba3-4724-bd36-d19a6dadf3d3","type":"text/javascript","exec":[""]}}],"_postman_id":"e7009bab-398e-4ce5-8b01-f43abf7135cb","description":""},{"name":"Reports","item":[{"name":"Suite treemap with passed cases percent","id":"95e9e333-5097-4908-b433-fc919688c805","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCasePassedPercentBySuite.json?API_KEY={{api_key}}","description":"<p>For heatmap of suites showing passing % of cases in each test suite</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCasePassedPercentBySuite.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"ed71b838-de20-4acd-a340-0ebb343c9dd0","name":"Suite treemap with passed cases percent","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCasePassedPercentBySuite.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCasePassedPercentBySuite.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"197","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 12:54:26 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"Listing images\",\"value\":8,\"colorValue\":75},{\"name\":\"Misc.\",\"value\":9,\"colorValue\":22.22},{\"name\":\"Pre-Release\",\"value\":9,\"colorValue\":22.22},{\"name\":\"Builds\",\"value\":2,\"colorValue\":0},{\"name\":\"Licensing\",\"value\":1,\"colorValue\":0},{\"name\":\"Post-Release\",\"value\":1,\"colorValue\":100},{\"name\":\"Release\",\"value\":1,\"colorValue\":100},{\"name\":\"Packaging\",\"value\":7,\"colorValue\":57.14},{\"name\":\"Listings\",\"value\":14,\"colorValue\":7.14},{\"name\":\"Users Login and Register\",\"value\":11,\"colorValue\":9.09}]"}],"_postman_id":"95e9e333-5097-4908-b433-fc919688c805"},{"name":"Project metrics","id":"ddaf01ed-639d-4e7b-9e49-26b5e94d56e3","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/projectMetrics.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","projectMetrics.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"960ef8e2-f596-499c-aa37-103d6d14710a","name":"Project metrics","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/projectMetrics.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","projectMetrics.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"128","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Fri, 09 Mar 2018 05:57:38 GMT","name":"date","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sun Mar 08 2043 16:54:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"r3vksktt3qmjrqam9e1ueu9177","key":"TestCollab"}],"responseTime":null,"body":"{\"defectCount\":\"0\",\"timeTakenInSeconds\":\"3030\",\"totalCasesCreated\":\"7\",\"casesPassed\":{\"total\":30,\"passed\":\"20\"},\"avgTimePerExec\":433}"}],"_postman_id":"ddaf01ed-639d-4e7b-9e49-26b5e94d56e3"},{"name":"Defect timeline","id":"f3da4177-2d0d-4ebb-9f13-f56475135b01","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimeline.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimeline.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"23d52acf-b8e6-4fe8-bb7d-186d223d2af5","name":"Defect timeline","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimeline.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimeline.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"99","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:03:52 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"seriesTime\":[\"Oct 2011\",\"Mar 2012\",\"Dec 2012\",\"Sep 2014\",\"Jun 2017\"],\"defectsSeries\":[2,3,1,1,2]}"}],"_postman_id":"f3da4177-2d0d-4ebb-9f13-f56475135b01"},{"name":"Defect timeline - milestone","id":"22fcfdfa-13cd-4c36-904a-a6a3704d8907","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimelineMilestone.json?API_KEY={{api_key}}&milestone_id=4","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimelineMilestone.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}],"variable":[]}},"response":[{"id":"6a925043-86a4-4bae-8496-eea1dd20c947","name":"Defect timeline - milestone","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimelineMilestone.json?API_KEY={{api_key}}&milestone_id=4","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimelineMilestone.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"134","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 14 Mar 2018 09:02:12 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"{\"dateSeries\":[\"2018-03-08\",\"2018-03-09\",\"2018-03-10\",\"2018-03-11\",\"2018-03-12\",\"2018-03-13\",\"2018-03-14\",\"2018-03-15\",\"2018-03-16\"],\"countSeries\":[0,0,0,0,1,1,2,0,0],\"dayLabels\":[\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\",\"Day 9\"]}"}],"_postman_id":"22fcfdfa-13cd-4c36-904a-a6a3704d8907"},{"name":"Test case status timeline - monthly","id":"b6dc9c44-589c-4e59-9f03-8390de396ca3","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimeline.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimeline.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"5ed45b7c-fd5d-44a5-bd93-8be616f279ee","name":"Test case status timeline - monthly","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimeline.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimeline.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"268","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:05:45 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"seriesTime\":[\"Apr 2011\",\"Oct 2011\",\"Mar 2012\",\"Apr 2012\",\"Aug 2012\",\"Sep 2012\",\"Nov 2012\",\"Dec 2012\",\"Sep 2014\",\"Jun 2017\"],\"seriesPassed\":[9,3,null,16,1,6,13,null,null,8],\"seriesFailed\":[2,2,8,null,2,1,12,1,1,3],\"seriesSkipped\":[1,5,null,2,null,null,3,null,null,2]}"}],"_postman_id":"b6dc9c44-589c-4e59-9f03-8390de396ca3"},{"name":"Test case status timeline - weekly","id":"2b86c58e-9a69-4a1c-8243-bdf03c518113","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimelineWeekly.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimelineWeekly.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"579d6d62-38c6-445c-9a62-c86969af5155","name":"Test case status timeline - weekly","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimelineWeekly.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimelineWeekly.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"339","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:06:27 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"seriesTime\":[\"10 Apr 2011\",\"2 Oct 2011\",\"4 Mar 2012\",\"22 Apr 2012\",\"26 Aug 2012\",\"9 Sep 2012\",\"4 Nov 2012\",\"23 Dec 2012\",\"31 Aug 2014\",\"28 May 2017\",\"4 Jun 2017\",\"11 Jun 2017\"],\"seriesPassed\":[9,3,null,16,1,6,13,null,null,1,5,2],\"seriesFailed\":[2,2,8,null,2,1,12,1,1,null,1,2],\"seriesSkipped\":[1,5,null,2,null,null,3,null,null,null,1,1]}"}],"_postman_id":"2b86c58e-9a69-4a1c-8243-bdf03c518113"},{"name":"Test case count by last run statuses","id":"9484d7b1-4aca-49a1-a21f-6241c83b85be","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseLastStatuses.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseLastStatuses.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"e2a80c0b-5fa2-4510-85d6-a8e0e750e45e","name":"Test case count by last run statuses","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseLastStatuses.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseLastStatuses.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"59","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:06:44 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"Skipped\":\"4\",\"Failed\":\"16\",\"Passed\":\"18\",\"Unexecuted\":48}"}],"_postman_id":"9484d7b1-4aca-49a1-a21f-6241c83b85be"},{"name":"Test case statuses by suites","id":"dcd2331a-b04e-40da-902a-5ac1ead1dc0d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseStatusBySuite.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseStatusBySuite.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f141dc28-14a0-4e5b-a05c-b95232aa6fe7","name":"Test case statuses by suites","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseStatusBySuite.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseStatusBySuite.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"302","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:07:05 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"labels\":[\"Listing images\",\"Misc.\",\"Pre-Release\",\"Builds\",\"Licensing\",\"Post-Release\",\"Release\",\"Packaging\",\"Listings\",\"Users Login and Register\"],\"seriesPassed\":[6,2,2,0,0,1,1,4,1,1],\"seriesFailed\":[1,5,2,2,1,0,0,2,1,0],\"seriesSkipped\":[1,2,0,0,0,0,0,1,0,0],\"seriesUnexecuted\":[0,0,5,0,0,0,0,0,12,10]}"}],"_postman_id":"dcd2331a-b04e-40da-902a-5ac1ead1dc0d"},{"name":"Milestone burndown","id":"fa4d2249-9d65-400f-8bba-85eaa79ca419","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/milestoneBurndown.json?API_KEY={{api_key}}&milestone_id=4","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","milestoneBurndown.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}],"variable":[]}},"response":[{"id":"c8626aa3-2078-4f1b-9ed9-06aa316c32d9","name":"Milestone burndown","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/milestoneBurndown.json?API_KEY={{api_key}}&milestone_id={{milestone_id}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","milestoneBurndown.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"{{milestone_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"662","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:11:16 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"startDate\":\"2011-04-14\",\"dueDate\":\"2011-04-30\",\"totalCases\":\"7\",\"dayLabels\":[\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\",\"Day 9\",\"Day 10\",\"Day 11\",\"Day 12\",\"Day 13\",\"Day 14\",\"Day 15\",\"Day 16\",\"Day 17\"],\"idealWorkloadSeries\":[7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0],\"timelineSeries\":[\"2011-04-14\",\"2011-04-15\",\"2011-04-16\",\"2011-04-17\",\"2011-04-18\",\"2011-04-19\",\"2011-04-20\",\"2011-04-21\",\"2011-04-22\",\"2011-04-23\",\"2011-04-24\",\"2011-04-25\",\"2011-04-26\",\"2011-04-27\",\"2011-04-28\",\"2011-04-29\",\"2011-04-30\"],\"workDoneSeries\":[\"6\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"workLeftSeries\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]}"}],"_postman_id":"fa4d2249-9d65-400f-8bba-85eaa79ca419"},{"name":"Test case assigned vs unassigned overall","id":"b4de9a13-a5fb-40b3-8cdb-8fffd4ad35c0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseAssignedUnassignedTotal.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseAssignedUnassignedTotal.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"228207d6-d421-4882-a7cb-6ed3137499de","name":"Test case assigned vs unassigned overall","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseAssignedUnassignedTotal.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseAssignedUnassignedTotal.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"29","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 14 Mar 2018 08:00:29 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"{\"unassigned\":2,\"assigned\":7}"}],"_postman_id":"b4de9a13-a5fb-40b3-8cdb-8fffd4ad35c0"},{"name":"Cases prone to errors","id":"e9d19d34-903c-4aa2-8423-2256fbf042da","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseProneToErrors.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseProneToErrors.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"48961d56-d945-4eab-86de-438810fd140c","name":"Cases prone to errors","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseProneToErrors.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseProneToErrors.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"753","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:13:11 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"result\":[{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Generation of 2 separate packages: Internal & Customers Copy\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Make sure comments are stripped from source code\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"License should not be requested from remote server on shell request\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Study log files of last continuous or nightly build\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Flash messages check\"}}]}"}],"_postman_id":"e9d19d34-903c-4aa2-8423-2256fbf042da"},{"name":"Case failure rate distribution","id":"7e6aa39b-f9f2-4f8f-8e71-d61df5cd891a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testFailureDistribution.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testFailureDistribution.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"39492bd5-dc17-429f-98bd-127090f1dbd0","name":"Case failure rate distribution","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testFailureDistribution.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testFailureDistribution.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"143","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:14:38 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"casesFrequency\":[68,2,1,5,0,3,0,0,0,0,7],\"labels\":[\"0-9%\",\"10-19%\",\"20-29%\",\"30-39%\",\"40-49%\",\"50-59%\",\"60-69%\",\"70-79%\",\"80-89%\",\"90-100%\"]}"}],"_postman_id":"7e6aa39b-f9f2-4f8f-8e71-d61df5cd891a"},{"name":"Time spent per case","id":"4064b58b-3183-4879-b3a4-8ca128bc8f2f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/timeSpentPerCase.json?API_KEY={{api_key}}&timeSeries=max","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","timeSpentPerCase.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"description":{"content":"<p>Time series to return, valid options: max, min, average, total</p>\n","type":"text/plain"},"key":"timeSeries","value":"max"}],"variable":[]}},"response":[{"id":"98155ca9-16b2-4ed3-9cbc-253860654122","name":"Time spent per case","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/timeSpentPerCase.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","timeSpentPerCase.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"236","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Sat, 10 Mar 2018 17:46:16 GMT","name":"date","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sun Mar 08 2043 16:54:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"r3vksktt3qmjrqam9e1ueu9177","key":"TestCollab"}],"responseTime":null,"body":"{\"cases\":[\"Register\",\"Login\",\"Register with no email verification\",\"Add listing\",\"Edit listings\",\"Add image with listings\",\"Add new image\"],\"maxTimeSpent\":[\"185\",\"72\",\"252\",\"349\",\"441\",\"427\",\"319\"],\"minTimeSpent\":[\"1\",\"0\",\"3\",\"1\",\"0\",\"0\",\"0\"],\"avgTimeSpent\":[\"59\",\"34\",\"128\",\"75\",\"161\",\"113\",\"129\"],\"totalTimeSpent\":[\"236\",\"134\",\"513\",\"376\",\"804\",\"453\",\"514\"],\"executedCount\":[\"4\",\"4\",\"4\",\"5\",\"5\",\"4\",\"4\"]}"}],"_postman_id":"4064b58b-3183-4879-b3a4-8ca128bc8f2f"},{"name":"Project - legacy report, casses passed/failed vs time","id":"d2eb351d-9dc3-4b5a-85cb-0908cfa6a5b8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/projects/statsGraph/pastXMonths/1800/true?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","projects","statsGraph","pastXMonths","1800","true"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"2b6afd8e-69ef-44dc-a333-b85e54e53c2b","name":"Project - legacy report, casses passed/failed vs time","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/projects/statsGraph/pastXMonths/1800/true?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","projects","statsGraph","pastXMonths","1800","true"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"24","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:18:40 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":null,"body":"{\"stats\":[],\"days\":1000}"}],"_postman_id":"d2eb351d-9dc3-4b5a-85cb-0908cfa6a5b8"}],"id":"4d825c50-5587-4a94-9666-90c43fd534a0","_postman_id":"4d825c50-5587-4a94-9666-90c43fd534a0","description":""},{"name":"Defects","item":[{"name":"Defect list","id":"ccb59233-900e-4c90-b2f7-dcff99dc541f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/defects/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","defects","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f6b00dfd-a292-4dc4-8b23-def3df761a93","name":"Defect list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/defects/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","defects","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"1993","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 15 Aug 2018 10:35:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Last-Modified","value":"Wed, 15 Aug 2018 10:35:28 GMT","name":"Last-Modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b=i0s8mk1oujlufirb4cdl1qdo30; expires=Sat, 15-Aug-2043 16:35:25 GMT; Max-Age=788940000; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.25","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Aug 15 2043 16:34:29 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"i0s8mk1oujlufirb4cdl1qdo30","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"defects\": [\n            {\n                \"Defect\": {\n                    \"id\": \"1\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"64\",\n                    \"defect\": \"\",\n                    \"status\": \"1\",\n                    \"created\": \"2011-10-14 18:01:49\",\n                    \"issue_created\": \"2011-10-14 18:02:21\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"2\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"65\",\n                    \"defect\": \"\",\n                    \"status\": \"1\",\n                    \"created\": \"2011-10-14 18:02:59\",\n                    \"issue_created\": \"2011-10-14 18:08:14\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"3\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"66\",\n                    \"defect\": \"\",\n                    \"status\": \"1\",\n                    \"created\": \"2012-03-07 14:51:55\",\n                    \"issue_created\": \"2012-03-07 14:56:21\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"8\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"75\",\n                    \"defect\": \"2564\",\n                    \"status\": \"1\",\n                    \"created\": \"2012-03-07 23:57:44\",\n                    \"issue_created\": \"2012-03-08 00:39:54\",\n                    \"defectUrl\": \"http://projects.domain.com/issues/2564\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"9\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"76\",\n                    \"defect\": \"2563\",\n                    \"status\": \"1\",\n                    \"created\": \"2012-03-07 23:57:59\",\n                    \"issue_created\": \"2012-03-08 00:38:53\",\n                    \"defectUrl\": \"http://projects.domain.com/issues/2563\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"23\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"155\",\n                    \"defect\": \"3869\",\n                    \"status\": \"1\",\n                    \"created\": \"2012-12-24 13:08:11\",\n                    \"issue_created\": \"2012-12-24 13:08:23\",\n                    \"defectUrl\": \"http://projects.domain.com/issues/3869\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"24\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"172\",\n                    \"defect\": \"6329\",\n                    \"status\": \"1\",\n                    \"created\": \"2014-09-02 08:02:37\",\n                    \"issue_created\": \"2014-09-02 08:03:01\",\n                    \"defectUrl\": \"http://projects.domain.com/issues/6329\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"40\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"253\",\n                    \"defect\": null,\n                    \"status\": \"1\",\n                    \"created\": \"2017-06-11 12:32:49\",\n                    \"issue_created\": \"2017-06-11 12:37:31\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"41\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"257\",\n                    \"defect\": null,\n                    \"status\": \"1\",\n                    \"created\": \"2017-06-12 14:05:34\",\n                    \"issue_created\": \"2017-06-12 14:05:59\"\n                }\n            },\n            {\n                \"Defect\": {\n                    \"id\": \"53\",\n                    \"project_id\": \"1\",\n                    \"execution_run_id\": \"397\",\n                    \"defect\": null,\n                    \"status\": \"5\",\n                    \"created\": \"2018-06-19 13:18:20\",\n                    \"issue_created\": null\n                }\n            }\n        ],\n        \"paging\": {\n            \"page\": 1,\n            \"count\": 14,\n            \"limit\": 10,\n            \"pageCount\": 2\n        }\n    }\n}"}],"_postman_id":"ccb59233-900e-4c90-b2f7-dcff99dc541f"},{"name":"Defect view","id":"b17f0457-85ff-4f83-95b1-a136486c31cb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/defects/view/{{defect_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","defects","view","{{defect_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"9ac87e02-8aba-4498-afb0-b6009f1bead6","name":"Defect view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/defects/view/{{defect_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","defects","view","{{defect_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"25","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:08:40 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:08:40 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"defect\": {\n            \"Defect\": {\n                \"id\": \"1\",\n                \"project_id\": \"1\",\n                \"execution_run_id\": \"3\",\n                \"defect\": \"7266\",\n                \"status\": \"1\",\n                \"created\": \"2015-01-22 00:32:17\",\n                \"issue_created\": \"2015-01-22 00:32:19\",\n                \"defectUrl\": \"http://issuemanager.com/issues/7266\"\n            }\n        }\n    }\n}"}],"_postman_id":"b17f0457-85ff-4f83-95b1-a136486c31cb"}],"id":"15427ad1-c33a-445c-8df0-c11930adc4e2","description":"<p>Defects are reported to your integrated issue manager whenever 'Fail &amp; Report bug' is pressed.</p>\n<p><em>Fields</em></p>\n<p>\"defect\" refers to external Defect ID. </p>\n<p>\"defectUrl\" is the link to your issue manager bug which was created.</p>\n","event":[{"listen":"prerequest","script":{"id":"edca0a4d-4c42-4e79-b54b-1b7b1388cff3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e15af0c4-747b-4937-81a5-ffd1eaba92f9","type":"text/javascript","exec":[""]}}],"_postman_id":"15427ad1-c33a-445c-8df0-c11930adc4e2"},{"name":"Activity list","id":"5c65e056-ab14-46b9-9869-321a4acaf837","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/projects/get_activity.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","projects","get_activity.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f0ffbce0-666c-4743-9962-012a08f502fe","name":"Activity list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/projects/get_activity.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","projects","get_activity.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"358","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Thu, 08 Mar 2018 10:27:04 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Thu, 08 Mar 2018 10:27:04 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"[{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/16\\\" title=\\\"Test Execution 2018 March 07\\\"\\u003ETest Execution 2018 March 07\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Milestone\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/milestones\\/view\\/3\\\" title=\\\"sdasd\\\"\\u003Esdasd\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/15\\\" title=\\\"Test Execution 2018 March 07\\\"\\u003ETest Execution 2018 March 07\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  finished by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  started by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\/58\\\" title=\\\"Register\\\"\\u003ERegister\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\/4\\\" title=\\\"Add listing\\\"\\u003EAdd listing\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\\" title=\\\"\\\"\\u003E\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\\" title=\\\"\\\"\\u003E\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"}]"}],"_postman_id":"5c65e056-ab14-46b9-9869-321a4acaf837"},{"name":"User profile / self view","id":"27362c27-f1c4-4c32-a2c5-90fb14707d3b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/users/profile.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["users","profile.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"6b0059e5-6a5f-4955-a427-b28891ff0443","name":"Get User","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/users/profile.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["users","profile.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"403","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Wed, 15 Nov 2017 07:07:24 GMT","name":"date","description":""},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"last-modified","value":"Wed, 15 Nov 2017 07:07:24 GMT","name":"last-modified","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"pragma","value":"no-cache","name":"pragma","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sat Nov 15 2042 13:06:06 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"8jfhf0qqhe79n9igjc14ghpe52","key":"TestCollab"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"User\": {\n                \"id\": \"1\",\n                \"username\": \"\",\n                \"email\": \"user@email.com\",\n                \"password\": \"d49e12e72c1d849dd4e48e57a363afbc9eb42512\",\n                \"created\": \"2017-04-14 18:11:06\",\n                \"lastLoginIpAddr\": \"10.240.1.173\",\n                \"status\": \"0\",\n                \"emailVerified\": \"1\",\n                \"avatar\": \"\",\n                \"validateCode\": \"58bvyzprq7qffn9\",\n                \"last_login_date\": \"2017-11-14 08:02:43\",\n                \"first_name\": \"Super\",\n                \"last_name\": \"Admin\",\n                \"is_deactivated\": \"0\",\n                \"api_key\": \"49468cb06e4bd5184d2f19b92fc9ca8c17d24aea\",\n                \"is_admin\": \"1\",\n                \"super_admin\": \"1\",\n                \"deleted\": \"0\",\n                \"subscribe_all_email\": \"0\",\n                \"ldap_username\": null,\n                \"full_name\": \"\",\n                \"profile_url\": \"/users/profile/1/\",\n                \"display_name\": \"Super A.\",\n                \"userRank\": \"Super Administrator\"\n            }\n        }\n    }\n}"}],"_postman_id":"27362c27-f1c4-4c32-a2c5-90fb14707d3b"},{"name":"Login","id":"0a0d8180-1924-4192-8d40-d4385c25e521","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"password","type":"text"}]},"url":"https://{{base_url}}/users/login.json","description":"<p>You do not need to call this function to use rest of the API. This is function for API v2 which is under development.</p>\n","urlObject":{"protocol":"https","path":["users","login.json"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"282db644-f5b1-41c0-9cc1-6c5283be90d3","name":"Failed Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"password","type":"text"}]},"url":"https://{{base_url}}/users/login.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"42","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Wed, 15 Nov 2017 06:11:24 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Wed, 15 Nov 2017 06:11:24 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":false,\"message\":\"Invalid login\"}"},{"id":"45f73a4e-d296-423f-946e-ac6e91e7919b","name":"Successful Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"123abc","type":"text"}]},"url":"https://{{base_url}}/users/login.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"139","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Wed, 15 Nov 2017 06:15:58 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Wed, 15 Nov 2017 06:15:58 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":null,"body":"{\"status\":true,\"message\":\"Logged in successfully\",\"data\":{\"created_id\":null},\"appState\":\"\\u002findex.php\\u002fusers\\u002f#\\u002fdashboard\"}"}],"_postman_id":"0a0d8180-1924-4192-8d40-d4385c25e521"}],"id":"dfca7d48-17c8-4060-98b6-b3659be78215","event":[{"listen":"prerequest","script":{"id":"4860be13-a592-4bb1-bfcf-2dac1fb1956c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dbfeae59-38d0-415c-a226-d7b999c44d8a","type":"text/javascript","exec":[""]}}],"_postman_id":"dfca7d48-17c8-4060-98b6-b3659be78215","description":""},{"name":"1.35 and below","item":[{"name":"Projects","item":[{"name":"Project list","id":"9a85ca4d-82e4-1f78-abb9-231237db4cb6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/projects/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"b44e68c4-44ba-63af-d81b-f12945e8b6b8","name":"Project list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/projects/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["projects","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"6193","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Mon, 18 Sep 2017 09:59:41 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Mon, 18 Sep 2017 09:59:41 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1365","body":"{\"data\":{\"projects\":[{\"Project\":{\"id\":\"1\",\"name\":\"CrowdVox\",\"created\":\"2011-04-14 18:11:27\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"54 min 12 sec\",\"totalTimeSpent\":3252,\"totalTestSuites\":21,\"testCasesCount\":106,\"executionCount\":61,\"defectsCount\":6,\"executionCasesCount\":72,\"passedCasesCount\":40,\"passPercentage\":55.61,\"avgExecutionTimeLabel\":\"5 min 28 sec\",\"avgExecutionTime\":328.55555555556},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3923\",\"project_id\":\"1\",\"type\":\"startedExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-05 17:21:47\",\"entity\":\"Execution\",\"entity_id\":\"173\"}}}},{\"Project\":{\"id\":\"2\",\"name\":\"Invoice Dude\",\"created\":\"2011-04-14 19:05:09\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"20 min 9 sec\",\"totalTimeSpent\":1209,\"totalTestSuites\":23,\"testCasesCount\":214,\"executionCount\":18,\"defectsCount\":0,\"executionCasesCount\":17,\"passedCasesCount\":14,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3939\",\"project_id\":\"2\",\"type\":\"newTestPlan\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-19 09:32:58\",\"entity\":\"TestPlan\",\"entity_id\":\"23\"}}}},{\"Project\":{\"id\":\"4\",\"name\":\"Test Collab\",\"created\":\"2011-04-22 17:02:38\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"5 hour 55 min 51 sec\",\"totalTimeSpent\":21351,\"totalTestSuites\":12,\"testCasesCount\":38,\"executionCount\":28,\"defectsCount\":10,\"executionCasesCount\":67,\"passedCasesCount\":39,\"passPercentage\":39.94,\"avgExecutionTimeLabel\":\"29 min 37 sec\",\"avgExecutionTime\":1777.4166666667},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3940\",\"project_id\":\"4\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-19 09:41:44\",\"entity\":\"Execution\",\"entity_id\":\"183\"}}}},{\"Project\":{\"id\":\"5\",\"name\":\"Giga Framework\",\"created\":\"2011-04-26 10:38:56\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"12 sec\",\"totalTimeSpent\":12,\"totalTestSuites\":13,\"testCasesCount\":34,\"executionCount\":11,\"defectsCount\":2,\"executionCasesCount\":2,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"523\",\"project_id\":\"5\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2012-10-29 15:02:47\",\"entity\":\"Execution\",\"entity_id\":\"87\"}}}},{\"Project\":{\"id\":\"13\",\"name\":\"sxasd\",\"created\":\"2012-09-01 10:10:41\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"PTWO\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":4,\"testCasesCount\":63,\"executionCount\":3,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"597\",\"project_id\":\"13\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"2\",\"created\":\"2013-12-17 12:42:17\",\"entity\":\"Execution\",\"entity_id\":\"108\"}}}},{\"Project\":{\"id\":\"14\",\"name\":\"temp\",\"created\":\"2012-09-15 11:02:57\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"1 min 18 sec\",\"totalTimeSpent\":78,\"totalTestSuites\":7,\"testCasesCount\":53,\"executionCount\":8,\"defectsCount\":5,\"executionCasesCount\":12,\"passedCasesCount\":5,\"passPercentage\":55.56,\"avgExecutionTimeLabel\":\"3 sec\",\"avgExecutionTime\":3.5},\"lastActivity\":{\"ActivityLog\":{\"id\":\"565\",\"project_id\":\"14\",\"type\":\"finishedExecution\",\"params\":[],\"user_id\":null,\"created\":\"2013-06-24 16:24:05\",\"entity\":\"Execution\",\"entity_id\":\"99\"}}}},{\"Project\":{\"id\":\"15\",\"name\":\"11\",\"created\":\"2012-11-30 13:33:18\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"7 sec\",\"totalTimeSpent\":7,\"totalTestSuites\":1,\"testCasesCount\":1,\"executionCount\":1,\"defectsCount\":1,\"executionCasesCount\":1,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"7 sec\",\"avgExecutionTime\":7},\"lastActivity\":{\"ActivityLog\":{\"id\":\"540\",\"project_id\":\"15\",\"type\":\"finishedExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2012-12-05 15:54:27\",\"entity\":\"Execution\",\"entity_id\":\"89\"}}}},{\"Project\":{\"id\":\"16\",\"name\":\"1.3.4\",\"created\":\"2013-12-13 12:40:33\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":null,\"generalMetrics\":{\"totalTimeSpentLabel\":\"2 min 5 sec\",\"totalTimeSpent\":125,\"totalTestSuites\":5,\"testCasesCount\":9,\"executionCount\":4,\"defectsCount\":0,\"executionCasesCount\":7,\"passedCasesCount\":4,\"passPercentage\":62.5,\"avgExecutionTimeLabel\":\"53 sec\",\"avgExecutionTime\":53.5},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3864\",\"project_id\":\"16\",\"type\":\"suiteCsvImport\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-01-17 16:46:26\",\"entity\":\"Suite\",\"entity_id\":\"65\"}}}},{\"Project\":{\"id\":\"17\",\"name\":\"Sample\",\"created\":\"2013-12-16 16:38:10\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"PONE\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":2,\"testCasesCount\":3,\"executionCount\":1,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3853\",\"project_id\":\"17\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2016-06-25 14:44:33\",\"entity\":\"Execution\",\"entity_id\":\"146\"}}}},{\"Project\":{\"id\":\"18\",\"name\":\"ch30-manager\",\"created\":\"2013-12-17 10:17:48\",\"status\":\"0\",\"user_id\":\"1\",\"is_archived\":\"0\",\"issue_manager_project_id\":\"ch30-manager\",\"generalMetrics\":{\"totalTimeSpentLabel\":\"N\\u002fA\",\"totalTimeSpent\":0,\"totalTestSuites\":1,\"testCasesCount\":1,\"executionCount\":3,\"defectsCount\":0,\"executionCasesCount\":0,\"passedCasesCount\":0,\"passPercentage\":0,\"avgExecutionTimeLabel\":\"N\\u002fA\",\"avgExecutionTime\":null},\"lastActivity\":{\"ActivityLog\":{\"id\":\"3930\",\"project_id\":\"18\",\"type\":\"newExecution\",\"params\":[],\"user_id\":\"1\",\"created\":\"2017-06-12 13:40:57\",\"entity\":\"Execution\",\"entity_id\":\"177\"}}}}],\"paging\":{\"page\":1,\"count\":25,\"limit\":10,\"pageCount\":3}}}"}],"_postman_id":"9a85ca4d-82e4-1f78-abb9-231237db4cb6"},{"name":"Project Add","id":"2795137d-a628-48c1-882d-56431aa0badf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"New Project\"}}}"},"url":"https://{{base_url}}/projects/add/true.json","urlObject":{"protocol":"https","path":["projects","add","true.json"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"64936b6e-4196-40e1-bcb6-b463200c38aa","name":"Project Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"New Project\"}}}"},"url":"https://{{base_url}}/projects/add/true.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"210","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:19:32 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:19:33 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Project saved. You can now <a href=\\u0022\\u002findex.php\\u002fproject\\u002f35\\u002fsuites\\u002fadd\\u0022>add a test suite<\\u002fa> or <a href=\\u0022\\u002findex.php\\u002fproject\\u002f35\\u002fproject_members\\u002fmultiAdd\\u0022>select team members<\\u002fa> of this project.\",\"data\":{\"created_id\":\"35\"},\"appState\":\"\\u002fproject\\u002f35\"}"}],"_postman_id":"2795137d-a628-48c1-882d-56431aa0badf"},{"name":"Project Edit","id":"8d5ef594-fd45-478c-a675-6e3c05e57e10","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"Edited Project Name\"}}}"},"url":"https://{{base_url}}/projects/edit/{{project_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","edit","{{project_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"0b3b5bf6-57bc-41e7-a1f4-31ae290e4b6c","name":"Project Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Project\": {\"name\": \"Edited Project Name\"}}}"},"url":"https://{{base_url}}/projects/edit/{{project_id}}.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"117","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:22:29 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:22:29 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Project has been saved.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fprojects\"}"}],"_postman_id":"8d5ef594-fd45-478c-a675-6e3c05e57e10"},{"name":"Project delete","id":"ff9c5ea1-1db6-40d0-aaa0-3d3e92dbb2f2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/projects/delete/{{project_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["projects","delete","{{project_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"650b35da-8e00-467b-82ca-ebb28ccff162","name":"Project delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/projects/delete/{{project_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["projects","delete","{{project_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"105","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 16:25:13 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 16:25:20 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 22:15:10 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"i6gha8gt8h9l0covvigr4th5m7","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Project deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fprojects\"}"}],"_postman_id":"ff9c5ea1-1db6-40d0-aaa0-3d3e92dbb2f2"}],"id":"8ca71c25-0a25-47d5-8f3c-6642bc4bfbf5","_postman_id":"8ca71c25-0a25-47d5-8f3c-6642bc4bfbf5","description":""},{"name":"Test Suites","item":[{"name":"Test Suite Add","id":"093c9faf-b406-4725-942e-5068b3e46abb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"Suite Name\",\"parent_id\" : 1}}}"},"url":"https://{{base_url}}/project/{{project_id}}/suites/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"1c041c40-75a3-4ff2-a493-d39a5b8fa3c8","name":"Test Suite Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"Suite Name\",\"parent_id\" : 1}}}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"257","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:34:43 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:34:43 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Suite saved. You can <a href=\\u0022\\u002fproject\\u002f1\\u002ftest_cases\\u002fadd\\u002f233\\u0022>add new test cases<\\u002fa> now.\",\"data\":{\"created_id\":\"233\"},\"appState\":\"\\u002fproject\\u002f1\\u002ftest_cases\\u002fadd\\u002f233\"}"}],"_postman_id":"093c9faf-b406-4725-942e-5068b3e46abb"},{"name":"Test Suite Edit","id":"c5c97f90-e7b1-4a43-b809-ebf1a50140bc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"New Title\"}}}"},"url":"https://{{base_url}}/project/{{project_id}}/suites/edit/{{suite_id}}.json??API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","edit","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"?API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"7a79d9fd-5324-4d4c-9d22-0088db317764","name":"Test Suite Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"data\": {\"Suite\": {\"title\": \"New Title\"}}}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/edit/{{suite_id}}.json??API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","edit","{{suite_id}}.json"],"query":[{"key":"?API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"153","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:37:03 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:37:03 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Test Suite has been saved.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f1\\u002fsuites\\u002fdashboard\\u002f1\"}"}],"_postman_id":"c5c97f90-e7b1-4a43-b809-ebf1a50140bc"},{"name":"Test suite delete","id":"1448996c-83e5-481c-adb2-3436f4ad03d4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/suites/delete/{{suite_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","suites","delete","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"c1fbe876-f120-40a3-b915-ba234122828b","name":"Test suite delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/suites/delete/{{suite_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","suites","delete","{{suite_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"134","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:38:17 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:38:17 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Suite deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f1\\u002fsuites\\u002fdashboard\"}"}],"_postman_id":"1448996c-83e5-481c-adb2-3436f4ad03d4"}],"id":"f04a27ce-1f5a-44da-9cf9-41b308d7149c","_postman_id":"f04a27ce-1f5a-44da-9cf9-41b308d7149c","description":""},{"name":"Reports","item":[{"name":"Suite treemap with passed cases percent","id":"16b12a2c-7c99-813a-cadb-177400933c46","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCasePassedPercentBySuite.json?API_KEY={{api_key}}","description":"<p>For heatmap of suites showing passing % of cases in each test suite</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCasePassedPercentBySuite.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"542619a9-4de7-0cfd-aa3b-05439ce34634","name":"Suite treemap with passed cases percent","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCasePassedPercentBySuite.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCasePassedPercentBySuite.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"197","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 12:54:26 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1671","body":"[{\"name\":\"Listing images\",\"value\":8,\"colorValue\":75},{\"name\":\"Misc.\",\"value\":9,\"colorValue\":22.22},{\"name\":\"Pre-Release\",\"value\":9,\"colorValue\":22.22},{\"name\":\"Builds\",\"value\":2,\"colorValue\":0},{\"name\":\"Licensing\",\"value\":1,\"colorValue\":0},{\"name\":\"Post-Release\",\"value\":1,\"colorValue\":100},{\"name\":\"Release\",\"value\":1,\"colorValue\":100},{\"name\":\"Packaging\",\"value\":7,\"colorValue\":57.14},{\"name\":\"Listings\",\"value\":14,\"colorValue\":7.14},{\"name\":\"Users Login and Register\",\"value\":11,\"colorValue\":9.09}]"}],"_postman_id":"16b12a2c-7c99-813a-cadb-177400933c46"},{"name":"Project metrics","id":"c51559e0-0aa2-d4f3-556e-bf2346a5bf92","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/projectMetrics.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","projectMetrics.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"ef5339ae-3be3-e8f5-edbd-ff8037afb961","name":"Project metrics","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/projectMetrics.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","projectMetrics.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"128","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Fri, 09 Mar 2018 05:57:38 GMT","name":"date","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sun Mar 08 2043 16:54:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"r3vksktt3qmjrqam9e1ueu9177","key":"TestCollab"}],"responseTime":"1577","body":"{\"defectCount\":\"0\",\"timeTakenInSeconds\":\"3030\",\"totalCasesCreated\":\"7\",\"casesPassed\":{\"total\":30,\"passed\":\"20\"},\"avgTimePerExec\":433}"}],"_postman_id":"c51559e0-0aa2-d4f3-556e-bf2346a5bf92"},{"name":"Defect timeline","id":"fa4a006c-dfa6-ad8d-3180-e5c2298fa927","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimeline.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimeline.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"da9321e0-edb2-4ed9-9447-73f10d66286c","name":"Defect timeline","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimeline.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimeline.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"99","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:03:52 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1666","body":"{\"seriesTime\":[\"Oct 2011\",\"Mar 2012\",\"Dec 2012\",\"Sep 2014\",\"Jun 2017\"],\"defectsSeries\":[2,3,1,1,2]}"}],"_postman_id":"fa4a006c-dfa6-ad8d-3180-e5c2298fa927"},{"name":"Defect timeline - milestone","id":"76786926-6f0f-873b-d909-0869ec6ed099","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimelineMilestone.json?API_KEY={{api_key}}&milestone_id=4","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimelineMilestone.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}],"variable":[]}},"response":[{"id":"dd73ec65-1637-1609-e93d-0f8775cd7fa2","name":"Defect timeline - milestone","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/defectTimelineMilestone.json?API_KEY={{api_key}}&milestone_id=4","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","defectTimelineMilestone.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"134","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 14 Mar 2018 09:02:12 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1603","body":"{\"dateSeries\":[\"2018-03-08\",\"2018-03-09\",\"2018-03-10\",\"2018-03-11\",\"2018-03-12\",\"2018-03-13\",\"2018-03-14\",\"2018-03-15\",\"2018-03-16\"],\"countSeries\":[0,0,0,0,1,1,2,0,0],\"dayLabels\":[\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\",\"Day 9\"]}"}],"_postman_id":"76786926-6f0f-873b-d909-0869ec6ed099"},{"name":"Test case status timeline - monthly","id":"57633a20-7f19-8402-3bd1-0e1f31a8efe0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimeline.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimeline.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"5ba81240-1f65-5421-43db-3e8ba58f61b8","name":"Test case status timeline - monthly","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimeline.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimeline.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"268","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:05:45 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"2145","body":"{\"seriesTime\":[\"Apr 2011\",\"Oct 2011\",\"Mar 2012\",\"Apr 2012\",\"Aug 2012\",\"Sep 2012\",\"Nov 2012\",\"Dec 2012\",\"Sep 2014\",\"Jun 2017\"],\"seriesPassed\":[9,3,null,16,1,6,13,null,null,8],\"seriesFailed\":[2,2,8,null,2,1,12,1,1,3],\"seriesSkipped\":[1,5,null,2,null,null,3,null,null,2]}"}],"_postman_id":"57633a20-7f19-8402-3bd1-0e1f31a8efe0"},{"name":"Test case status timeline - weekly","id":"7bb7082d-4e31-ffaf-86c0-e00405e773ba","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimelineWeekly.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimelineWeekly.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"d4741991-1d3d-54e8-5d29-ceddcd2a87bb","name":"Test case status timeline - weekly","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseTimelineWeekly.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseTimelineWeekly.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"339","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:06:27 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1142","body":"{\"seriesTime\":[\"10 Apr 2011\",\"2 Oct 2011\",\"4 Mar 2012\",\"22 Apr 2012\",\"26 Aug 2012\",\"9 Sep 2012\",\"4 Nov 2012\",\"23 Dec 2012\",\"31 Aug 2014\",\"28 May 2017\",\"4 Jun 2017\",\"11 Jun 2017\"],\"seriesPassed\":[9,3,null,16,1,6,13,null,null,1,5,2],\"seriesFailed\":[2,2,8,null,2,1,12,1,1,null,1,2],\"seriesSkipped\":[1,5,null,2,null,null,3,null,null,null,1,1]}"}],"_postman_id":"7bb7082d-4e31-ffaf-86c0-e00405e773ba"},{"name":"Test case count by last run statuses","id":"51d370a3-8985-48b0-8f5c-8f474c385337","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseLastStatuses.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseLastStatuses.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"eb28f30c-09f9-5c26-589b-9861ef914a77","name":"Test case count by last run statuses","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseLastStatuses.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseLastStatuses.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"59","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:06:44 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1598","body":"{\"Skipped\":\"4\",\"Failed\":\"16\",\"Passed\":\"18\",\"Unexecuted\":48}"}],"_postman_id":"51d370a3-8985-48b0-8f5c-8f474c385337"},{"name":"Test case statuses by suites","id":"b491801c-6420-fffb-e1c7-8184a52d51cf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseStatusBySuite.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseStatusBySuite.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"2d1b7ca6-b900-1219-3a2f-2ba73b715860","name":"Test case statuses by suites","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseStatusBySuite.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseStatusBySuite.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"302","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:07:05 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1739","body":"{\"labels\":[\"Listing images\",\"Misc.\",\"Pre-Release\",\"Builds\",\"Licensing\",\"Post-Release\",\"Release\",\"Packaging\",\"Listings\",\"Users Login and Register\"],\"seriesPassed\":[6,2,2,0,0,1,1,4,1,1],\"seriesFailed\":[1,5,2,2,1,0,0,2,1,0],\"seriesSkipped\":[1,2,0,0,0,0,0,1,0,0],\"seriesUnexecuted\":[0,0,5,0,0,0,0,0,12,10]}"}],"_postman_id":"b491801c-6420-fffb-e1c7-8184a52d51cf"},{"name":"Milestone burndown","id":"a8ffe67a-8ee2-eb4d-893e-5d0fdc905a45","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/milestoneBurndown.json?API_KEY={{api_key}}&milestone_id=4","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","milestoneBurndown.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"4"}],"variable":[]}},"response":[{"id":"01a864dc-7316-0bae-c15a-f27ae6999e5e","name":"Milestone burndown","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/milestoneBurndown.json?API_KEY={{api_key}}&milestone_id={{milestone_id}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","milestoneBurndown.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"key":"milestone_id","value":"{{milestone_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"662","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:11:16 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"2044","body":"{\"startDate\":\"2011-04-14\",\"dueDate\":\"2011-04-30\",\"totalCases\":\"7\",\"dayLabels\":[\"Day 1\",\"Day 2\",\"Day 3\",\"Day 4\",\"Day 5\",\"Day 6\",\"Day 7\",\"Day 8\",\"Day 9\",\"Day 10\",\"Day 11\",\"Day 12\",\"Day 13\",\"Day 14\",\"Day 15\",\"Day 16\",\"Day 17\"],\"idealWorkloadSeries\":[7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0],\"timelineSeries\":[\"2011-04-14\",\"2011-04-15\",\"2011-04-16\",\"2011-04-17\",\"2011-04-18\",\"2011-04-19\",\"2011-04-20\",\"2011-04-21\",\"2011-04-22\",\"2011-04-23\",\"2011-04-24\",\"2011-04-25\",\"2011-04-26\",\"2011-04-27\",\"2011-04-28\",\"2011-04-29\",\"2011-04-30\"],\"workDoneSeries\":[\"6\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"workLeftSeries\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]}"}],"_postman_id":"a8ffe67a-8ee2-eb4d-893e-5d0fdc905a45"},{"name":"Test case assigned vs unassigned overall","id":"5fb96b8e-812f-de6a-27f6-17261633be1d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseAssignedUnassignedTotal.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseAssignedUnassignedTotal.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"dd69a45f-51f9-a4b5-97dd-30b232432097","name":"Test case assigned vs unassigned overall","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseAssignedUnassignedTotal.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseAssignedUnassignedTotal.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"29","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 14 Mar 2018 08:00:29 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1698","body":"{\"unassigned\":2,\"assigned\":7}"}],"_postman_id":"5fb96b8e-812f-de6a-27f6-17261633be1d"},{"name":"Cases prone to errors","id":"649dde5b-054a-7dc4-8939-a62adae724fc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseProneToErrors.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseProneToErrors.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"cae832ec-6593-44d4-6243-f1d76f2a8abc","name":"Cases prone to errors","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testCaseProneToErrors.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testCaseProneToErrors.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"753","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:13:11 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1508","body":"{\"result\":[{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Generation of 2 separate packages: Internal & Customers Copy\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Make sure comments are stripped from source code\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"License should not be requested from remote server on shell request\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Study log files of last continuous or nightly build\"}},{\"query\":{\"total_execs\":\"1\",\"cases_failed\":\"1\",\"cases_failed_percent\":\"100\",\"test_case_title\":\"Flash messages check\"}}]}"}],"_postman_id":"649dde5b-054a-7dc4-8939-a62adae724fc"},{"name":"Case failure rate distribution","id":"a9e408eb-90be-2059-ce32-ce7e7892271c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testFailureDistribution.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testFailureDistribution.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"c2d38935-0b45-a8c4-0270-849b645f502a","name":"Case failure rate distribution","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/testFailureDistribution.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","testFailureDistribution.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"143","description":""},{"name":"content-type","key":"content-type","value":"application/json","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:14:38 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1880","body":"{\"casesFrequency\":[68,2,1,5,0,3,0,0,0,0,7],\"labels\":[\"0-9%\",\"10-19%\",\"20-29%\",\"30-39%\",\"40-49%\",\"50-59%\",\"60-69%\",\"70-79%\",\"80-89%\",\"90-100%\"]}"}],"_postman_id":"a9e408eb-90be-2059-ce32-ce7e7892271c"},{"name":"Time spent per case","id":"9ce3a514-5558-53b6-6906-3b1b04fe1a8a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/timeSpentPerCase.json?API_KEY={{api_key}}&timeSeries=max","urlObject":{"protocol":"https","path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","timeSpentPerCase.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"},{"description":{"content":"<p>Time series to return, valid options: max, min, average, total</p>\n","type":"text/plain"},"key":"timeSeries","value":"max"}],"variable":[]}},"response":[{"id":"296ded12-1dda-45bc-76a3-55950c0e1e14","name":"Time spent per case","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/tcm_reporting/tcm_reports/get_data/timeSpentPerCase.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","tcm_reporting","tcm_reports","get_data","timeSpentPerCase.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"236","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Sat, 10 Mar 2018 17:46:16 GMT","name":"date","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sun Mar 08 2043 16:54:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"r3vksktt3qmjrqam9e1ueu9177","key":"TestCollab"}],"responseTime":"2080","body":"{\"cases\":[\"Register\",\"Login\",\"Register with no email verification\",\"Add listing\",\"Edit listings\",\"Add image with listings\",\"Add new image\"],\"maxTimeSpent\":[\"185\",\"72\",\"252\",\"349\",\"441\",\"427\",\"319\"],\"minTimeSpent\":[\"1\",\"0\",\"3\",\"1\",\"0\",\"0\",\"0\"],\"avgTimeSpent\":[\"59\",\"34\",\"128\",\"75\",\"161\",\"113\",\"129\"],\"totalTimeSpent\":[\"236\",\"134\",\"513\",\"376\",\"804\",\"453\",\"514\"],\"executedCount\":[\"4\",\"4\",\"4\",\"5\",\"5\",\"4\",\"4\"]}"}],"_postman_id":"9ce3a514-5558-53b6-6906-3b1b04fe1a8a"},{"name":"Project - legacy report, casses passed/failed vs time","id":"6a8ed8d9-37dc-66c8-4c5f-1fb3490bf316","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/projects/statsGraph/pastXMonths/1800/true?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","projects","statsGraph","pastXMonths","1800","true"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"de672b81-8303-3b09-a30d-f588897ee89f","name":"Project - legacy report, casses passed/failed vs time","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/projects/statsGraph/pastXMonths/1800/true?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","projects","statsGraph","pastXMonths","1800","true"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"content-length","key":"content-length","value":"24","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Wed, 04 Apr 2018 13:18:40 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","description":""}],"cookie":[],"responseTime":"1895","body":"{\"stats\":[],\"days\":1000}"}],"_postman_id":"6a8ed8d9-37dc-66c8-4c5f-1fb3490bf316"}],"id":"a600677f-4a9b-7659-be24-e0328b7a90cf","_postman_id":"a600677f-4a9b-7659-be24-e0328b7a90cf","description":""},{"name":"Test Cases","item":[{"name":"Test case list","id":"0efff805-578c-45df-af74-a1b6ef5343cb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/index/{{suite_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","index","{{suite_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"c53bec8b-c9fe-4ef5-b3a3-9007204c17a7","name":"Test case list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/index/{{suite_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","index","{{suite_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:52:30 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:52:30 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCases\":[{\"TestCase\":{\"id\":\"8\",\"title\":\"Add new client\",\"created\":\"2011-04-14 19:07:10\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"New client test\",\"steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"expected_result\":\"An email will be received at Client's email address along with login credentials.\\r\\nAnd client name will also appear in clients list.\",\"priority\":\"1\",\"avg_execution_time\":\"122\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f8\",\"tags\":{\"28\":{\"id\":\"28\",\"tag\":\"invoice\",\"slug\":\"invoice\"}}},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"5945\",\"step\":\"Open client add page\",\"test_case_id\":\"8\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"5946\",\"step\":\"Fill the add form along with password\",\"test_case_id\":\"8\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"5947\",\"step\":\"Press submit\",\"test_case_id\":\"8\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"9\",\"title\":\"Client Login\",\"created\":\"2011-04-14 19:09:03\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"1\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test of client of login\",\"steps\":\"Open the site without being logged in\\n\\nEnter clients login credentials to the form\\n\\n\",\"expected_result\":\"A success messsage will appear saying logged in successfully with tabs of client sections\",\"priority\":\"1\",\"avg_execution_time\":\"34\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open the site without being logged in\\n\\nEnter clients login credentials to the form\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f9\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"6000\",\"step\":\"Open the site without being logged in\",\"test_case_id\":\"9\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"6001\",\"step\":\"Enter clients login credentials to the form\",\"test_case_id\":\"9\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"10\",\"title\":\"Client Change Password from Admin section\",\"created\":\"2011-04-15 10:38:41\",\"user_id\":\"3\",\"suite_id\":\"4\",\"sort_order\":\"2\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test that admin can change client password\",\"steps\":\"To go clients page\\n\\nClick on change password link\\n\\nchange the password\\n\\nLogin to client to with new password\\n\\n\",\"expected_result\":\"Admin should be able to change password and client should be able to login with the new password.\",\"priority\":\"1\",\"avg_execution_time\":\"65\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"To go clients page\\n\\nClick on change password link\\n\\nchange the password\\n\\nLogin to client to with new password\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f10\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"169\",\"step\":\"To go clients page\",\"test_case_id\":\"10\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"170\",\"step\":\"Click on change password link\",\"test_case_id\":\"10\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"171\",\"step\":\"change the password\",\"test_case_id\":\"10\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"172\",\"step\":\"Login to client to with new password\",\"test_case_id\":\"10\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"96\",\"title\":\"Verify Admin Clients Page First Login\\t \",\"created\":\"2011-10-26 12:35:40\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"3\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the content of Clients Tab at first log in\\r\\n\",\"steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\n\",\"expected_result\":\"1.Page title is \\u0022Clients::Company1\\u0022\\r\\n\\r\\n2.Page contains text \\u0022No Client Found, Why don't you Add One ?\\u0022 with Add One Link Button\\r\\n\\r\\n3.Clients Tab contains controls:\\r\\n\\r\\n- All Clients Tab\\r\\n\\r\\n- Add New Client Tab \\r\\n\\r\\n- Add New Client Button\\r\\n\\r\\n- Search SubTab\\r\\n\\r\\n- Import Clients SubTab\\r\\n\\r\\n4.Header of the page is \\u0022Clients\\u0022\\r\\n\\r\\n5.All Clients Tab is active\\r\\n\\r\\n6.Page footer includes links to Privacy Policy, FAQs, About Us, Terms of Service  and Copyright sign\\r\\n\\r\\n7.All elements meet UI requirements\",\"priority\":\"1\",\"avg_execution_time\":\"3\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f96\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"173\",\"step\":\"[reusable_step:Login_TestDesign1_Owner]\",\"test_case_id\":\"96\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"174\",\"step\":\"Get to Clients Tab\",\"test_case_id\":\"96\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"97\",\"title\":\"Verify All Clients Tab First Login\",\"created\":\"2011-10-26 12:40:25\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"4\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the content of All Clients Tab at first account visit by their owner when no clients added before\\r\\n\",\"steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\nGet to All Clients Tab\\n\\nClick Add One Link\\n\\nGet to All Clients Tab\\n\\nClick Add New Client Button\\n\\n\",\"expected_result\":\"1. Header of the page is \\u0022Clients\\u0022\\r\\n2. Page contains text \\u0022No Client Found, Why don't you Add One ?\\u0022\\r\\n3. Add One Link Button is present\\r\\n4. Page Add New Client is open\\r\\n5. Add New Client Tab is active\\r\\n\",\"priority\":\"1\",\"avg_execution_time\":\"7\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Login_TestDesign1_Owner]\\n\\nGet to Clients Tab\\n\\nGet to All Clients Tab\\n\\nClick Add One Link\\n\\nGet to All Clients Tab\\n\\nClick Add New Client Button\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f97\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"175\",\"step\":\"[reusable_step:Login_TestDesign1_Owner]\",\"test_case_id\":\"97\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"176\",\"step\":\"Get to Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"177\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"178\",\"step\":\"Click Add One Link\",\"test_case_id\":\"97\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"179\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"97\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"180\",\"step\":\"Click Add New Client Button\",\"test_case_id\":\"97\",\"sort_order\":\"6\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"110\",\"title\":\"View Client Information\",\"created\":\"2011-10-27 11:48:37\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"5\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies that information entered during adding new client is correctly shown in Clients Table\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to All Clients Tab\\n\\nVerify Information in Clients Table\\n\\n\",\"expected_result\":\"1.Clients Table includes record for just added \\u0022Client1_1\\u0022\\r\\n\\r\\n2.Name = \\u0022Client1_1\\u0022\\r\\n\\r\\n3.Email = valid email for \\u0022Client1_1\\u0022\\r\\n\\r\\n4.Phone = \\u00221234567\\u0022\\r\\n\\r\\n5.Fax = \\u00221234567\\u0022\\r\\n\\r\\n6.Invoices Due = 0\\r\\n\\r\\n7.Total Due = 0\\r\\n\\r\\n8.Available Actions for Client are:\\r\\n\\r\\n- View Invoices\\r\\n- Edit\\r\\n- Payment History\\r\\n- Delete\",\"priority\":\"1\",\"avg_execution_time\":\"34\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to All Clients Tab\\n\\nVerify Information in Clients Table\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f110\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"181\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"110\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"182\",\"step\":\"Get to All Clients Tab\",\"test_case_id\":\"110\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"183\",\"step\":\"Verify Information in Clients Table\",\"test_case_id\":\"110\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"111\",\"title\":\"Verify Edit Client Page\",\"created\":\"2011-10-27 11:57:01\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"6\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies that client's contact information can be changed and successfully saved in to the system\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to Client Tab -> All Clients\\n\\nClick Edit Button for \\u0022Client1_1\\u0022\\n\\nSet 'Name' = \\u0022Client1_1new\\u0022\\n\\nSet Phone = \\u0022\\u0022\\n\\nClick Add Another Email Address\\n\\nClick Modify\\n\\n\\n\",\"expected_result\":\"1.Message \\u0022The Client has been updated\\u0022 appears\\r\\n\\r\\n2.Clients Table includes record for just edited \\u0022Client1_1new\\u0022\\r\\n\\r\\n3.Name = \\u0022Client1_1new\\u0022\\r\\n\\r\\n4.Email = valid email for \\u0022Client1_1\\u0022\\r\\n\\r\\n5.Phone = \\u0022--\\u0022\\r\\n\\r\\n6.Fax = \\u00221234567\\u0022\\r\\n\\r\\n7.Invoices Due = 0\\r\\n\\r\\n8.Total Due = 0\\r\\n\\r\\n9.Available Actions for Client are:\\r\\n\\r\\n- View Invoices\\r\\n- Edit\\r\\n- Payment History\\r\\n- Delete\",\"priority\":\"1\",\"avg_execution_time\":\"6\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to Client Tab -> All Clients\\n\\nClick Edit Button for \\u0022Client1_1\\u0022\\n\\nSet 'Name' = \\u0022Client1_1new\\u0022\\n\\nSet Phone = \\u0022\\u0022\\n\\nClick Add Another Email Address\\n\\nClick Modify\\n\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f111\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"184\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"111\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"185\",\"step\":\"Get to Client Tab -> All Clients\",\"test_case_id\":\"111\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"186\",\"step\":\"Click Edit Button for \\u0022Client1_1\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"187\",\"step\":\"Set 'Name' = \\u0022Client1_1new\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"188\",\"step\":\"Set Phone = \\u0022\\u0022\",\"test_case_id\":\"111\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"189\",\"step\":\"Click Add Another Email Address\",\"test_case_id\":\"111\",\"sort_order\":\"6\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"190\",\"step\":\"Click Modify\\n\",\"test_case_id\":\"111\",\"sort_order\":\"7\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"112\",\"title\":\"Delete Client\",\"created\":\"2011-10-27 12:02:09\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"7\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test cases delete client  from the system\",\"steps\":\"[reusable_step:Create_Client]\\n\\nGet to Clients->All Clients\\n\\nClick Delete Button for just added \\u0022Client1_1\\u0022\\n\\nGet to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\\n\\nClick 'OK' to confirm delete operation\\n\\n\",\"expected_result\":\"1. Message \\u0022Client deleted\\u0022 appears\\r\\n2. Clients Table doesn't contain record for \\u0022Client1_1\\u0022\\r\\n3. Login isn't successful with \\u0022Client1_1\\u0022 credentials\",\"priority\":\"1\",\"avg_execution_time\":\"5\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\n\\nGet to Clients->All Clients\\n\\nClick Delete Button for just added \\u0022Client1_1\\u0022\\n\\nGet to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\\n\\nClick 'OK' to confirm delete operation\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f112\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"191\",\"step\":\"[reusable_step:Create_Client]\",\"test_case_id\":\"112\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"192\",\"step\":\"Get to Clients->All Clients\",\"test_case_id\":\"112\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"193\",\"step\":\"Click Delete Button for just added \\u0022Client1_1\\u0022\",\"test_case_id\":\"112\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"194\",\"step\":\"Get to Confirmation Window \\u0022Are you sure you want to delete this client?\\u0022\",\"test_case_id\":\"112\",\"sort_order\":\"4\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"},{\"id\":\"195\",\"step\":\"Click 'OK' to confirm delete operation\",\"test_case_id\":\"112\",\"sort_order\":\"5\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":null,\"expected_result_html\":null,\"editor_type\":\"markdown\"}]},{\"TestCase\":{\"id\":\"113\",\"title\":\"Change Client Password\",\"created\":\"2011-10-27 12:11:24\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"8\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies ability to change client's password by account owner\",\"steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients->All Clients\\r\\n\\r\\nClick Edit Button for \\u0022Client1_1\\u0022\\r\\n\\r\\nClick Change Password Button\\r\\n\\r\\nSet 'Password = \\u0022newpassword\\u0022\\r\\n\\r\\nSet 'Confirm Password' = \\u0022newpassword\\u0022\\r\\n\\r\\nClick Submit Button on Change Password Page\\r\\n\\r\\nLogin to testdesigner1.invoicedude.com as \\u0022Client1_1\\u0022 using new password\",\"expected_result\":\"1. Message \\u0022Password has been reset.\\u0022 appears\\r\\n2. Client's credentials are successfully saved and can be used to log in\\r\\n3. \\u0022Client1_1\\u0022 is logged in to account using New Password \\u0022newpassword\\u0022\",\"priority\":\"1\",\"avg_execution_time\":\"2\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients->All Clients\\r\\n\\r\\nClick Edit Button for \\u0022Client1_1\\u0022\\r\\n\\r\\nClick Change Password Button\\r\\n\\r\\nSet 'Password = \\u0022newpassword\\u0022\\r\\n\\r\\nSet 'Confirm Password' = \\u0022newpassword\\u0022\\r\\n\\r\\nClick Submit Button on Change Password Page\\r\\n\\r\\nLogin to testdesigner1.invoicedude.com as \\u0022Client1_1\\u0022 using new password\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f113\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[]},{\"TestCase\":{\"id\":\"125\",\"title\":\"Download Clients Contact CSV File\",\"created\":\"2011-10-27 16:07:06\",\"user_id\":\"4\",\"suite_id\":\"4\",\"sort_order\":\"9\",\"test_case_skip_condition_count\":\"0\",\"description\":\"Test case verifies the ability to download all contact information about clients into CSV file\",\"steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients Tab-> All Clients Tab\\r\\n\\r\\nClick Download CSV\\r\\n\\r\\nType the name for the Clients Contact file = \\u0022export_contacts.csv\\u0022\\r\\n\\r\\nClick Save Button\\r\\n\\r\\nWait until download completion\\r\\n\\r\\nOpen downloaded \\u0022export_contacts.csv\\u0022 file\\r\\n\",\"expected_result\":\"1. File is successfully downloaded into selected folder\\r\\n\\r\\n2.\\u0022Export_contacts.csv\\u0022 contains information:\\r\\n\\r\\nName = \\u0022Client1_1\\u0022\\r\\n\\r\\nEmail  = Valid Email for \\u0022Client1_1\\u0022\\r\\n\\r\\nAddress =\\u0022Client 1 Address\\u0022\\r\\n\\r\\nPhone number = \\u00221234567\\u0022\\r\\n\\r\\nFax = \\u00221234567\\u0022\",\"priority\":\"1\",\"avg_execution_time\":\"1\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"[reusable_step:Create_Client]\\r\\n\\r\\nGet to Clients Tab-> All Clients Tab\\r\\n\\r\\nClick Download CSV\\r\\n\\r\\nType the name for the Clients Contact file = \\u0022export_contacts.csv\\u0022\\r\\n\\r\\nClick Save Button\\r\\n\\r\\nWait until download completion\\r\\n\\r\\nOpen downloaded \\u0022export_contacts.csv\\u0022 file\\r\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":null,\"steps_html\":null,\"expected_result_html\":null,\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f125\",\"tags\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[]}],\"paging\":{\"page\":1,\"count\":12,\"limit\":10,\"pageCount\":2}}}"}],"_postman_id":"0efff805-578c-45df-af74-a1b6ef5343cb"},{"name":"Test Case Add","id":"8dbeb6d1-7b9c-4d85-935b-c28be770d304","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"63101f41-b7ec-4d74-a93a-058df6464f9f","name":"Test Case Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"157","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 17:59:54 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 17:59:55 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Test Case has been saved!\",\"data\":{\"created_id\":\"3441\"},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\\u002f3441\"}"}],"_postman_id":"8dbeb6d1-7b9c-4d85-935b-c28be770d304"},{"name":"Test Case Edit","id":"8f00e583-66e2-4ac1-a974-4187125ab8c2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/edit/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","edit","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"38d121c4-3784-43f9-b231-ea6bd88dfc8d","name":"Test Case Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"TestCase\": {\n      \"suite_id\": \"4\",\n      \"title\": \"Some test case\",\n      \"description\": \"Description goes here...\",\n      \"steps\": \"Step 1\\n\\nStep 2\\n\\nStep 3\",\n      \"expected_result\": \"Expected result text...\",\n      \"priority\": 1\n    },\n    \"Tag\": {\n      \"tag\": \"3,4\"\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/edit/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","edit","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"158","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:03:56 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:03:57 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Case has been saved!\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\\u002f4\\u002f3441\"}"}],"_postman_id":"8f00e583-66e2-4ac1-a974-4187125ab8c2"},{"name":"Test case delete","id":"2b931365-fb56-4cad-8749-db0ce2b9efaf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/delete/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","delete","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"57d6e74b-ef95-4feb-aab9-35fbce3f63b9","name":"Test case delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/delete/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","delete","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"133","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:19:57 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:19:57 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Test Case deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fsuites\\u002fdashboard\"}"}],"_postman_id":"2b931365-fb56-4cad-8749-db0ce2b9efaf"},{"name":"Test case view","id":"17763f72-2e1a-4cfc-941f-25b4f5bc6b8f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/test_cases/view/{{test_case_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","test_cases","view","{{test_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f1b8d56e-5f8c-4af0-bc6b-15a3c922744d","name":"Test case view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/test_cases/view/{{test_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","test_cases","view","{{test_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"2681","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:23:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:23:31 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"testCase\":{\"TestCase\":{\"id\":\"8\",\"title\":\"Add new client\",\"created\":\"2011-04-14 19:07:10\",\"user_id\":\"1\",\"suite_id\":\"4\",\"sort_order\":\"0\",\"test_case_skip_condition_count\":\"0\",\"description\":\"New client test\",\"steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"expected_result\":\"An email will be received at Client's email address along with login credentials.\\r\\nAnd client name will also appear in clients list.\",\"priority\":\"1\",\"avg_execution_time\":\"122\",\"deleted\":\"0\",\"use_mutli_steps\":\"0\",\"raw_steps\":\"Open client add page\\n\\nFill the add form along with password\\n\\nPress submit\\n\\n\",\"source_project_id\":\"2\",\"editor_type\":\"markdown\",\"use_multi_steps\":\"0\",\"description_html\":\"<div class=\\u0022markuptext\\u0022><p>New client test<\\u002fp>\\n<\\u002fdiv>\",\"steps_html\":\"<div class=\\u0022markuptext\\u0022><p>Open client add page<\\u002fp>\\n\\n<p>Fill the add form along with password<\\u002fp>\\n\\n<p>Press submit<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022><p>An email will be received at Client's email address along with login credentials.\\nAnd client name will also appear in clients list.<\\u002fp>\\n<\\u002fdiv>\",\"priorityLabel\":\"Normal\",\"url\":\"\\u002fproject\\u002f2\\u002ftest_cases\\u002fview\\u002f8\",\"tags\":{\"28\":{\"id\":\"28\",\"tag\":\"invoice\",\"slug\":\"invoice\"}},\"avg_execution_time_display\":\"00 hrs 02 mins 02 sec\",\"requirements\":[]},\"Suite\":{\"id\":\"4\",\"title\":\"Clients\",\"status\":\"0\",\"created\":\"2011-04-14 19:05:24\",\"user_id\":\"1\",\"suite_skip_condition_count\":\"0\",\"deleted\":\"0\",\"parent_id\":null,\"lft\":\"17\",\"rght\":\"26\",\"description\":null,\"suite_count\":\"4\",\"test_case_count\":\"35\",\"source_project_id\":\"2\"},\"Attachment\":[],\"TestCaseSkipCondition\":[],\"TestCaseStep\":[{\"id\":\"5945\",\"step\":\"Open client add page\",\"test_case_id\":\"8\",\"sort_order\":\"1\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Open client add page<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"},{\"id\":\"5946\",\"step\":\"Fill the add form along with password\",\"test_case_id\":\"8\",\"sort_order\":\"2\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Fill the add form along with password<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"},{\"id\":\"5947\",\"step\":\"Press submit\",\"test_case_id\":\"8\",\"sort_order\":\"3\",\"deleted\":\"0\",\"expected_result\":\"\",\"step_html\":\"<div class=\\u0022markuptext\\u0022><p>Press submit<\\u002fp>\\n<\\u002fdiv>\",\"expected_result_html\":\"<div class=\\u0022markuptext\\u0022>\\n<\\u002fdiv>\",\"editor_type\":\"markdown\"}]}}}"}],"_postman_id":"17763f72-2e1a-4cfc-941f-25b4f5bc6b8f"}],"id":"d3c2c0a9-3c3c-4bfd-98d3-02d5ff2d7702","event":[{"listen":"prerequest","script":{"id":"16466ffc-94d0-4a0e-b42d-076f277d72d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"87e1d67a-ebbd-46a0-aa62-d3c88965a2ac","type":"text/javascript","exec":[""]}}],"_postman_id":"d3c2c0a9-3c3c-4bfd-98d3-02d5ff2d7702","description":""},{"name":"Attachments","item":[{"name":"Upload","id":"f387676c-e892-47d9-bf44-ea539dd13eda","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"type":"file"}]},"url":"https://{{base_url}}/api/upload/{{api_key}}","description":"<p>To associate files with Test Cases and Executions. they should be uploaded through an API call first and then the returned file hash should be sent in post data of API call in which you want the file to get associated.</p>\n<p>Request and return format of uploading attachments is different than other API calls.</p>\n<p>filehash should be passed in your Test Case or Execution Case to associate that Attachment.</p>\n","urlObject":{"protocol":"https","path":["api","upload","{{api_key}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ac9ee810-1965-4360-a852-59a7acfc93be","name":"Upload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":null}]},"url":"https://{{base_url}}/api/upload/{{api_key}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":"The type of encoding used on the data."},{"key":"content-length","value":"98","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"text/html","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:13:22 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"set-cookie","value":"TestCollab=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/","name":"set-cookie","description":"an HTTP cookie"},{"key":"set-cookie","value":"TestCollab=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/","name":"set-cookie","description":"an HTTP cookie"},{"key":"set-cookie","value":"TestCollab=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/","name":"set-cookie","description":"an HTTP cookie"},{"key":"set-cookie","value":"TestCollab=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/","name":"set-cookie","description":"an HTTP cookie"},{"key":"vary","value":"Accept-Encoding","name":"vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"response\":{\"message\":\"File uploaded.\",\"filehash\":\"f3hd3c7f5n9syst\"},\"status\":\"pass\"}"}],"_postman_id":"f387676c-e892-47d9-bf44-ea539dd13eda"}],"id":"1ad9e970-581a-443a-8f63-3805a01be234","_postman_id":"1ad9e970-581a-443a-8f63-3805a01be234","description":""},{"name":"Executions","item":[{"name":"Executions list","id":"c3f25406-56dc-406d-ba7e-086c8cd75868","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"e05ac858-4882-4bbc-8c68-6d321da7f255","name":"Executions list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:44:32 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:44:33 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"executions\":[{\"Execution\":{\"id\":\"182\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:32:44\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"15\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"23\",\"test_plan_execution_id\":\"22\",\"sub_title\":null,\"published\":\"1\",\"executors\":{\"2332\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"178\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"18\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"1\",\"version\":\"1\",\"executors\":{\"1992\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"179\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"19\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"2\",\"version\":\"1\",\"executors\":{\"2077\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Stable; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"180\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"20\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"1\",\"version\":\"1\",\"executors\":{\"2162\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"181\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:29:22\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"85\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"21\",\"test_plan_execution_id\":\"21\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"2\",\"version\":\"1\",\"executors\":{\"2247\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Stable; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude training (1.3)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":85,\"pendingCases\":85,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"144\",\"title\":\"Test Execution 10 May 2016\",\"created\":\"2016-05-10 18:58:31\",\"user_id\":\"1\",\"status\":\"1\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"35\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"2\",\"test_plan_id\":null,\"test_plan_execution_id\":null,\"sub_title\":null,\"published\":\"1\",\"environment\":\"\",\"version_stabilty\":\"\",\"version\":\"\",\"executors\":{\"1488\":\"1\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Started\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"100%\",\"executionMetrics\":{\"passedCases\":4,\"failedCases\":0,\"skipCases\":0,\"totalCases\":35,\"pendingCases\":31,\"executedCases\":4,\"timeSpent\":null},\"labelForPriority\":\"High\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"141\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:51\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"39\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"6\",\"sub_title\":null,\"published\":\"1\",\"executors\":[],\"botExecutors\":{\"1380\":\"1\"},\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":39,\"pendingCases\":39,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"137\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"93\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"2\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"0\",\"version\":\"0\",\"executors\":{\"1047\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Alpha; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":93,\"pendingCases\":93,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"138\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"80\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"3\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"0\",\"version_stabilty\":\"1\",\"version\":\"0\",\"executors\":{\"1140\":\"3\",\"1155\":\"2\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Production; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":80,\"pendingCases\":80,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}},{\"Execution\":{\"id\":\"139\",\"title\":\"Test Execution for Test Plan 02 November 2015\",\"created\":\"2015-11-02 20:19:13\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"80\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"4\",\"test_plan_execution_id\":\"4\",\"sub_title\":null,\"published\":\"1\",\"environment\":\"1\",\"version_stabilty\":\"0\",\"version\":\"0\",\"executors\":{\"1220\":\"2\",\"1285\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Staging; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Alpha; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":80,\"pendingCases\":80,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\"},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null}}],\"paging\":{\"page\":1,\"count\":18,\"limit\":10,\"pageCount\":2}}}"}],"_postman_id":"c3f25406-56dc-406d-ba7e-086c8cd75868"},{"name":"Execution view","id":"d800a3f3-2876-4479-949d-f53a30be6a23","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/view/{{execution_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","view","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"6328c7fb-855a-49b7-8900-9b7f57400f57","name":"Execution view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/view/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","view","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"6278","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:47:10 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:47:10 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"execution\":{\"Execution\":{\"id\":\"182\",\"title\":\"Test Execution for Test Plan 19 June 2017\",\"created\":\"2017-06-19 09:32:44\",\"user_id\":\"1\",\"status\":\"0\",\"project_id\":\"2\",\"milestone_id\":null,\"execution_case_count\":\"15\",\"time_taken\":null,\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":\"23\",\"test_plan_execution_id\":\"22\",\"sub_title\":null,\"published\":\"1\",\"executors\":{\"2332\":\"3\"},\"botExecutors\":[],\"timeTakenLabel\":\"N\\u002fA\",\"execution_status_Label\":\"Assigned\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: ; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: \",\"success_rate\":\"N\\u002fA\",\"executionMetrics\":{\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":null},\"labelForPriority\":\"Normal\",\"executor_wise_count\":{\"user\":{\"3\":15}}},\"Milestone\":{\"id\":null,\"title\":null,\"created\":null,\"start_date\":null,\"due_date\":null,\"user_id\":null,\"responsible_user_id\":null,\"status\":null,\"project_id\":null,\"completed_date\":null,\"is_delayed\":null,\"is_archived\":null},\"TestPlan\":{\"id\":\"23\",\"title\":\"Test Plan 19 June 2017\",\"status\":\"0\",\"intial_fields_map\":null,\"project_id\":\"2\",\"published\":\"1\",\"time_taken\":null,\"priority\":\"1\",\"created\":\"2017-06-19 09:32:40\",\"milestone_id\":null,\"user_id\":\"1\",\"description\":\"\",\"executors\":[\"3\"],\"botExecutors\":[],\"labelForPriority\":\"Normal\"},\"ExecutionCase\":[{\"id\":\"2332\",\"execution_id\":\"182\",\"test_case_id\":\"142\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"1\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2333\",\"execution_id\":\"182\",\"test_case_id\":\"143\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"2\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2334\",\"execution_id\":\"182\",\"test_case_id\":\"144\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"3\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2335\",\"execution_id\":\"182\",\"test_case_id\":\"145\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"4\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2336\",\"execution_id\":\"182\",\"test_case_id\":\"146\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"5\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2337\",\"execution_id\":\"182\",\"test_case_id\":\"147\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"6\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2338\",\"execution_id\":\"182\",\"test_case_id\":\"148\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"7\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2339\",\"execution_id\":\"182\",\"test_case_id\":\"149\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"8\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2340\",\"execution_id\":\"182\",\"test_case_id\":\"150\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"9\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2341\",\"execution_id\":\"182\",\"test_case_id\":\"151\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"10\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2342\",\"execution_id\":\"182\",\"test_case_id\":\"169\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"11\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2343\",\"execution_id\":\"182\",\"test_case_id\":\"170\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"12\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2344\",\"execution_id\":\"182\",\"test_case_id\":\"179\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"13\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2345\",\"execution_id\":\"182\",\"test_case_id\":\"180\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"14\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null},{\"id\":\"2346\",\"execution_id\":\"182\",\"test_case_id\":\"181\",\"user_id\":\"3\",\"project_id\":\"2\",\"execution_status\":\"0\",\"sort_order\":\"15\",\"result_status\":null,\"execution_run_count\":\"0\",\"time_taken\":null,\"is_stopped\":\"0\",\"remote_executor_id\":null,\"execution_started\":null,\"result_status_label\":\"Not executed\",\"lastExecutionRun\":null}]}}}"}],"_postman_id":"d800a3f3-2876-4479-949d-f53a30be6a23"},{"name":"Execution add","id":"113c1df8-7805-45e8-bff5-b39ef4429a42","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"title\": \"New Execution\",\n      \"priority\": \"1\",\n      \"milestone_id\": null\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/add.json?API_KEY={{api_key}}","description":"<p><b>Execution.priority</b>   (required: Yes) \nExecution's priority; 0 = low, 1 = normal, 2 = high</p>\n<p><b>Execution.milestone_id</b>   (required: No)\nMilestone ID of test execution if it belongs to any.</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"54033d77-904e-4872-9805-fddd2bdbf212","name":"Execution add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"title\": \"New Execution\",\n      \"priority\": \"1\",\n      \"milestone_id\": null\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"160","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:49:05 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:49:05 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Execution has been saved!\",\"data\":{\"created_id\":\"184\"},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002fassignTest\\u002f184\"}"}],"_postman_id":"113c1df8-7805-45e8-bff5-b39ef4429a42"},{"name":"Execution assignment","id":"2698d638-4de2-449f-85fd-e8577f353fdf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"assign_map\": {\n        \"User_2\": {\n          \"suites\": [\n            1\n          ],\n          \"testCases\": [\n            5,\n            7\n          ]\n        },\n        \"User_1\": {\n          \"suites\": [],\n          \"testCases\": [\n            4,\n            6\n          ]\n        },\n        \"RemoteExecutor_1\": {\n          \"suites\": [],\n          \"testCases\": []\n        }\n      }\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/assignTest/{{execution_id}}.json?API_KEY={{api_key}}","description":"<p><b>'assign_map' parameter explained</b></p>\n<p>This parameter contains JSON-formatted object to indicate which users are assigned to which test cases or test suites. Based on number of test executors, it can contain multiple entries like these:</p>\n<pre>\n\"User_2\":{\n  \"suites\": [\n    \"1\"\n  ],\n  \"testCases\": [\n    5,\n    7\n  ]\n}\n</pre>\n<p>The above object indicates that user with id \"2\" is assigned test suite \"1\" and test cases \"5\" and \"7\" for execution. This provides granual access for assigning desired test cases to specific user(s). Executions can also be assigned to remote executors / bots like these:</p>\n<pre>\n\"RemoteExecutor_1\":{\n  \"suites\": [\n    \"2\"\n  ],\n  \"testCases\": []\n}\n</pre>","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","assignTest","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"c77f81a8-939f-4b96-bed1-6d47cb41b146","name":"Execution assignment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Execution\": {\n      \"assign_map\": {\n        \"User_2\": {\n          \"suites\": [\n            1\n          ],\n          \"testCases\": [\n            5,\n            7\n          ]\n        },\n        \"User_1\": {\n          \"suites\": [],\n          \"testCases\": [\n            4,\n            6\n          ]\n        },\n        \"RemoteExecutor_1\": {\n          \"suites\": [],\n          \"testCases\": []\n        }\n      }\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/assignTest/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","assignTest","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"141","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:50:47 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:50:48 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Tests have been assigned.\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002findex\"}"}],"_postman_id":"2698d638-4de2-449f-85fd-e8577f353fdf"},{"name":"Execution run","id":"3dfa3f75-5bad-47fc-aae2-60f75c43dab4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"ExecutionRun\": {\n      \"notes\": \"Your note\",\n      \"result\": \"1\",\n      \"time_taken\": \"80\",\n      \"add_defect\": 0,\n      \"attachments\": [\n        {\n          \"name\": \"filehash\"\n        }\n      ]\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/executions/run/{{execution_case_id}}.json?API_KEY={{api_key}}","description":"<table>\n<tbody>\n<tr>\n<td><strong>Name <br /></strong></td>\n<td><strong>Required? <br /></strong></td>\n<td><strong> Description</strong></td>\n</tr>\n<tr>\n<td>ExecutionRun.notes</td>\n<td>No</td>\n<td>Any note or comment for execution of case</td>\n</tr>\n<tr>\n<td>ExecutionRun.result</td>\n<td>Yes</td>\n<td>Result can be; 0 = Failed, 1 = Passed, 2 = Skipped</td>\n</tr>\n<tr>\n<td>ExecutionRun.time_taken</td>\n<td>No</td>\n<td>Time taken to run test in seconds.<br /><br /></td>\n</tr>\n<tr>\n<td>ExecutionRun.add_defect </td>\n<td>No</td>\n<td>1 if failure should be reported to integrated issue manager</td>\n</tr>\n<tr>\n<td>ExecutionRun.attachments.{n}.name</td>\n<td>No</td>\n<td>Attachments hashes returned  from <a href=\"http://support.testcollab.com/index.php?pg=kb.page&amp;id=100\">uploading files</a> to test collab server. Here {n} should replaced an index key. There can be multiple attachments</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","run","{{execution_case_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"1f8fc47b-d92f-4796-9f30-8682ff62cd10","name":"Execution run","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"ExecutionRun\": {\n      \"notes\": \"Your note\",\n      \"result\": \"1\",\n      \"time_taken\": \"80\",\n      \"add_defect\": 0,\n      \"attachments\": [\n        {\n          \"name\": \"filehash\"\n        }\n      ]\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/run/{{execution_case_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","run","{{execution_case_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"101","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:59:34 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:59:34 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n  \"data\": {\n    \"result\": {\n      \"ok\": true,\n      \"nextExecutionCaseId\": 34\n    }\n  }\n}"}],"_postman_id":"3dfa3f75-5bad-47fc-aae2-60f75c43dab4"},{"name":"Execution case logs view","id":"8500c7c2-d289-4a40-a786-ee264333a48e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/execution_case_logs/index/{{execution_case_log_id}}.json?API_KEY={{api_key}}","description":"<p>In response, nextExecutionCaseId will contain id of next execution casse id which should be executed. If all execution cases have been completed then nextExecutionCaseId will be false. </p>\n<p>The value of \"type\" under \"ExecutionCaseLog\" here represents the type of activity which was performed on executed case : </p>\n<p>1 = ran (initial state)</p>\n<p>2 = reassigned</p>\n<p>3 = commented on</p>\n<p>4 = marked as passed</p>\n<p>5 = marked as failed</p>\n<p>6 = marked for retest</p>\n","urlObject":{"protocol":"https","path":["project","{{project_id}}","execution_case_logs","index","{{execution_case_log_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"83cd9911-5421-4990-a550-eff92e9f2daa","name":"Execution case logs view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/execution_case_logs/index/{{execution_case_log_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","execution_case_logs","index","{{execution_case_log_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"33","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:01:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:01:32 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"executionCaseLogs\": [\n        {\n            \"ExecutionCaseLog\": {\n                \"id\": \"2\",\n                \"type\": \"1\",\n                \"execution_case_id\": \"2\",\n                \"params\": [],\n                \"created\": \"2015-01-22 00:29:51\",\n                \"comment\": \"test\",\n                \"project_id\": \"1\",\n                \"user_id\": \"1\",\n                \"execution_run_id\": \"2\",\n                \"remote_executor_id\": null,\n                \"type_text\": \"Execution Run\"\n            },\n            \"ExecutionRun\": {\n                \"id\": \"2\",\n                \"execution_case_id\": \"2\",\n                \"user_id\": \"1\",\n                \"started\": \"2015-01-22 00:29:44\",\n                \"ended\": \"2015-01-22 00:29:51\",\n                \"result\": \"0\",\n                \"notes\": \"test\",\n                \"created\": \"2015-01-22 00:29:51\",\n                \"defect_id\": null,\n                \"time_taken\": \"6\",\n                \"project_id\": \"1\",\n                \"remote_executor_id\": null,\n                \"test_case_revision_id\": \"2\",\n                \"result_label\": \"Fail\"\n            },\n            \"Attachment\": [],\n            \"TestCaseRevision\": {\n                \"id\": \"2\",\n                \"test_case_id\": \"2\",\n               \"created\": \"2015-01-22 00:28:29\",\n               \"user_id\": \"1\",\n               \"revision_number\": \"1\",\n               \"comment\": null\n           }\n    },\n    {\n        \"ExecutionCaseLog\": {\n            \"id\": \"3\",\n            \"type\": \"6\",\n            \"execution_case_id\": \"2\",\n            \"params\": [],\n            \"created\": \"2015-01-22 00:32:01\",\n            \"comment\": \"Bulk action - reassign\",\n            \"project_id\": \"1\",\n            \"user_id\": \"1\",\n            \"execution_run_id\": null,\n            \"remote_executor_id\": null,\n            \"type_text\": \"Retest\"\n        },\n        \"Attachment\": []\n    },\n    {\n        \"ExecutionCaseLog\": {\n            \"id\": \"4\",\n            \"type\": \"1\",\n            \"execution_case_id\": \"2\",\n            \"params\": [],\n            \"created\": \"2015-01-22 00:32:17\",\n            \"comment\": \"test\",\n            \"project_id\": \"1\",\n            \"user_id\": \"1\",\n            \"execution_run_id\": \"3\",\n            \"remote_executor_id\": null,\n            \"type_text\": \"Execution Run\"\n        },\n        \"ExecutionRun\": {\n            \"id\": \"3\",\n            \"execution_case_id\": \"2\",\n            \"user_id\": \"1\",\n            \"started\": \"2015-01-22 00:32:11\",\n            \"ended\": \"2015-01-22 00:32:17\",\n            \"result\": \"0\",\n            \"notes\": \"test\",\n            \"created\": \"2015-01-22 00:32:17\",\n            \"defect_id\": \"1\",\n            \"time_taken\": \"4\",\n            \"project_id\": \"1\",\n            \"remote_executor_id\": null,\n            \"test_case_revision_id\": \"2\",\n            \"result_label\": \"Fail\"\n        },\n        \"Attachment\": [],\n        \"TestCaseRevision\": {\n            \"id\": \"2\",\n            \"test_case_id\": \"2\",\n            \"created\": \"2015-01-22 00:28:29\",\n            \"user_id\": \"1\",\n            \"revision_number\": \"1\",\n            \"comment\": null\n        }\n    }\n    ]\n}\n}"}],"_postman_id":"8500c7c2-d289-4a40-a786-ee264333a48e"},{"name":"Execution delete","id":"ec9a186b-7af0-4078-b103-28bdbf5e6976","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/executions/delete/{{execution_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","executions","delete","{{execution_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"7e477e17-2d43-4668-9137-70f4fcc47b99","name":"Execution delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/executions/delete/{{execution_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","executions","delete","{{execution_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"134","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:07:15 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:07:16 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Execution deleted!\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fexecutions\\u002findex\"}"}],"_postman_id":"ec9a186b-7af0-4078-b103-28bdbf5e6976"}],"id":"179ca145-c2d1-4197-b478-6714c63a27bb","event":[{"listen":"prerequest","script":{"id":"a0ae73de-6e41-4ba0-a52c-91814ca1d49b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c60c320e-eba3-4724-bd36-d19a6dadf3d3","type":"text/javascript","exec":[""]}}],"_postman_id":"179ca145-c2d1-4197-b478-6714c63a27bb","description":""},{"name":"Milestones","item":[{"name":"Milestone list","id":"497b24dc-a5ed-b414-e23a-cc0678b5636e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"f19b0de2-8c44-c8b0-920d-3152cfe59757","name":"Milestone list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"986","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":"1224","body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":10,\"pageCount\":1}}}"}],"_postman_id":"497b24dc-a5ed-b414-e23a-cc0678b5636e"},{"name":"Milestone list with paging params","id":"1bd04674-cb10-cf66-0d5e-e9c5f29ed22e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","index.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"fbc2c9b1-4505-e30e-53e9-692e8fa457ab","name":"Milestone list with paging params","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index/limit:100.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index","limit:100.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"989","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 08:45:57 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 08:45:57 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":"970","body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":\"100\",\"pageCount\":1}}}"}],"_postman_id":"1bd04674-cb10-cf66-0d5e-e9c5f29ed22e"},{"name":"Milestone view","id":"9038a40f-0f44-49aa-930a-0b2cc7d1fed7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/view/{{milestone_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","view","{{milestone_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"914e29a8-4e1a-4410-b818-32b0719b0dab","name":"Milestone list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/index.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","index.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"986","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Date","description":""},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Thu, 14 Sep 2017 07:01:20 GMT","name":"Last-Modified","description":""},{"key":"P3P","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"P3P","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.21","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Sun Sep 14 2042 12:55:08 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"803346606.app.testcollab.com","path":"/","secure":false,"value":"373ju94fv0lk3mjck9rkbgte07","key":"TestCollab_62d4a399b11d67eee319450051bfb4c362fbf37b"}],"responseTime":null,"body":"{\"data\":{\"milestones\":[{\"Milestone\":{\"id\":\"5\",\"title\":\"Release 1.1.1\",\"created\":\"2011-11-22 06:14:20\",\"start_date\":\"2011-11-22\",\"due_date\":\"2011-12-02\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":3,\"passedCases\":0,\"failedCases\":0,\"skipCases\":0,\"totalCases\":15,\"pendingCases\":15,\"executedCases\":0,\"timeSpent\":0,\"pendingExecutions\":3,\"progressPercent\":0}}},{\"Milestone\":{\"id\":\"12\",\"title\":\"Reporting\",\"created\":\"2017-06-05 17:19:21\",\"start_date\":\"2017-06-05\",\"due_date\":\"2017-06-29\",\"user_id\":\"1\",\"responsible_user_id\":\"1\",\"status\":\"0\",\"project_id\":\"1\",\"completed_date\":null,\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":7,\"failedCases\":3,\"skipCases\":2,\"totalCases\":48,\"pendingCases\":36,\"executedCases\":12,\"timeSpent\":65,\"pendingExecutions\":1,\"progressPercent\":25}}}],\"paging\":{\"page\":1,\"count\":2,\"limit\":10,\"pageCount\":1}}}"},{"id":"9da03c9c-67d8-44f8-bd99-163d053b9b7b","name":"Milestone view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/view/{{milestone_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","view","{{milestone_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"1407","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:30:09 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:30:09 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"data\":{\"milestone\":{\"Milestone\":{\"id\":\"2\",\"title\":\"Dude Playground Beta\",\"created\":\"2011-04-15 10:57:53\",\"start_date\":\"2011-04-14\",\"due_date\":\"2011-04-23\",\"user_id\":\"3\",\"responsible_user_id\":\"3\",\"status\":\"0\",\"project_id\":\"2\",\"completed_date\":\"2011-04-22\",\"is_delayed\":\"1\",\"is_archived\":\"0\",\"executionMetrics\":{\"totalExecutions\":1,\"passedCases\":10,\"failedCases\":1,\"skipCases\":2,\"totalCases\":65,\"pendingCases\":52,\"executedCases\":13,\"timeSpent\":579,\"pendingExecutions\":1,\"progressPercent\":20}},\"Execution\":{\"4\":{\"id\":\"4\",\"title\":\"Local testing\",\"created\":\"2011-04-15 11:00:36\",\"user_id\":\"3\",\"status\":\"1\",\"project_id\":\"2\",\"milestone_id\":\"2\",\"execution_case_count\":\"65\",\"time_taken\":\"1209\",\"stopped\":\"0\",\"stopped_by\":null,\"priority\":\"1\",\"test_plan_id\":null,\"test_plan_execution_id\":null,\"sub_title\":null,\"published\":\"1\",\"environment\":\"3\",\"version_stabilty\":\"1\",\"version\":\"0\",\"executors\":{\"1430\":\"1\"},\"botExecutors\":[],\"timeTakenLabel\":\"20 min 9 sec\",\"execution_status_Label\":\"Started\",\"userParamsLabel\":\"<i style=\\u0022color: #4A660E;\\u0022>Environment<\\u002fi>: Local; <i style=\\u0022color: #4A660E;\\u0022>Version Stabilty<\\u002fi>: Beta; <i style=\\u0022color: #4A660E;\\u0022>Version<\\u002fi>: Dude playground (1.1)\",\"success_rate\":\"77%\",\"executionMetrics\":{\"passedCases\":10,\"failedCases\":1,\"skipCases\":2,\"totalCases\":65,\"pendingCases\":52,\"executedCases\":13,\"timeSpent\":\"579\"},\"labelForPriority\":\"Normal\"}}}}}"}],"_postman_id":"9038a40f-0f44-49aa-930a-0b2cc7d1fed7"},{"name":"Milestone add","id":"2aabc9eb-13a2-434e-8c4f-e6561593adf1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Milestone\": {\n      \"title\": \"New Milestone\",\n      \"start_date\": \"2018-04-01\",\n      \"due_date\": \"2018-04-19\",\n      \"responsible_user_id\": 2\n    }\n  }\n}"},"url":"https://{{base_url}}/project/{{project_id}}/milestones/add.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","add.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"292f11bd-5980-4404-bb6e-0f3aaca641da","name":"Milestone add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"Milestone\": {\n      \"title\": \"New Milestone\",\n      \"start_date\": \"2018-04-01\",\n      \"due_date\": \"2018-04-19\",\n      \"responsible_user_id\": 2\n    }\n  }\n}"},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/add.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","add.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"151","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:33:05 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:33:05 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"The Milestone has been saved\",\"data\":{\"created_id\":\"14\"},\"appState\":\"\\u002fproject\\u002f2\\u002fmilestones\\u002fview\\u002f14\"}"}],"_postman_id":"2aabc9eb-13a2-434e-8c4f-e6561593adf1"},{"name":"Milestone delete","id":"2416e6da-eca0-4f92-a7ed-4bbefae64bd5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/milestones/delete/{{milestone_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","milestones","delete","{{milestone_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"2b0578bf-221a-4a14-a8eb-d2286a6e095b","name":"Milestone delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/milestones/delete/{{milestone_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","milestones","delete","{{milestone_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"133","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 18:34:31 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 18:34:31 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\"status\":true,\"message\":\"Milestone deleted\",\"data\":{\"created_id\":null},\"appState\":\"\\u002fproject\\u002f2\\u002fmilestones\\u002findex\"}"}],"_postman_id":"2416e6da-eca0-4f92-a7ed-4bbefae64bd5"}],"id":"12df825b-27cd-4fa0-a9e6-5ae177019ceb","_postman_id":"12df825b-27cd-4fa0-a9e6-5ae177019ceb","description":""},{"name":"Activity list","id":"b6f67a37-7650-497b-02a8-d3ef10c03a47","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/projects/get_activity.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","projects","get_activity.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"4de1f843-11a7-6d5a-08b1-405570205a53","name":"Activity list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/projects/get_activity.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","projects","get_activity.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-length","key":"content-length","value":"358","description":""},{"name":"content-type","key":"content-type","value":"text/html","description":""},{"name":"date","key":"date","value":"Thu, 08 Mar 2018 10:27:04 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Thu, 08 Mar 2018 10:27:04 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"x-backend","key":"x-backend","value":"apps-proxy","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1990","body":"[{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/16\\\" title=\\\"Test Execution 2018 March 07\\\"\\u003ETest Execution 2018 March 07\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Milestone\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/milestones\\/view\\/3\\\" title=\\\"sdasd\\\"\\u003Esdasd\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/15\\\" title=\\\"Test Execution 2018 March 07\\\"\\u003ETest Execution 2018 March 07\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"1 day ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  finished by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  started by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Execution\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/executions\\/view\\/14\\\" title=\\\"Test Execution 2018 March 05\\\"\\u003ETest Execution 2018 March 05\\u003C\\/a\\u003E  created by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"2 days ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\/58\\\" title=\\\"Register\\\"\\u003ERegister\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\/4\\\" title=\\\"Add listing\\\"\\u003EAdd listing\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\\" title=\\\"\\\"\\u003E\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"},{\"entity\":\"Test Case\",\"title\":\" \\u003Ca href=\\\"\\/index.php\\/project\\/1\\/execution_cases\\/view\\\" title=\\\"\\\"\\u003E\\u003C\\/a\\u003E set to re-test by \\u003Ca href=\\\"\\/index.php\\/users\\/profile\\/1\\\"\\u003ESuper A.\\u003C\\/a\\u003E\",\"time\":\"5 years, 7 months ago\"}]"}],"_postman_id":"b6f67a37-7650-497b-02a8-d3ef10c03a47"},{"name":"Defect view","id":"bf5b27fe-413f-45ba-8368-4ec1f1180f75","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/project/{{project_id}}/defects/view/{{defect_id}}.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["project","{{project_id}}","defects","view","{{defect_id}}.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"5e3ba70e-ef60-4699-8d43-9a846e526463","name":"Defect view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/project/{{project_id}}/defects/view/{{defect_id}}.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["project","{{project_id}}","defects","view","{{defect_id}}.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":"Custom header"},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"content-length","value":"25","name":"content-length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"content-type","value":"application/json","name":"content-type","description":"The mime type of this content"},{"key":"date","value":"Wed, 18 Apr 2018 19:08:40 GMT","name":"date","description":"The date and time that the message was sent"},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":"Gives the date/time after which the response is considered stale"},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":"Custom header"},{"key":"last-modified","value":"Wed, 18 Apr 2018 19:08:40 GMT","name":"last-modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":"This header is supposed to set P3P policy, in the form of P3P:CP=\"your_compact_policy\". However, P3P did not take off, most browsers have never fully implemented it, a lot of websites set this header with fake policy text, that was enough to fool browsers the existence of P3P policy and grant permissions for third party cookies."},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":"A name for the server"},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.24","name":"x-powered-by","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Sat Apr 18 2043 23:34:26 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-mar-2018-gigapro.c9users.io","path":"/","secure":false,"value":"0saaocv11ah6p30fauc3umgtj3","key":"TestCollab"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"defect\": {\n            \"Defect\": {\n                \"id\": \"1\",\n                \"project_id\": \"1\",\n                \"execution_run_id\": \"3\",\n                \"defect\": \"7266\",\n                \"status\": \"1\",\n                \"created\": \"2015-01-22 00:32:17\",\n                \"issue_created\": \"2015-01-22 00:32:19\",\n                \"defectUrl\": \"http://issuemanager.com/issues/7266\"\n            }\n        }\n    }\n}"}],"_postman_id":"bf5b27fe-413f-45ba-8368-4ec1f1180f75"},{"name":"User profile / self view","id":"e3c3f4e9-a9f4-1fb2-91d6-9b94ff419f50","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{base_url}}/users/profile.json?API_KEY={{api_key}}","urlObject":{"protocol":"https","path":["users","profile.json"],"host":["{{base_url}}"],"query":[{"key":"API_KEY","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"23df3ced-0330-603c-d4cd-7124e93f0611","name":"Get User","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{base_url}}/users/profile.json?API_KEY={{api_key}}","protocol":"https","host":["{{base_url}}"],"path":["users","profile.json"],"query":[{"key":"API_KEY","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-BACKEND","value":"apps-proxy","name":"X-BACKEND","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","name":"cache-control","description":""},{"key":"content-encoding","value":"gzip","name":"content-encoding","description":""},{"key":"content-length","value":"403","name":"content-length","description":""},{"key":"content-type","value":"text/html","name":"content-type","description":""},{"key":"date","value":"Wed, 15 Nov 2017 07:07:24 GMT","name":"date","description":""},{"key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"expires","description":""},{"key":"keep-alive","value":"timeout=5, max=100","name":"keep-alive","description":""},{"key":"last-modified","value":"Wed, 15 Nov 2017 07:07:24 GMT","name":"last-modified","description":""},{"key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","name":"p3p","description":""},{"key":"pragma","value":"no-cache","name":"pragma","description":""},{"key":"server","value":"Apache/2.4.7 (Ubuntu)","name":"server","description":""},{"key":"vary","value":"Accept-Encoding","name":"vary","description":""},{"key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","name":"x-powered-by","description":""}],"cookie":[{"expires":"Sat Nov 15 2042 13:06:06 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"tcm-june-2017-gigapro.c9users.io","path":"/","secure":false,"value":"8jfhf0qqhe79n9igjc14ghpe52","key":"TestCollab"}],"responseTime":"1543","body":"{\n    \"data\": {\n        \"user\": {\n            \"User\": {\n                \"id\": \"1\",\n                \"username\": \"\",\n                \"email\": \"user@email.com\",\n                \"password\": \"d49e12e72c1d849dd4e48e57a363afbc9eb42512\",\n                \"created\": \"2017-04-14 18:11:06\",\n                \"lastLoginIpAddr\": \"10.240.1.173\",\n                \"status\": \"0\",\n                \"emailVerified\": \"1\",\n                \"avatar\": \"\",\n                \"validateCode\": \"58bvyzprq7qffn9\",\n                \"last_login_date\": \"2017-11-14 08:02:43\",\n                \"first_name\": \"Super\",\n                \"last_name\": \"Admin\",\n                \"is_deactivated\": \"0\",\n                \"api_key\": \"49468cb06e4bd5184d2f19b92fc9ca8c17d24aea\",\n                \"is_admin\": \"1\",\n                \"super_admin\": \"1\",\n                \"deleted\": \"0\",\n                \"subscribe_all_email\": \"0\",\n                \"ldap_username\": null,\n                \"full_name\": \"\",\n                \"profile_url\": \"/users/profile/1/\",\n                \"display_name\": \"Super A.\",\n                \"userRank\": \"Super Administrator\"\n            }\n        }\n    }\n}"}],"_postman_id":"e3c3f4e9-a9f4-1fb2-91d6-9b94ff419f50"},{"name":"Login","id":"7b6163f6-3d27-8e2a-2d38-faf5ae08b63b","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"password","type":"text"}]},"url":"https://{{base_url}}/users/login.json","description":"<p>You do not need to call this function to use rest of the API. This is function for API v2 which is under development.</p>\n","urlObject":{"protocol":"https","path":["users","login.json"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bff63813-7546-94e2-c05d-91c7d7084731","name":"Failed Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"password","type":"text"}]},"url":"https://{{base_url}}/users/login.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"42","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Wed, 15 Nov 2017 06:11:24 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Wed, 15 Nov 2017 06:11:24 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1041","body":"{\"status\":false,\"message\":\"Invalid login\"}"},{"id":"dd0439dd-7f34-833e-7e96-ae96bcec5d82","name":"Successful Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[User][email]","value":"info@gigapromoters.com","type":"text"},{"key":"data[User][password]","value":"123abc","type":"text"}]},"url":"https://{{base_url}}/users/login.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"cache-control","key":"cache-control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","description":""},{"name":"connection","key":"connection","value":"Keep-Alive","description":""},{"name":"content-length","key":"content-length","value":"139","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=UTF-8","description":""},{"name":"date","key":"date","value":"Wed, 15 Nov 2017 06:15:58 GMT","description":""},{"name":"expires","key":"expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","description":""},{"name":"keep-alive","key":"keep-alive","value":"timeout=5, max=100","description":""},{"name":"last-modified","key":"last-modified","value":"Wed, 15 Nov 2017 06:15:58 GMT","description":""},{"name":"p3p","key":"p3p","value":"CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"","description":""},{"name":"pragma","key":"pragma","value":"no-cache","description":""},{"name":"server","key":"server","value":"Apache/2.4.7 (Ubuntu)","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"PHP/5.5.9-1ubuntu4.21","description":""}],"cookie":[],"responseTime":"1603","body":"{\"status\":true,\"message\":\"Logged in successfully\",\"data\":{\"created_id\":null},\"appState\":\"\\u002findex.php\\u002fusers\\u002f#\\u002fdashboard\"}"}],"_postman_id":"7b6163f6-3d27-8e2a-2d38-faf5ae08b63b"}],"id":"090c1e6f-c53c-415b-8a2d-ccf36d50d07c","event":[{"listen":"prerequest","script":{"id":"a1451562-be87-4c4c-a6b6-5943a0aeb8c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1534ff13-092d-45f6-a070-d38f1b0e6cd4","type":"text/javascript","exec":[""]}}],"_postman_id":"090c1e6f-c53c-415b-8a2d-ccf36d50d07c","description":""}],"event":[{"listen":"prerequest","script":{"id":"2b0a0348-e1a7-4280-a480-50a33714f0a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc6fdcbb-8e27-4c2f-acea-1c5db841bb8e","type":"text/javascript","exec":[""]}}]}