{"info":{"_postman_id":"b220949f-fc5f-439b-be06-e98bc9904aec","name":"QADeputy Public API","description":"<html><head></head><body><p>Welcome to the QADeputy API!  Most core functions of the system are now available via our public API.  Technical questions about our API can be sent to <a href=\"mailto:support@qadeputy.com\">support@qadeputy.com</a>.</p>\n<h1 id=\"endpoint\">Endpoint</h1>\nThe current API endpoint is https://app.qadeputy.com/api/v1.  \n\n<h1 id=\"api-authentication\">API Authentication</h1>\nQADeputy uses an API key and email address to validate all API requests.  \n\n<p>API keys can be found under Integrations when logged into the QADeputy portal.  When passing the API Key it must be prefixed with 'Bearer'  For example:</p>\n<p>Bearer u7pFBUt1xLss3sPTXHZnJoIM24yjOqE</p>\n<p>Along with the API key, a valid email address (username) for the account must also be supplied.  The email address must belong to an active user in the account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Endpoint","slug":"endpoint"},{"content":"API Authentication","slug":"api-authentication"}],"owner":"8647056","collectionId":"b220949f-fc5f-439b-be06-e98bc9904aec","publishedId":"SW14VxPn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"001B37","highlight":"A6A4A4"},"publishDate":"2019-11-04T18:00:24.000Z"},"item":[{"name":"Test Run","item":[{"name":"Get Test Run","id":"d217849b-d0ac-4766-9b39-09705d4ccd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_1}}","description":"<p>Used to retrieve a specific test run.  You must specify a test_run_id.  Use the List Test Runs API call to retrieve a list of ID's.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs","{{test_run_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"13212167-7062-4bcf-b26e-684bda36bf81","name":"Get specific test run","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 04:21:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 667,\n    \"name\": \"Test Run --test\",\n    \"description\": \"desc\",\n    \"test_suite_id\": 80,\n    \"test_suite_name\": \"Test Suite 2\",\n    \"product_id\": 23,\n    \"product_name\": \"Product 1\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 4,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"0 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 04:05:00\",\n    \"updated_at\": \"2019-11-04 04:05:00\"\n}"},{"id":"3755e364-f220-4d1d-ab52-4db8be2a974a","name":"Without email address and api-token in headers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-run/{{test_run_id_1}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2019 10:33:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"phpdebugbar-id","value":"X5d1ba00ddd03ecc1733ab69fac6a7ab4"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"api-token\": [\n            \"Authorization token is missing in headers.\"\n        ],\n        \"email\": [\n            \"The email field is missing in headers.\"\n        ]\n    }\n}"},{"id":"760e50e6-b9c5-48f4-ad6b-4d65a1e93de0","name":"Inactive user / Not an admin user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}dfdfg","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-run/{{test_run_id_1}}"},"status":"Unauthorized","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2019 10:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"phpdebugbar-id","value":"Xac909ba9dc9f878b5fab3737fc3eb3a9"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"You are not authorized to access this resource.\"\n        ]\n    }\n}"},{"id":"a59eab77-5bde-44e4-ad66-14d3657b386e","name":"Email address not exist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-run/{{test_run_id_1}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2019 10:24:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"phpdebugbar-id","value":"X79ca3d35c7557c8e433bbca870a11ea6"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"email\": [\n            \"The selected email is invalid.\"\n        ]\n    }\n}"},{"id":"add4b7a6-97bb-49be-9d24-6a75164e4fba","name":"Invalid token / Account not active","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-run/{{test_run_id_1}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2019 10:26:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"phpdebugbar-id","value":"X589e8b458860cde24b87bc6aabb9093d"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"These credentials do not match our records.\"\n        ]\n    }\n}"},{"id":"c1824f5b-aebe-4863-a3af-0da1f0706019","name":"Failed to get test run of another account","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-runs/{{invalid_test_run_id_1}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 04:38:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_run\": [\n            \"You don't have permission to access Test Run.\"\n        ]\n    }\n}"}],"_postman_id":"d217849b-d0ac-4766-9b39-09705d4ccd9e"},{"name":"List Test Runs","id":"5c640edb-74e8-443d-b3b2-1438de65ac12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-runs?is_completed=0&pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all test runs.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to retrieve active/completed test runs, set 0 for active and 1 for completed test runs. Default will list both active and completed test runs.</p>\n","type":"text/plain"},"key":"is_completed","value":"0"},{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3e8c97ca-7229-46bb-b6df-a69c176646f4","name":"List active test runs with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs?is_completed=0&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs"],"query":[{"key":"is_completed","value":"0","description":"optional, used to retrieve active/completed test runs, set 0 for active and 1 for completed test runs. Default will list both active and completed test runs."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 04:45:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_run_id\": 201,\n            \"name\": \"Test Run -XX\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [\n                {\n                    \"id\": 22,\n                    \"name\": \"Davis George\",\n                    \"review_count\": 18\n                }\n            ],\n            \"completed_at\": null,\n            \"created_at\": \"2018-06-08 13:53:52\",\n            \"updated_at\": \"2019-01-25 09:22:52\"\n        },\n        {\n            \"test_run_id\": 202,\n            \"name\": \"Test Run ABC\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"44 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-06-08 14:51:40\",\n            \"updated_at\": \"2019-02-22 12:59:35\"\n        },\n        {\n            \"test_run_id\": 206,\n            \"name\": \"Test Run ABC -10111\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 0,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"22 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-06-14 15:21:07\",\n            \"updated_at\": \"2018-06-14 15:21:07\"\n        },\n        {\n            \"test_run_id\": 250,\n            \"name\": \"Test Run - 2018-08-22 10:07:46\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 4,\n            \"completed_test_cases_count\": 3,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"22 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-08-22 10:07:46\",\n            \"updated_at\": \"2018-08-22 10:07:46\"\n        },\n        {\n            \"test_run_id\": 251,\n            \"name\": \"Test run Today\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 1,\n            \"completed_test_cases_count\": 0,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"22 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-09-07 12:23:45\",\n            \"updated_at\": \"2018-09-07 12:23:45\"\n        },\n        {\n            \"test_run_id\": 259,\n            \"name\": \"Test Run - 2018-09-18 12:01:14\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"22 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-09-18 12:01:14\",\n            \"updated_at\": \"2018-09-18 12:01:14\"\n        },\n        {\n            \"test_run_id\": 260,\n            \"name\": \"Test Run - 2018-09-18 12:04:26\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 5,\n            \"completed_test_cases_count\": 4,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 4,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-09-18 12:04:26\",\n            \"updated_at\": \"2018-09-18 12:04:26\"\n        },\n        {\n            \"test_run_id\": 261,\n            \"name\": \"Test Run - 2018-09-18 12:14:19\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 6,\n            \"completed_test_cases_count\": 3,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 3,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"25 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-09-18 12:14:19\",\n            \"updated_at\": \"2018-09-18 12:14:19\"\n        },\n        {\n            \"test_run_id\": 285,\n            \"name\": \"Test Run - 2018-10-16 06:08:05\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 6,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"45 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-16 06:08:05\",\n            \"updated_at\": \"2018-10-16 06:08:05\"\n        },\n        {\n            \"test_run_id\": 286,\n            \"name\": \"Test Run New -1010 -1\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 5,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 1,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"22 Hours 0 Minutes\",\n            \"reviewed_users\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Davis George\",\n                    \"review_count\": 1\n                }\n            ],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-16 06:37:58\",\n            \"updated_at\": \"2018-10-16 06:41:10\"\n        },\n        {\n            \"test_run_id\": 289,\n            \"name\": \"Test Run AB\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 4,\n            \"completed_test_cases_count\": 0,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"64 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-17 03:58:04\",\n            \"updated_at\": \"2018-10-17 03:58:04\"\n        },\n        {\n            \"test_run_id\": 301,\n            \"name\": \"Test Run T1 - P1\",\n            \"description\": \"test data\",\n            \"test_suite_id\": 112,\n            \"test_suite_name\": \"Test Suite 4\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 5,\n            \"completed_test_cases_count\": 0,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-29 11:44:46\",\n            \"updated_at\": \"2018-12-10 09:32:09\"\n        },\n        {\n            \"test_run_id\": 303,\n            \"name\": \"Test Run 12-12\",\n            \"description\": null,\n            \"test_suite_id\": 112,\n            \"test_suite_name\": \"Test Suite 4\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 5,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-29 12:06:02\",\n            \"updated_at\": \"2018-10-29 12:06:02\"\n        },\n        {\n            \"test_run_id\": 306,\n            \"name\": \"Test Run - 2018-10-30 11:33:38\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 7,\n            \"completed_test_cases_count\": 5,\n            \"passed_test_cases_count\": 3,\n            \"failed_test_cases_count\": 2,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"25 Hours 0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-30 11:33:38\",\n            \"updated_at\": \"2018-10-30 11:33:38\"\n        },\n        {\n            \"test_run_id\": 307,\n            \"name\": \"Test Run - 2018-10-30 11:35:31\",\n            \"description\": null,\n            \"test_suite_id\": 80,\n            \"test_suite_name\": \"Test Suite 2\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Active\",\n            \"test_run_mode\": \"Running\",\n            \"total_test_cases_count\": 4,\n            \"completed_test_cases_count\": 3,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": null,\n            \"created_at\": \"2018-10-30 11:35:31\",\n            \"updated_at\": \"2018-10-30 11:35:31\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-runs?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-runs?page=4\",\n        \"prev\": null,\n        \"next\": \"http://app.qadeputy.com/api/v1/test-runs?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 4,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-runs\",\n        \"per_page\": \"15\",\n        \"to\": 15,\n        \"total\": 55\n    }\n}"},{"id":"84329aab-7a77-437f-99ff-364837367079","name":"List completed test runs with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs?is_completed=1&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs"],"query":[{"key":"is_completed","value":"1","description":"optional, used to retrieve active/completed test runs, set 0 for active and 1 for completed test runs. Default will list both active and completed test runs."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 04:47:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_run_id\": 412,\n            \"name\": \"Test Run XX\",\n            \"description\": \"Desc\",\n            \"test_suite_id\": 133,\n            \"test_suite_name\": \"Test SUite X-bucket\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-09-04 06:09:51\",\n            \"created_at\": \"2019-01-16 08:39:48\",\n            \"updated_at\": \"2019-09-04 13:09:51\"\n        },\n        {\n            \"test_run_id\": 537,\n            \"name\": \"Test Run - 2019-06-20 08:55:48\",\n            \"description\": null,\n            \"test_suite_id\": 135,\n            \"test_suite_name\": \"Test Suite GI\",\n            \"product_id\": 47,\n            \"product_name\": \"Product4\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 1,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-06-20 01:56:31\",\n            \"created_at\": \"2019-06-20 08:55:48\",\n            \"updated_at\": \"2019-06-20 08:56:31\"\n        },\n        {\n            \"test_run_id\": 191,\n            \"name\": \"Test Run x-1\",\n            \"description\": null,\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 3,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [\n                {\n                    \"id\": 22,\n                    \"name\": \"Davis George\",\n                    \"review_count\": 17\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Robert Smith\",\n                    \"review_count\": 1\n                }\n            ],\n            \"completed_at\": \"2019-05-26 23:39:16\",\n            \"created_at\": \"2018-05-29 12:01:21\",\n            \"updated_at\": \"2019-05-27 06:39:16\"\n        },\n        {\n            \"test_run_id\": 471,\n            \"name\": \"Test Run bb\",\n            \"description\": \"desc\",\n            \"test_suite_id\": 157,\n            \"test_suite_name\": \"Test Suite BB\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 1,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 1,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-04-17 07:38:22\",\n            \"created_at\": \"2019-04-17 14:37:42\",\n            \"updated_at\": \"2019-04-17 14:38:22\"\n        },\n        {\n            \"test_run_id\": 449,\n            \"name\": \"Test Run -A\",\n            \"description\": \"Desc\",\n            \"test_suite_id\": 133,\n            \"test_suite_name\": \"Test SUite X-bucket\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 3,\n            \"passed_test_cases_count\": 1,\n            \"failed_test_cases_count\": 2,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-03-22 04:48:42\",\n            \"created_at\": \"2019-03-22 11:14:27\",\n            \"updated_at\": \"2019-03-22 11:48:42\"\n        },\n        {\n            \"test_run_id\": 430,\n            \"name\": \"Test Run Dummy --KOK\",\n            \"description\": \"Desc\",\n            \"test_suite_id\": 130,\n            \"test_suite_name\": \"Test Suite RR\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 9,\n            \"completed_test_cases_count\": 0,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-03-22 04:43:31\",\n            \"created_at\": \"2019-02-22 13:06:29\",\n            \"updated_at\": \"2019-03-22 11:43:31\"\n        },\n        {\n            \"test_run_id\": 205,\n            \"name\": \"Test Run --updated\",\n            \"description\": \"Lorem Ipsum -- updated\",\n            \"test_suite_id\": 42,\n            \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 3,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"42 Hours 0 Minutes\",\n            \"reviewed_users\": [\n                {\n                    \"id\": 23,\n                    \"name\": \"James Johnson\",\n                    \"review_count\": 1\n                }\n            ],\n            \"completed_at\": \"2019-02-22 04:59:03\",\n            \"created_at\": \"2018-06-14 15:17:09\",\n            \"updated_at\": \"2019-11-01 12:52:14\"\n        },\n        {\n            \"test_run_id\": 417,\n            \"name\": \"Test Run - 2019-01-18 05:12:23\",\n            \"description\": null,\n            \"test_suite_id\": 126,\n            \"test_suite_name\": \"Test Suite Ghost Insp\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 4,\n            \"completed_test_cases_count\": 4,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 2,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-01-17 21:14:00\",\n            \"created_at\": \"2019-01-18 05:12:23\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 406,\n            \"name\": \"Test Run - 2019-01-11 17:07:43\",\n            \"description\": null,\n            \"test_suite_id\": 136,\n            \"test_suite_name\": \"Test Suite Runscope\",\n            \"product_id\": 47,\n            \"product_name\": \"Product4\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 1,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-01-11 09:08:08\",\n            \"created_at\": \"2019-01-11 17:07:43\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 405,\n            \"name\": \"Test Run XCX\",\n            \"description\": \"desc1\",\n            \"test_suite_id\": 135,\n            \"test_suite_name\": \"Test Suite GI\",\n            \"product_id\": 47,\n            \"product_name\": \"Product4\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 1,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-01-11 09:06:29\",\n            \"created_at\": \"2019-01-11 17:05:28\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 404,\n            \"name\": \"Test Run - 2019-01-11 17:03:14\",\n            \"description\": null,\n            \"test_suite_id\": 135,\n            \"test_suite_name\": \"Test Suite GI\",\n            \"product_id\": 47,\n            \"product_name\": \"Product4\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 1,\n            \"completed_test_cases_count\": 1,\n            \"passed_test_cases_count\": 0,\n            \"failed_test_cases_count\": 1,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-01-11 09:04:38\",\n            \"created_at\": \"2019-01-11 17:03:14\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 395,\n            \"name\": \"Test Run - 2019-01-07 15:36:46\",\n            \"description\": null,\n            \"test_suite_id\": 133,\n            \"test_suite_name\": \"Test SUite X-bucket\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2019-01-07 07:37:23\",\n            \"created_at\": \"2019-01-07 15:36:46\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 379,\n            \"name\": \"Test Run A\",\n            \"description\": \"Desc\",\n            \"test_suite_id\": 105,\n            \"test_suite_name\": \"Test Suite 3\",\n            \"product_id\": 23,\n            \"product_name\": \"Product 1\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2018-12-12 19:57:30\",\n            \"created_at\": \"2018-12-13 03:40:00\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 374,\n            \"name\": \"Test Run - 2018-12-12 06:26:17\",\n            \"description\": null,\n            \"test_suite_id\": 129,\n            \"test_suite_name\": \"TestSuite GG\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 6,\n            \"completed_test_cases_count\": 6,\n            \"passed_test_cases_count\": 4,\n            \"failed_test_cases_count\": 2,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2018-12-12 04:17:25\",\n            \"created_at\": \"2018-12-12 06:26:17\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        },\n        {\n            \"test_run_id\": 347,\n            \"name\": \"Test Run today\",\n            \"description\": null,\n            \"test_suite_id\": 111,\n            \"test_suite_name\": \"Test Suite 4\",\n            \"product_id\": 27,\n            \"product_name\": \"Product 2\",\n            \"test_run_status\": \"Completed\",\n            \"test_run_mode\": \"Paused\",\n            \"total_test_cases_count\": 2,\n            \"completed_test_cases_count\": 2,\n            \"passed_test_cases_count\": 2,\n            \"failed_test_cases_count\": 0,\n            \"not_testing_cases_count\": 0,\n            \"time_remaining\": \"0 Minutes\",\n            \"reviewed_users\": [],\n            \"completed_at\": \"2018-11-26 22:11:52\",\n            \"created_at\": \"2018-11-27 06:09:00\",\n            \"updated_at\": \"2019-01-25 09:18:19\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-runs?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-runs?page=2\",\n        \"prev\": null,\n        \"next\": \"http://app.qadeputy.com/api/v1/test-runs?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-runs\",\n        \"per_page\": \"15\",\n        \"to\": 15,\n        \"total\": 21\n    }\n}"},{"id":"e9a7d9d5-226f-4642-baeb-bbd01d2d2b7c","name":"List active test runs without pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs?is_completed=0&pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs"],"query":[{"key":"is_completed","value":"0","description":"optional, used to retrieve active/completed test runs, set 0 for active and 1 for completed test runs. Default will list both active and completed test runs."},{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 04:47:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"test_run_id\": 201,\n        \"name\": \"Test Run -XX\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [\n            {\n                \"id\": 22,\n                \"name\": \"Davis George\",\n                \"review_count\": 78\n            }\n        ],\n        \"completed_at\": null,\n        \"created_at\": \"2018-06-08 13:53:52\",\n        \"updated_at\": \"2019-01-25 09:22:52\"\n    },\n    {\n        \"test_run_id\": 202,\n        \"name\": \"Test Run ABC\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"44 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-06-08 14:51:40\",\n        \"updated_at\": \"2019-02-22 12:59:35\"\n    },\n    {\n        \"test_run_id\": 206,\n        \"name\": \"Test Run ABC -10111\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"22 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-06-14 15:21:07\",\n        \"updated_at\": \"2018-06-14 15:21:07\"\n    },\n    {\n        \"test_run_id\": 250,\n        \"name\": \"Test Run - 2018-08-22 10:07:46\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"22 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-08-22 10:07:46\",\n        \"updated_at\": \"2018-08-22 10:07:46\"\n    },\n    {\n        \"test_run_id\": 251,\n        \"name\": \"Test run Today\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 1,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"22 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-09-07 12:23:45\",\n        \"updated_at\": \"2018-09-07 12:23:45\"\n    },\n    {\n        \"test_run_id\": 259,\n        \"name\": \"Test Run - 2018-09-18 12:01:14\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"22 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-09-18 12:01:14\",\n        \"updated_at\": \"2018-09-18 12:01:14\"\n    },\n    {\n        \"test_run_id\": 260,\n        \"name\": \"Test Run - 2018-09-18 12:04:26\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 4,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 4,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-09-18 12:04:26\",\n        \"updated_at\": \"2018-09-18 12:04:26\"\n    },\n    {\n        \"test_run_id\": 261,\n        \"name\": \"Test Run - 2018-09-18 12:14:19\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 6,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 3,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"25 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-09-18 12:14:19\",\n        \"updated_at\": \"2018-09-18 12:14:19\"\n    },\n    {\n        \"test_run_id\": 285,\n        \"name\": \"Test Run - 2018-10-16 06:08:05\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 6,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"45 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-16 06:08:05\",\n        \"updated_at\": \"2018-10-16 06:08:05\"\n    },\n    {\n        \"test_run_id\": 286,\n        \"name\": \"Test Run New -1010 -1\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"22 Hours 0 Minutes\",\n        \"reviewed_users\": [\n            {\n                \"id\": 24,\n                \"name\": \"Robert Smith\",\n                \"review_count\": 1\n            }\n        ],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-16 06:37:58\",\n        \"updated_at\": \"2018-10-16 06:41:10\"\n    },\n    {\n        \"test_run_id\": 289,\n        \"name\": \"Test Run AB\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"64 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-17 03:58:04\",\n        \"updated_at\": \"2018-10-17 03:58:04\"\n    },\n    {\n        \"test_run_id\": 301,\n        \"name\": \"Test Run T1 - P1\",\n        \"description\": \"test data\",\n        \"test_suite_id\": 112,\n        \"test_suite_name\": \"Test Suite 4\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-29 11:44:46\",\n        \"updated_at\": \"2018-12-10 09:32:09\"\n    },\n    {\n        \"test_run_id\": 303,\n        \"name\": \"Test Run 12-12\",\n        \"description\": null,\n        \"test_suite_id\": 112,\n        \"test_suite_name\": \"Test Suite 4\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-29 12:06:02\",\n        \"updated_at\": \"2018-10-29 12:06:02\"\n    },\n    {\n        \"test_run_id\": 306,\n        \"name\": \"Test Run - 2018-10-30 11:33:38\",\n        \"description\": null,\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 7,\n        \"completed_test_cases_count\": 5,\n        \"passed_test_cases_count\": 3,\n        \"failed_test_cases_count\": 2,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"25 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-30 11:33:38\",\n        \"updated_at\": \"2018-10-30 11:33:38\"\n    },\n    {\n        \"test_run_id\": 307,\n        \"name\": \"Test Run - 2018-10-30 11:35:31\",\n        \"description\": null,\n        \"test_suite_id\": 80,\n        \"test_suite_name\": \"Test Suite 2\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-30 11:35:31\",\n        \"updated_at\": \"2018-10-30 11:35:31\"\n    },\n    {\n        \"test_run_id\": 308,\n        \"name\": \"Test Run - 2018-10-30 11:43:03\",\n        \"description\": null,\n        \"test_suite_id\": 106,\n        \"test_suite_name\": \"Test Suite 1001\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 6,\n        \"completed_test_cases_count\": 4,\n        \"passed_test_cases_count\": 3,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-30 11:43:03\",\n        \"updated_at\": \"2018-10-30 11:43:03\"\n    },\n    {\n        \"test_run_id\": 309,\n        \"name\": \"Test Run - 2018-10-30 11:58:25\",\n        \"description\": null,\n        \"test_suite_id\": 113,\n        \"test_suite_name\": \"Test Suite 5\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-10-30 11:58:25\",\n        \"updated_at\": \"2018-10-30 11:58:25\"\n    },\n    {\n        \"test_run_id\": 346,\n        \"name\": \"Test Run - 2018-11-27 05:54:57\",\n        \"description\": null,\n        \"test_suite_id\": 111,\n        \"test_suite_name\": \"Test Suite 4\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 7,\n        \"completed_test_cases_count\": 6,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 6,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [\n            {\n                \"id\": 23,\n                \"name\": \"Elmore Hutchinson\",\n                \"review_count\": 9\n            }\n        ],\n        \"completed_at\": null,\n        \"created_at\": \"2018-11-27 05:54:57\",\n        \"updated_at\": \"2018-11-27 05:54:57\"\n    },\n    {\n        \"test_run_id\": 373,\n        \"name\": \"test\",\n        \"description\": \"test\",\n        \"test_suite_id\": 105,\n        \"test_suite_name\": \"Test Suite 3\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"3 Hours 20 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-12 05:58:37\",\n        \"updated_at\": \"2018-12-12 05:58:37\"\n    },\n    {\n        \"test_run_id\": 375,\n        \"name\": \"Test Run - 2018-12-12 06:35:19\",\n        \"description\": null,\n        \"test_suite_id\": 130,\n        \"test_suite_name\": \"Test Suite RR\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-12 06:35:19\",\n        \"updated_at\": \"2018-12-12 06:35:19\"\n    },\n    {\n        \"test_run_id\": 376,\n        \"name\": \"Test Run - 2018-12-12 06:40:26\",\n        \"description\": null,\n        \"test_suite_id\": 130,\n        \"test_suite_name\": \"Test Suite RR\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-12 06:40:26\",\n        \"updated_at\": \"2018-12-12 06:40:26\"\n    },\n    {\n        \"test_run_id\": 377,\n        \"name\": \"Test Run ABCD -- test\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 130,\n        \"test_suite_name\": \"Test Suite RR\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 2,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-12 06:48:09\",\n        \"updated_at\": \"2018-12-12 06:48:09\"\n    },\n    {\n        \"test_run_id\": 380,\n        \"name\": \"Orange Run\",\n        \"description\": null,\n        \"test_suite_id\": 131,\n        \"test_suite_name\": \"Orange\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 1,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-13 15:25:14\",\n        \"updated_at\": \"2018-12-13 15:25:14\"\n    },\n    {\n        \"test_run_id\": 387,\n        \"name\": \"Test Run - 2018-12-26 07:10:29\",\n        \"description\": null,\n        \"test_suite_id\": 130,\n        \"test_suite_name\": \"Test Suite RR\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 9,\n        \"completed_test_cases_count\": 8,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 8,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-26 07:10:29\",\n        \"updated_at\": \"2018-12-26 07:10:29\"\n    },\n    {\n        \"test_run_id\": 388,\n        \"name\": \"Test Run - 2018-12-26 07:12:47\",\n        \"description\": null,\n        \"test_suite_id\": 130,\n        \"test_suite_name\": \"Test Suite RR\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 9,\n        \"completed_test_cases_count\": 8,\n        \"passed_test_cases_count\": 8,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-26 07:12:47\",\n        \"updated_at\": \"2018-12-26 07:12:47\"\n    },\n    {\n        \"test_run_id\": 389,\n        \"name\": \"Test Run - 2018-12-26 08:31:46\",\n        \"description\": null,\n        \"test_suite_id\": 129,\n        \"test_suite_name\": \"TestSuite GG\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 10,\n        \"completed_test_cases_count\": 8,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 8,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2018-12-26 08:31:46\",\n        \"updated_at\": \"2018-12-26 08:31:46\"\n    },\n    {\n        \"test_run_id\": 411,\n        \"name\": \"Test Run Demo A\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 131,\n        \"test_suite_name\": \"Orange\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 1,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-01-16 04:30:25\",\n        \"updated_at\": \"2019-01-16 04:30:25\"\n    },\n    {\n        \"test_run_id\": 413,\n        \"name\": \"Test Run - 2019-01-17 08:22:43\",\n        \"description\": null,\n        \"test_suite_id\": 133,\n        \"test_suite_name\": \"Test SUite X-bucket\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-01-17 08:22:43\",\n        \"updated_at\": \"2019-01-17 08:22:43\"\n    },\n    {\n        \"test_run_id\": 414,\n        \"name\": \"Test Run - 2019-01-17 09:10:29\",\n        \"description\": null,\n        \"test_suite_id\": 137,\n        \"test_suite_name\": \"Test Run P4-- TS --3\",\n        \"product_id\": 47,\n        \"product_name\": \"Product4\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 2,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-01-17 09:10:29\",\n        \"updated_at\": \"2019-01-17 09:10:29\"\n    },\n    {\n        \"test_run_id\": 415,\n        \"name\": \"Test Run - 2019-01-17 09:58:31\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 137,\n        \"test_suite_name\": \"Test Run P4-- TS --3\",\n        \"product_id\": 47,\n        \"product_name\": \"Product4\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 6,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-01-17 09:58:31\",\n        \"updated_at\": \"2019-01-25 09:31:39\"\n    },\n    {\n        \"test_run_id\": 416,\n        \"name\": \"Test Run - 2019-01-17 11:22:07\",\n        \"description\": null,\n        \"test_suite_id\": 107,\n        \"test_suite_name\": \"Test SUITE A (GI)\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 3,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-01-17 11:22:07\",\n        \"updated_at\": \"2019-01-17 11:22:07\"\n    },\n    {\n        \"test_run_id\": 425,\n        \"name\": \"Test Run - 2019-02-13 08:39:33\",\n        \"description\": null,\n        \"test_suite_id\": 138,\n        \"test_suite_name\": \"Test Suite GI - Tester\",\n        \"product_id\": 47,\n        \"product_name\": \"Product4\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-02-13 08:39:33\",\n        \"updated_at\": \"2019-02-13 08:39:33\"\n    },\n    {\n        \"test_run_id\": 426,\n        \"name\": \"Test Run - 2019-02-18 11:20:27\",\n        \"description\": null,\n        \"test_suite_id\": 133,\n        \"test_suite_name\": \"Test SUite X-bucket\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-02-18 11:20:27\",\n        \"updated_at\": \"2019-02-18 11:20:27\"\n    },\n    {\n        \"test_run_id\": 470,\n        \"name\": \"Test Suite AA - 2019-04-17 14:34:17\",\n        \"description\": \"Test Suite AA - 2019-04-17 14:34:17\",\n        \"test_suite_id\": 156,\n        \"test_suite_name\": \"Test Suite AA --1\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 4,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 3,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-04-17 14:34:17\",\n        \"updated_at\": \"2019-04-17 14:34:17\"\n    },\n    {\n        \"test_run_id\": 472,\n        \"name\": \"Test Run - 2019-04-17 14:40:20\",\n        \"description\": null,\n        \"test_suite_id\": 156,\n        \"test_suite_name\": \"Test Suite AA --1\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 5,\n        \"completed_test_cases_count\": 4,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-04-17 14:40:20\",\n        \"updated_at\": \"2019-04-17 14:40:20\"\n    },\n    {\n        \"test_run_id\": 496,\n        \"name\": \"Test Run Test Mail\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 131,\n        \"test_suite_name\": \"Orange\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 1,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-05-15 05:21:00\",\n        \"updated_at\": \"2019-05-15 05:21:00\"\n    },\n    {\n        \"test_run_id\": 538,\n        \"name\": \"Test Run - 2019-06-20 08:57:02\",\n        \"description\": null,\n        \"test_suite_id\": 136,\n        \"test_suite_name\": \"Test Suite Runscope\",\n        \"product_id\": 47,\n        \"product_name\": \"Product4\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-06-20 08:57:02\",\n        \"updated_at\": \"2019-06-20 08:57:02\"\n    },\n    {\n        \"test_run_id\": 566,\n        \"name\": \"Test Run - 2019-07-18 12:52:41\",\n        \"description\": null,\n        \"test_suite_id\": 208,\n        \"test_suite_name\": \"test suite run time\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 3,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-07-18 12:52:41\",\n        \"updated_at\": \"2019-07-18 12:52:41\"\n    },\n    {\n        \"test_run_id\": 569,\n        \"name\": \"Test Run  P1 T2 imported\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 122,\n        \"test_suite_name\": \"Test Suite 2 imp Test Case\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 1609,\n        \"completed_test_cases_count\": 2,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-07-26 08:33:49\",\n        \"updated_at\": \"2019-07-26 08:33:49\"\n    },\n    {\n        \"test_run_id\": 576,\n        \"name\": \"Test Run - 2019-07-29 04:35:48\",\n        \"description\": null,\n        \"test_suite_id\": 215,\n        \"test_suite_name\": \"Test Suite B\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-07-29 04:35:48\",\n        \"updated_at\": \"2019-07-29 04:35:48\"\n    },\n    {\n        \"test_run_id\": 577,\n        \"name\": \"Test Run - 2019-07-29 14:18:42\",\n        \"description\": null,\n        \"test_suite_id\": 216,\n        \"test_suite_name\": \"Test Suite GI --tests\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 3,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-07-29 14:18:42\",\n        \"updated_at\": \"2019-07-29 14:18:42\"\n    },\n    {\n        \"test_run_id\": 578,\n        \"name\": \"Test Run - 2019-07-29 14:22:20\",\n        \"description\": null,\n        \"test_suite_id\": 217,\n        \"test_suite_name\": \"Runscope Test\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 3,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-07-29 14:22:20\",\n        \"updated_at\": \"2019-07-29 14:22:20\"\n    },\n    {\n        \"test_run_id\": 583,\n        \"name\": \"Test Run - 2019-08-01 06:29:26\",\n        \"description\": null,\n        \"test_suite_id\": 136,\n        \"test_suite_name\": \"Test Suite Runscope\",\n        \"product_id\": 47,\n        \"product_name\": \"Product4\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 1,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-08-01 06:29:26\",\n        \"updated_at\": \"2019-08-01 06:29:26\"\n    },\n    {\n        \"test_run_id\": 584,\n        \"name\": \"Test Run - 2019-08-01 06:32:35\",\n        \"description\": null,\n        \"test_suite_id\": 107,\n        \"test_suite_name\": \"Test SUITE A (GI)\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 3,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 3,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-08-01 06:32:35\",\n        \"updated_at\": \"2019-08-01 06:32:35\"\n    },\n    {\n        \"test_run_id\": 600,\n        \"name\": \"Test Run - 2019-08-27 05:24:23\",\n        \"description\": null,\n        \"test_suite_id\": 227,\n        \"test_suite_name\": \"test suite --issue\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 1,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 1,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-08-27 05:24:23\",\n        \"updated_at\": \"2019-08-27 05:24:23\"\n    },\n    {\n        \"test_run_id\": 601,\n        \"name\": \"Test Run - 2019-08-27 15:04:19\",\n        \"description\": null,\n        \"test_suite_id\": 228,\n        \"test_suite_name\": \"Test Suite X-0-1\",\n        \"product_id\": 48,\n        \"product_name\": \"Product 5\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 7,\n        \"completed_test_cases_count\": 7,\n        \"passed_test_cases_count\": 2,\n        \"failed_test_cases_count\": 2,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-08-27 15:04:19\",\n        \"updated_at\": \"2019-08-27 15:04:19\"\n    },\n    {\n        \"test_run_id\": 609,\n        \"name\": \"Test Run VVOK --tt\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 232,\n        \"test_suite_name\": \"Test Suite New vok\",\n        \"product_id\": 57,\n        \"product_name\": \"Product 1.11\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-09-23 13:10:21\",\n        \"updated_at\": \"2019-09-23 13:10:21\"\n    },\n    {\n        \"test_run_id\": 614,\n        \"name\": \"Test Run 2. empty --1\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 239,\n        \"test_suite_name\": \"Test Suite --empty 1\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 518,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"26 Hours 57 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-09-26 08:42:31\",\n        \"updated_at\": \"2019-09-26 08:42:31\"\n    },\n    {\n        \"test_run_id\": 615,\n        \"name\": \"Test Run 2.2\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 240,\n        \"test_suite_name\": \"Test Suite 2. empty 2\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 562,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"37 Hours 57 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-09-26 08:47:24\",\n        \"updated_at\": \"2019-09-26 08:47:24\"\n    },\n    {\n        \"test_run_id\": 616,\n        \"name\": \"Test Run -- new -- new\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 242,\n        \"test_suite_name\": \"Test Suite --empty -1 --lot\",\n        \"product_id\": 27,\n        \"product_name\": \"Product 2\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 518,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"26 Hours 57 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-09-26 11:35:06\",\n        \"updated_at\": \"2019-09-26 11:35:06\"\n    },\n    {\n        \"test_run_id\": 655,\n        \"name\": \"Test Run Public Test hhh\",\n        \"description\": \"Lorem Ipsum is simply dummy text of the printing and\",\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"44 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-10-25 13:33:42\",\n        \"updated_at\": \"2019-10-25 13:33:42\"\n    },\n    {\n        \"test_run_id\": 656,\n        \"name\": \"Test Run Testing --include all\",\n        \"description\": \"Lorem Ipsum -- updated\",\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 3,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"44 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-10-25 13:33:51\",\n        \"updated_at\": \"2019-10-25 13:34:53\"\n    },\n    {\n        \"test_run_id\": 657,\n        \"name\": \"Test Run Public Test hhh\",\n        \"description\": \"Lorem Ipsum is simply dummy text of the printing and\",\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"44 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-10-25 13:36:04\",\n        \"updated_at\": \"2019-10-25 13:36:04\"\n    },\n    {\n        \"test_run_id\": 664,\n        \"name\": \"Test Run Name\",\n        \"description\": \"Test Run Description\",\n        \"test_suite_id\": 42,\n        \"test_suite_name\": \"Test Suite 6.1 --update --new\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 2,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"42 Hours 0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-11-01 12:51:32\",\n        \"updated_at\": \"2019-11-01 12:51:32\"\n    },\n    {\n        \"test_run_id\": 667,\n        \"name\": \"Test Run --test\",\n        \"description\": \"desc\",\n        \"test_suite_id\": 80,\n        \"test_suite_name\": \"Test Suite 2\",\n        \"product_id\": 23,\n        \"product_name\": \"Product 1\",\n        \"test_run_status\": \"Active\",\n        \"test_run_mode\": \"Running\",\n        \"total_test_cases_count\": 4,\n        \"completed_test_cases_count\": 0,\n        \"passed_test_cases_count\": 0,\n        \"failed_test_cases_count\": 0,\n        \"not_testing_cases_count\": 0,\n        \"time_remaining\": \"0 Minutes\",\n        \"reviewed_users\": [],\n        \"completed_at\": null,\n        \"created_at\": \"2019-11-04 04:05:00\",\n        \"updated_at\": \"2019-11-04 04:05:00\"\n    }\n]"}],"_postman_id":"5c640edb-74e8-443d-b3b2-1438de65ac12"},{"name":"Create Test Run","id":"3658106d-ccd3-4c27-b3bb-30ce1f1ec6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10\",\n\"description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\",\n\"test_suite\":{{test_suite_id_1}},\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":false,\n\"test_cases\":[{{test_case_id_1}}, {{test_case_id_2}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs","description":"<p>Used to create a new test run.<br />Name, Description, Test Suite, and Users are all required.  If include_all is set to true then test case id's are not required otherwise they must be supplied.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"a69c011b-82df-46be-86b1-dd5b3acc50d9","name":"Create Test Run with all test cases","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --new\",\n\"description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\",\n\"test_suite\":{{test_suite_id_1}},\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":true,\n\"test_cases\":[{{test_case_id_1}}, {{test_case_id_2}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:20:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 669,\n    \"name\": \"Test Run RX10 --new\",\n    \"description\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 3,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:20:18\",\n    \"updated_at\": \"2019-11-04 05:20:18\"\n}"},{"id":"c96c13cd-3210-4233-91e1-cb2977d2a27c","name":"Create new Test Run","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10\",\n\"description\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\",\n\"test_suite\":{{test_suite_id_1}},\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":false,\n\"test_cases\":[{{test_case_id_1}}, {{test_case_id_2}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:17:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 668,\n    \"name\": \"Test Run RX10\",\n    \"description\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 2,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:17:53\",\n    \"updated_at\": \"2019-11-04 05:17:53\"\n}"},{"id":"e8c9382e-bb75-4634-8331-cecd3ab85c0a","name":"Validation errors while creating new test run","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:19:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"The name field is required.\"\n        ],\n        \"test_suite\": [\n            \"Please select test suite.\"\n        ],\n        \"users\": [\n            \"Please select atleast 1 Team Member.\"\n        ]\n    }\n}"}],"_postman_id":"3658106d-ccd3-4c27-b3bb-30ce1f1ec6b0"},{"name":"Update Test Run","id":"4694ae0c-f3fc-44fd-9d9b-2d45dae52199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --updated\",\n\"description\":\"Lorem Ipsum -- updated\",\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":false,\n\"test_cases\":[{{test_case_id_1}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/668","description":"<p>Used to update an existing test run.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs","668"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"9ed3e091-c347-4db8-ba27-b4b736416578","name":"Add all test cases of test suite to specific test run.","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --updated\",\n\"description\":\"Lorem Ipsum -- updated\",\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":true\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/668"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:55:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 668,\n    \"name\": \"Test Run RX10 --updated\",\n    \"description\": \"Lorem Ipsum -- updated\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 3,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:17:53\",\n    \"updated_at\": \"2019-11-04 05:51:13\"\n}"},{"id":"ef6786f2-aafe-4d7d-b4d0-58e7b7a80b91","name":"Update test run name and description of a specific test run","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --updated\",\n\"description\":\"Lorem Ipsum -- updated\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/668"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:52:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 668,\n    \"name\": \"Test Run RX10 --updated\",\n    \"description\": \"Lorem Ipsum -- updated\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 3,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:17:53\",\n    \"updated_at\": \"2019-11-04 05:51:13\"\n}"},{"id":"f79b57cf-eac4-4d7e-a6f7-579b62c50082","name":"Add selected test cases to a specific test run","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --updated\",\n\"description\":\"Lorem Ipsum -- updated\",\n\"users\": [{{user_id_1}}, {{user_id_2}}],\n\"include_all\":false,\n\"test_cases\":[{{test_case_id_1}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/668"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 05:53:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 668,\n    \"name\": \"Test Run RX10 --updated\",\n    \"description\": \"Lorem Ipsum -- updated\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 3,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:17:53\",\n    \"updated_at\": \"2019-11-04 05:51:13\"\n}"},{"id":"fe84597a-cf02-4b4e-be1d-6f46250295b8","name":"Update test run users","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\":\"Test Run RX10 --updated\",\n\"description\":\"Lorem Ipsum -- updated\",\n\"users\": [{{user_id_1}}, {{user_id_2}}]\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/668"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:00:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_run_id\": 668,\n    \"name\": \"Test Run RX10 --updated\",\n    \"description\": \"Lorem Ipsum -- updated\",\n    \"test_suite_id\": 268,\n    \"test_suite_name\": \"Test Suite -- RX10\",\n    \"product_id\": 27,\n    \"product_name\": \"Product 2\",\n    \"test_run_status\": \"Active\",\n    \"test_run_mode\": \"Running\",\n    \"total_test_cases_count\": 3,\n    \"completed_test_cases_count\": 0,\n    \"passed_test_cases_count\": 0,\n    \"failed_test_cases_count\": 0,\n    \"not_testing_cases_count\": 0,\n    \"time_remaining\": \"1 Hours 12 Minutes\",\n    \"reviewed_users\": [],\n    \"completed_at\": null,\n    \"created_at\": \"2019-11-04 05:17:53\",\n    \"updated_at\": \"2019-11-04 05:51:13\"\n}"}],"_postman_id":"4694ae0c-f3fc-44fd-9d9b-2d45dae52199"},{"name":"List  Test Run Test Case","id":"4b3b7293-2ef9-4af4-8926-026c3da24483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_token}}","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","type":"text","value":"{{email}}","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_1}}/test-cases?pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all test cases within a specific test run.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs","{{test_run_id_1}}","test-cases"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3324b711-1edd-49f3-9edb-af68e6e15b3f","name":"List test run test cases with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_token}}","description":"Must supply a valid API token."},{"key":"email","type":"text","value":"{{email}}","description":"Must supply a valid email address."},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_1}}/test-cases?pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs","{{test_run_id_1}}","test-cases"],"query":[{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:07:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_id\": 18376,\n            \"test_run_test_case_id\": 45209,\n            \"name\": \"Test Case 1\",\n            \"preconditions\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p>\",\n            \"test_case_steps\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p><br></p>\",\n            \"expected_results\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p>\",\n            \"time\": \"00:00\",\n            \"actual_result\": null,\n            \"specifications\": null,\n            \"test_case_status_id\": 1,\n            \"reviewed_user\": null,\n            \"created_at\": \"2019-11-04 04:05:00\",\n            \"updated_at\": \"2019-11-04 04:05:00\"\n        },\n        {\n            \"test_case_id\": 18902,\n            \"test_run_test_case_id\": 45210,\n            \"name\": \"Test Case 3\",\n            \"preconditions\": null,\n            \"test_case_steps\": \"<p>desc</p>\",\n            \"expected_results\": null,\n            \"time\": \"00:00\",\n            \"actual_result\": null,\n            \"specifications\": null,\n            \"test_case_status_id\": 1,\n            \"reviewed_user\": null,\n            \"created_at\": \"2019-11-04 04:05:00\",\n            \"updated_at\": \"2019-11-04 04:05:00\"\n        },\n        {\n            \"test_case_id\": 18904,\n            \"test_run_test_case_id\": 45211,\n            \"name\": \"Test Case 5\",\n            \"preconditions\": null,\n            \"test_case_steps\": \"<p>desc</p>\",\n            \"expected_results\": null,\n            \"time\": \"00:00\",\n            \"actual_result\": null,\n            \"specifications\": null,\n            \"test_case_status_id\": 1,\n            \"reviewed_user\": null,\n            \"created_at\": \"2019-11-04 04:05:00\",\n            \"updated_at\": \"2019-11-04 04:05:00\"\n        },\n        {\n            \"test_case_id\": 18905,\n            \"test_run_test_case_id\": 45212,\n            \"name\": \"Test Case 2 -- CLONED\",\n            \"preconditions\": null,\n            \"test_case_steps\": \"<p>desc</p>\",\n            \"expected_results\": null,\n            \"time\": \"00:00\",\n            \"actual_result\": null,\n            \"specifications\": null,\n            \"test_case_status_id\": 1,\n            \"reviewed_user\": null,\n            \"created_at\": \"2019-11-04 04:05:00\",\n            \"updated_at\": \"2019-11-04 04:05:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-runs/667/test-cases?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-runs/667/test-cases?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-runs/667/test-cases\",\n        \"per_page\": \"15\",\n        \"to\": 4,\n        \"total\": 4\n    }\n}"},{"id":"96aeb14c-7d16-4bc2-91b3-2e87bdfc6f15","name":"List test run test cases without pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_token}}","description":"Must supply a valid API token."},{"key":"email","type":"text","value":"{{email}}","description":"Must supply a valid email address."},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_1}}/test-cases?pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs","{{test_run_id_1}}","test-cases"],"query":[{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:08:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"test_case_id\": 18376,\n        \"test_run_test_case_id\": 45209,\n        \"name\": \"Test Case 1\",\n        \"preconditions\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p>\",\n        \"test_case_steps\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\"><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p class=\\\"ql-align-justify\\\"><br></p><p><br></p>\",\n        \"expected_results\": \"<p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p><p class=\\\"ql-align-justify\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\\"de Finibus Bonorum et Malorum\\\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\\"Lorem ipsum dolor sit amet..\\\", comes from a line in section 1.10.32.</p><p class=\\\"ql-align-justify\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \\\"de Finibus Bonorum et Malorum\\\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p><p><br></p>\",\n        \"time\": \"00:00\",\n        \"actual_result\": null,\n        \"specifications\": null,\n        \"test_case_status_id\": 1,\n        \"reviewed_user\": null,\n        \"created_at\": \"2019-11-04 04:05:00\",\n        \"updated_at\": \"2019-11-04 04:05:00\"\n    },\n    {\n        \"test_case_id\": 18902,\n        \"test_run_test_case_id\": 45210,\n        \"name\": \"Test Case 3\",\n        \"preconditions\": null,\n        \"test_case_steps\": \"<p>desc</p>\",\n        \"expected_results\": null,\n        \"time\": \"00:00\",\n        \"actual_result\": null,\n        \"specifications\": null,\n        \"test_case_status_id\": 1,\n        \"reviewed_user\": null,\n        \"created_at\": \"2019-11-04 04:05:00\",\n        \"updated_at\": \"2019-11-04 04:05:00\"\n    },\n    {\n        \"test_case_id\": 18904,\n        \"test_run_test_case_id\": 45211,\n        \"name\": \"Test Case 5\",\n        \"preconditions\": null,\n        \"test_case_steps\": \"<p>desc</p>\",\n        \"expected_results\": null,\n        \"time\": \"00:00\",\n        \"actual_result\": null,\n        \"specifications\": null,\n        \"test_case_status_id\": 1,\n        \"reviewed_user\": null,\n        \"created_at\": \"2019-11-04 04:05:00\",\n        \"updated_at\": \"2019-11-04 04:05:00\"\n    },\n    {\n        \"test_case_id\": 18905,\n        \"test_run_test_case_id\": 45212,\n        \"name\": \"Test Case 2 -- CLONED\",\n        \"preconditions\": null,\n        \"test_case_steps\": \"<p>desc</p>\",\n        \"expected_results\": null,\n        \"time\": \"00:00\",\n        \"actual_result\": null,\n        \"specifications\": null,\n        \"test_case_status_id\": 1,\n        \"reviewed_user\": null,\n        \"created_at\": \"2019-11-04 04:05:00\",\n        \"updated_at\": \"2019-11-04 04:05:00\"\n    }\n]"},{"id":"c2e3b22b-0b3f-4674-9e9b-cbfedc025456","name":"Failed to get test run test cases of test run from another account","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{api_token}}","description":"Must supply a valid API token."},{"key":"email","type":"text","value":"{{email}}","description":"Must supply a valid email address."},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-runs/{{invalid_test_run_id_1}}/test-cases?pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-runs","{{invalid_test_run_id_1}}","test-cases"],"query":[{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:08:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_run\": [\n            \"You don't have permission to access Test Run.\"\n        ]\n    }\n}"}],"_postman_id":"4b3b7293-2ef9-4af4-8926-026c3da24483"},{"name":"Update Test Run Test Case","id":"094b4dfc-e512-40cc-8dd9-1d39bc4951f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\":{{test_case_status_progress}},\n\t\"actual_result\": \"Test actual result\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_2}}/test-cases/{{test_case_id_1}}","description":"<p>Used to update an existing test case in a specific test run.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-runs","{{test_run_id_2}}","test-cases","{{test_case_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"13afc612-121c-49bc-b883-aab5a6e848a1","name":"Validation error when updating specific test case in a test run with invalid test case status","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\":{{invalid_test_case_status}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_2}}/test-cases/{{test_case_id_1}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:22:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_case_status\": [\n            \"The selected test case status is invalid.\"\n        ]\n    }\n}"},{"id":"56729439-1465-47d1-be7d-00e20eacb82e","name":"Update actual result and test case status of specific test case in a test run","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\":{{test_case_status_progress}},\n\t\"actual_result\": \"Test actual result\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_2}}/test-cases/{{test_case_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:15:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"previous_value\": [\n        {\n            \"test_case_status\": 1,\n            \"actual_result\": null\n        }\n    ],\n    \"updated_value\": [\n        {\n            \"test_case_status\": 2,\n            \"actual_result\": \"Test actual result\"\n        }\n    ]\n}"},{"id":"702ad534-0c24-42e3-bc9f-e76a88e84c59","name":"Updating actual result of specific test case in a test run","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actual_result\": \"Test actual result --updated\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_2}}/test-cases/{{test_case_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:17:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"previous_value\": [\n        {\n            \"test_case_status\": 2,\n            \"actual_result\": \"Test actual result\"\n        }\n    ],\n    \"updated_value\": [\n        {\n            \"test_case_status\": 2,\n            \"actual_result\": \"Test actual result --updated\"\n        }\n    ]\n}"},{"id":"a0e13f73-2aea-433f-b8ee-8c41873658dd","name":"Updating test case status of specific test case in a test run","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\":{{test_case_status_todo}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-runs/{{test_run_id_2}}/test-cases/{{test_case_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:21:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"previous_value\": [\n        {\n            \"test_case_status\": 2,\n            \"actual_result\": \"Test actual result\"\n        }\n    ],\n    \"updated_value\": [\n        {\n            \"test_case_status\": 1,\n            \"actual_result\": \"Test actual result --updated\"\n        }\n    ]\n}"}],"_postman_id":"094b4dfc-e512-40cc-8dd9-1d39bc4951f4"}],"id":"b2b7b451-ab93-4dd7-b591-3ec696ec4ed5","_postman_id":"b2b7b451-ab93-4dd7-b591-3ec696ec4ed5","description":""},{"name":"Test Case Statuses","item":[{"name":"List test case statuses","id":"6b436754-88aa-439f-8609-444b01bcb0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-case-statuses?status_type=predefined_status&pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all test cases statuses defined in the account.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-case-statuses"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to retrieve predefined and custom statuses by setting predefined_status/custom_status. Default value will list both test case statuses.</p>\n","type":"text/plain"},"key":"status_type","value":"predefined_status"},{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value.</p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0b127e88-ea25-4a19-87a9-c582d35ab67d","name":"List predefined test case statuses with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-case-statuses?status_type=predefined_status&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-case-statuses"],"query":[{"key":"status_type","value":"predefined_status","description":"optional, used to retrieve predefined and custom statuses by setting predefined_status/custom_status. Default value will list both test case statuses."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value."},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:29:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_status_id\": 1,\n            \"name\": \"To Do\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#dcc600\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 2,\n            \"name\": \"In Progress\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#9c27b0\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 3,\n            \"name\": \"Passed\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#00bf1f\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 4,\n            \"name\": \"Failed\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#f44336\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 5,\n            \"name\": \"Not Testing\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#ff9800\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-case-statuses\",\n        \"per_page\": \"15\",\n        \"to\": 5,\n        \"total\": 5\n    }\n}"},{"id":"643fc817-e643-4832-a2f6-a7867810ead2","name":"List custom test case statuses with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-case-statuses?status_type=custom_status&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-case-statuses"],"query":[{"key":"status_type","value":"custom_status","description":"optional, used to retrieve predefined and custom statuses by setting predefined_status/custom_status. Default value will list both test case statuses."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value."},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:28:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_status_id\": 6,\n            \"name\": \"Completed\",\n            \"description\": \"desc\",\n            \"is_complete\": 0,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 08:49:44\"\n        },\n        {\n            \"test_case_status_id\": 16,\n            \"name\": \"Reset Mode\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#BD1515\",\n            \"created_at\": \"2018-06-11 03:42:10\",\n            \"updated_at\": \"2019-07-18 08:49:49\"\n        },\n        {\n            \"test_case_status_id\": 17,\n            \"name\": \"Hold-On\",\n            \"description\": \"desc\",\n            \"is_complete\": 0,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2018-06-11 09:42:03\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 26,\n            \"name\": \"Test Status 1\",\n            \"description\": \"desc1\",\n            \"is_complete\": 1,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2019-01-11 17:08:25\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 29,\n            \"name\": \"CT2\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#27AD59\",\n            \"created_at\": \"2019-07-18 08:50:08\",\n            \"updated_at\": \"2019-07-18 08:50:08\"\n        },\n        {\n            \"test_case_status_id\": 31,\n            \"name\": \"Reset-A\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#3D25D2\",\n            \"created_at\": \"2019-10-10 09:59:50\",\n            \"updated_at\": \"2019-10-10 10:00:18\"\n        },\n        {\n            \"test_case_status_id\": 32,\n            \"name\": \"Test Status --nn\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#E015A8\",\n            \"created_at\": \"2019-10-10 10:24:54\",\n            \"updated_at\": \"2019-10-10 10:24:54\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-case-statuses\",\n        \"per_page\": \"15\",\n        \"to\": 7,\n        \"total\": 7\n    }\n}"},{"id":"6d3f2edc-1a19-400c-a699-1bcf46207d59","name":"List predefined and custom test case statuses with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-case-statuses?pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-case-statuses"],"query":[{"key":"status_type","value":"predefined_status","description":"optional, used to retrieve predefined and custom statuses by setting predefined_status/custom_status. Default value will list both test case statuses.","disabled":true},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value."},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:30:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_status_id\": 1,\n            \"name\": \"To Do\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#dcc600\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 2,\n            \"name\": \"In Progress\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#9c27b0\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 3,\n            \"name\": \"Passed\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#00bf1f\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 4,\n            \"name\": \"Failed\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#f44336\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 5,\n            \"name\": \"Not Testing\",\n            \"description\": null,\n            \"is_complete\": 1,\n            \"color_code\": \"#ff9800\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 6,\n            \"name\": \"Completed\",\n            \"description\": \"desc\",\n            \"is_complete\": 0,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2018-02-26 13:54:27\",\n            \"updated_at\": \"2019-07-18 08:49:44\"\n        },\n        {\n            \"test_case_status_id\": 16,\n            \"name\": \"Reset Mode\",\n            \"description\": null,\n            \"is_complete\": 0,\n            \"color_code\": \"#BD1515\",\n            \"created_at\": \"2018-06-11 03:42:10\",\n            \"updated_at\": \"2019-07-18 08:49:49\"\n        },\n        {\n            \"test_case_status_id\": 17,\n            \"name\": \"Hold-On\",\n            \"description\": \"desc\",\n            \"is_complete\": 0,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2018-06-11 09:42:03\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 26,\n            \"name\": \"Test Status 1\",\n            \"description\": \"desc1\",\n            \"is_complete\": 1,\n            \"color_code\": \"#a9a9a9\",\n            \"created_at\": \"2019-01-11 17:08:25\",\n            \"updated_at\": \"2019-07-18 07:02:47\"\n        },\n        {\n            \"test_case_status_id\": 29,\n            \"name\": \"CT2\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#27AD59\",\n            \"created_at\": \"2019-07-18 08:50:08\",\n            \"updated_at\": \"2019-07-18 08:50:08\"\n        },\n        {\n            \"test_case_status_id\": 31,\n            \"name\": \"Reset-A\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#3D25D2\",\n            \"created_at\": \"2019-10-10 09:59:50\",\n            \"updated_at\": \"2019-10-10 10:00:18\"\n        },\n        {\n            \"test_case_status_id\": 32,\n            \"name\": \"Test Status --nn\",\n            \"description\": \"desc\",\n            \"is_complete\": 1,\n            \"color_code\": \"#E015A8\",\n            \"created_at\": \"2019-10-10 10:24:54\",\n            \"updated_at\": \"2019-10-10 10:24:54\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-case-statuses?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-case-statuses\",\n        \"per_page\": \"15\",\n        \"to\": 12,\n        \"total\": 12\n    }\n}"},{"id":"b5e08e12-a9b7-4fff-8bdd-876c4e231051","name":"List predefined and custom test case statuses without pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-case-statuses?pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-case-statuses"],"query":[{"key":"status_type","value":"predefined_status","description":"optional, used to retrieve predefined and custom statuses by setting predefined_status/custom_status. Default value will list both test case statuses.","disabled":true},{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value."},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:30:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"test_case_status_id\": 1,\n        \"name\": \"To Do\",\n        \"description\": null,\n        \"is_complete\": 0,\n        \"color_code\": \"#dcc600\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 2,\n        \"name\": \"In Progress\",\n        \"description\": null,\n        \"is_complete\": 0,\n        \"color_code\": \"#9c27b0\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 3,\n        \"name\": \"Passed\",\n        \"description\": null,\n        \"is_complete\": 1,\n        \"color_code\": \"#00bf1f\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 4,\n        \"name\": \"Failed\",\n        \"description\": null,\n        \"is_complete\": 1,\n        \"color_code\": \"#f44336\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 5,\n        \"name\": \"Not Testing\",\n        \"description\": null,\n        \"is_complete\": 1,\n        \"color_code\": \"#ff9800\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 6,\n        \"name\": \"Completed\",\n        \"description\": \"desc\",\n        \"is_complete\": 0,\n        \"color_code\": \"#a9a9a9\",\n        \"created_at\": \"2018-02-26 13:54:27\",\n        \"updated_at\": \"2019-07-18 08:49:44\"\n    },\n    {\n        \"test_case_status_id\": 16,\n        \"name\": \"Reset Mode\",\n        \"description\": null,\n        \"is_complete\": 0,\n        \"color_code\": \"#BD1515\",\n        \"created_at\": \"2018-06-11 03:42:10\",\n        \"updated_at\": \"2019-07-18 08:49:49\"\n    },\n    {\n        \"test_case_status_id\": 17,\n        \"name\": \"Hold-On\",\n        \"description\": \"desc\",\n        \"is_complete\": 0,\n        \"color_code\": \"#a9a9a9\",\n        \"created_at\": \"2018-06-11 09:42:03\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 26,\n        \"name\": \"Test Status 1\",\n        \"description\": \"desc1\",\n        \"is_complete\": 1,\n        \"color_code\": \"#a9a9a9\",\n        \"created_at\": \"2019-01-11 17:08:25\",\n        \"updated_at\": \"2019-07-18 07:02:47\"\n    },\n    {\n        \"test_case_status_id\": 29,\n        \"name\": \"CT2\",\n        \"description\": \"desc\",\n        \"is_complete\": 1,\n        \"color_code\": \"#27AD59\",\n        \"created_at\": \"2019-07-18 08:50:08\",\n        \"updated_at\": \"2019-07-18 08:50:08\"\n    },\n    {\n        \"test_case_status_id\": 31,\n        \"name\": \"Reset-A\",\n        \"description\": \"desc\",\n        \"is_complete\": 1,\n        \"color_code\": \"#3D25D2\",\n        \"created_at\": \"2019-10-10 09:59:50\",\n        \"updated_at\": \"2019-10-10 10:00:18\"\n    },\n    {\n        \"test_case_status_id\": 32,\n        \"name\": \"Test Status --nn\",\n        \"description\": \"desc\",\n        \"is_complete\": 1,\n        \"color_code\": \"#E015A8\",\n        \"created_at\": \"2019-10-10 10:24:54\",\n        \"updated_at\": \"2019-10-10 10:24:54\"\n    }\n]"}],"_postman_id":"6b436754-88aa-439f-8609-444b01bcb0f9"}],"id":"16e8b35b-2141-4b03-9f2e-f1cff017fcfd","_postman_id":"16e8b35b-2141-4b03-9f2e-f1cff017fcfd","description":""},{"name":"Users","item":[{"name":"List Users","id":"b929e242-5630-4e18-9132-c492ff33b9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/users?user_status=active&sort_field=first_name&sort_type=desc&pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all users in the account.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to select active/archived test suites. Default value is active.</p>\n","type":"text/plain"},"key":"user_status","value":"active"},{"description":{"content":"<p>optional, need to specific the field that need to sort (role / first_name / last_name).</p>\n","type":"text/plain"},"key":"sort_field","value":"first_name"},{"description":{"content":"<p>optional, need to specify the sorting order (asc / desc).</p>\n","type":"text/plain"},"key":"sort_type","value":"desc"},{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"08c2f70c-55a1-4706-b5cf-7b93259c8d3b","name":"List archived users with pagination ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/users?user_status=archived&sort_field=first_name&sort_type=desc&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","users"],"query":[{"key":"user_status","value":"archived","description":"optional, used to select active/archived test suites. Default value is active."},{"key":"sort_field","value":"first_name","description":"optional, need to specific the field that need to sort (role / first_name / last_name)."},{"key":"sort_type","value":"desc","description":"optional, need to specify the sorting order (asc / desc)."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:43:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 73,\n            \"first_name\": \"Davis\",\n            \"last_name\": \"Jhon\",\n            \"email\": \"davisjhon@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [\n                {\n                    \"product_id\": 27,\n                    \"name\": \"Product 2\"\n                }\n            ],\n            \"created_at\": \"2019-02-19 03:55:52\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/users\",\n        \"per_page\": \"15\",\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"72d07d8d-628c-4b7a-9c6d-b8aec72a8eda","name":"List active users with pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/users?user_status=active&sort_field=first_name&sort_type=desc&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","users"],"query":[{"key":"user_status","value":"active","description":"optional, used to select active/archived test suites. Default value is active."},{"key":"sort_field","value":"first_name","description":"optional, need to specific the field that need to sort (role / first_name / last_name)."},{"key":"sort_type","value":"desc","description":"optional, need to specify the sorting order (asc / desc)."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:42:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 63,\n            \"first_name\": \"Davis\",\n            \"last_name\": \"Jhon\",\n            \"email\": \"davisjhon@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                },\n                {\n                    \"product_id\": 57,\n                    \"name\": \"Product 1.11\"\n                }\n            ],\n            \"created_at\": \"2018-12-11 13:48:07\"\n        },\n        {\n            \"user_id\": 24,\n            \"first_name\": \"Maria\",\n            \"last_name\": \"Garcia\",\n            \"email\": \"mariagarcia@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                },\n                {\n                    \"product_id\": 47,\n                    \"name\": \"Product4\"\n                },\n                {\n                    \"product_id\": 48,\n                    \"name\": \"Product 5\"\n                },\n                {\n                    \"product_id\": 55,\n                    \"name\": \"Product 5 -- new\"\n                },\n                {\n                    \"product_id\": 56,\n                    \"name\": \"Product BLOOD Bank -- 1\"\n                }\n            ],\n            \"created_at\": \"2018-05-29 11:51:05\"\n        },\n        {\n            \"user_id\": 126,\n            \"first_name\": \"Robert\",\n            \"last_name\": \"Smith\",\n            \"email\": \"robertsmith@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"America/New_York\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                }\n            ],\n            \"created_at\": \"2019-09-30 04:48:50\"\n        },\n        {\n            \"user_id\": 23,\n            \"first_name\": \"James\",\n            \"last_name\": \"Johnson\",\n            \"email\": \"jamesjohnson@example.com\",\n            \"role\": \"Manager\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [],\n            \"created_at\": \"2018-05-29 11:49:59\"\n        },\n        {\n            \"user_id\": 109,\n            \"first_name\": \"Jiffin\",\n            \"last_name\": \"Joy\",\n            \"email\": \"jiffinjoy@example.com\",\n            \"role\": \"Manager\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [],\n            \"created_at\": \"2019-07-26 08:39:24\"\n        },\n        {\n            \"user_id\": 90,\n            \"first_name\": \"Elmore\",\n            \"last_name\": \"Hutchinson\",\n            \"email\": \"elmorehutchinson@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                }\n            ],\n            \"created_at\": \"2019-05-15 05:22:50\"\n        },\n        {\n            \"user_id\": 74,\n            \"first_name\": \"Rusty\",\n            \"last_name\": \"Theron\",\n            \"email\": \"rustytheron@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Abidjan\",\n            \"products\": [\n                {\n                    \"product_id\": 27,\n                    \"name\": \"Product 2\"\n                },\n                {\n                    \"product_id\": 55,\n                    \"name\": \"Product 5 -- new\"\n                },\n                {\n                    \"product_id\": 57,\n                    \"name\": \"Product 1.11\"\n                }\n            ],\n            \"created_at\": \"2019-02-19 03:59:38\"\n        },\n        {\n            \"user_id\": 22,\n            \"first_name\": \"Nicholas\",\n            \"last_name\": \"Standford\",\n            \"email\": \"nicholasstandford@example.com\",\n            \"role\": \"Admin\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [],\n            \"created_at\": \"2018-05-29 17:09:50\"\n        },\n        {\n            \"user_id\": 65,\n            \"first_name\": \"Camilus\",\n            \"last_name\": \"Alexander\",\n            \"email\": \"camilusalexander@example.com\",\n            \"role\": \"Admin\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [],\n            \"created_at\": \"2019-01-11 16:59:24\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/users\",\n        \"per_page\": \"15\",\n        \"to\": 9,\n        \"total\": 9\n    }\n}"},{"id":"b089d550-e785-40b9-be3f-dafb336c2efd","name":"List active users without pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/users?user_status=active&sort_field=first_name&sort_type=asc&pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","users"],"query":[{"key":"user_status","value":"active","description":"optional, used to select active/archived test suites. Default value is active."},{"key":"sort_field","value":"first_name","description":"optional, need to specific the field that need to sort (role / first_name / last_name)."},{"key":"sort_type","value":"asc","description":"optional, need to specify the sorting order (asc / desc)."},{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:45:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": 22,\n        \"first_name\": \"Robert\",\n        \"last_name\": \"Smith\",\n        \"email\": \"robertsmith@example.com\",\n        \"role\": \"Admin\",\n        \"time_zone\": \"America/Los_Angeles\",\n        \"products\": [],\n        \"created_at\": \"2018-05-29 17:09:50\"\n    },\n    {\n        \"user_id\": 65,\n        \"first_name\": \"Davis\",\n        \"last_name\": \"Henry\",\n        \"email\": \"davishenry@example.com\",\n        \"role\": \"Admin\",\n        \"time_zone\": \"Africa/Accra\",\n        \"products\": [],\n        \"created_at\": \"2019-01-11 16:59:24\"\n    },\n    {\n        \"user_id\": 74,\n        \"first_name\": \"James\",\n        \"last_name\": \"Johnson\",\n        \"email\": \"jamesjohnson@example.com\",\n        \"role\": \"Tester\",\n        \"time_zone\": \"Africa/Abidjan\",\n        \"products\": [\n            {\n                \"product_id\": 27,\n                \"name\": \"Product 2\"\n            },\n            {\n                \"product_id\": 55,\n                \"name\": \"Product 5 -- new\"\n            },\n            {\n                \"product_id\": 57,\n                \"name\": \"Product 1.11\"\n            }\n        ],\n        \"created_at\": \"2019-02-19 03:59:38\"\n    },\n    {\n        \"user_id\": 109,\n        \"first_name\": \"Jiffin\",\n        \"last_name\": \"Joy\",\n        \"email\": \"jiffinroy@example.com\",\n        \"role\": \"Manager\",\n        \"time_zone\": \"Africa/Accra\",\n        \"products\": [],\n        \"created_at\": \"2019-07-26 08:39:24\"\n    },\n    {\n        \"user_id\": 90,\n        \"first_name\": \"Elmore\",\n        \"last_name\": \"Hutchinson\",\n        \"email\": \"elmorehutchinson@example.com\",\n        \"role\": \"Tester\",\n        \"time_zone\": \"Africa/Accra\",\n        \"products\": [\n            {\n                \"product_id\": 23,\n                \"name\": \"Product 1\"\n            }\n        ],\n        \"created_at\": \"2019-05-15 05:22:50\"\n    },\n    {\n        \"user_id\": 23,\n        \"first_name\": \"Rusty\",\n        \"last_name\": \"Theron\",\n        \"email\": \"rustytheron@example.com\",\n        \"role\": \"Manager\",\n        \"time_zone\": \"America/Los_Angeles\",\n        \"products\": [],\n        \"created_at\": \"2018-05-29 11:49:59\"\n    },\n    {\n        \"user_id\": 126,\n        \"first_name\": \"Nicholas\",\n        \"last_name\": \"Standford\",\n        \"email\": \"nicholasstandford@example.com\",\n        \"role\": \"Tester\",\n        \"time_zone\": \"America/New_York\",\n        \"products\": [\n            {\n                \"product_id\": 23,\n                \"name\": \"Product 1\"\n            }\n        ],\n        \"created_at\": \"2019-09-30 04:48:50\"\n    },\n    {\n        \"user_id\": 24,\n        \"first_name\": \"Maria\",\n        \"last_name\": \"Garcia\",\n        \"email\": \"mariagarcia@example.com\",\n        \"role\": \"Tester\",\n        \"time_zone\": \"America/Los_Angeles\",\n        \"products\": [\n            {\n                \"product_id\": 23,\n                \"name\": \"Product 1\"\n            },\n            {\n                \"product_id\": 47,\n                \"name\": \"Product4\"\n            },\n            {\n                \"product_id\": 48,\n                \"name\": \"Product 5\"\n            },\n            {\n                \"product_id\": 55,\n                \"name\": \"Product 5 -- new\"\n            },\n            {\n                \"product_id\": 56,\n                \"name\": \"Product BLOOD Bank -- 1\"\n            }\n        ],\n        \"created_at\": \"2018-05-29 11:51:05\"\n    },\n    {\n        \"user_id\": 63,\n        \"first_name\": \"Davis\",\n        \"last_name\": \"Jhon\",\n        \"email\": \"davisjhon@example.com\",\n        \"role\": \"Tester\",\n        \"time_zone\": \"Africa/Accra\",\n        \"products\": [\n            {\n                \"product_id\": 23,\n                \"name\": \"Product 1\"\n            },\n            {\n                \"product_id\": 57,\n                \"name\": \"Product 1.11\"\n            }\n        ],\n        \"created_at\": \"2018-12-11 13:48:07\"\n    }\n]"},{"id":"d8aef250-f7fc-4c86-9c98-1782bb96301d","name":"List active users sort by first name ascending order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/users?user_status=active&sort_field=first_name&sort_type=asc&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","users"],"query":[{"key":"user_status","value":"active","description":"optional, used to select active/archived test suites. Default value is active."},{"key":"sort_field","value":"first_name","description":"optional, need to specific the field that need to sort (role / first_name / last_name)."},{"key":"sort_type","value":"asc","description":"optional, need to specify the sorting order (asc / desc)."},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:44:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 22,\n            \"first_name\": \"Davis\",\n            \"last_name\": \"Jhon\",\n            \"email\": \"davisjhon@example.com\",\n            \"role\": \"Admin\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [],\n            \"created_at\": \"2018-05-29 17:09:50\"\n        },\n        {\n            \"user_id\": 65,\n            \"first_name\": \"Maria\",\n            \"last_name\": \"Garcia\",\n            \"email\": \"mariagarcia@example.com\",\n            \"role\": \"Admin\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [],\n            \"created_at\": \"2019-01-11 16:59:24\"\n        },\n        {\n            \"user_id\": 74,\n            \"first_name\": \"David\",\n            \"last_name\": \"Henry\",\n            \"email\": \"davidhenry@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Abidjan\",\n            \"products\": [\n                {\n                    \"product_id\": 27,\n                    \"name\": \"Product 2\"\n                },\n                {\n                    \"product_id\": 55,\n                    \"name\": \"Product 5 -- new\"\n                },\n                {\n                    \"product_id\": 57,\n                    \"name\": \"Product 1.11\"\n                }\n            ],\n            \"created_at\": \"2019-02-19 03:59:38\"\n        },\n        {\n            \"user_id\": 109,\n            \"first_name\": \"Jiffin\",\n            \"last_name\": \"Joy\",\n            \"email\": \"jiffinroy@example.com\",\n            \"role\": \"Manager\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [],\n            \"created_at\": \"2019-07-26 08:39:24\"\n        },\n        {\n            \"user_id\": 90,\n            \"first_name\": \"James\",\n            \"last_name\": \"Johnson\",\n            \"email\": \"jamesjohnson@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                }\n            ],\n            \"created_at\": \"2019-05-15 05:22:50\"\n        },\n        {\n            \"user_id\": 23,\n            \"first_name\": \"Rusty\",\n            \"last_name\": \"Theron\",\n            \"email\": \"rustytheron@example.com\",\n            \"role\": \"Manager\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [],\n            \"created_at\": \"2018-05-29 11:49:59\"\n        },\n        {\n            \"user_id\": 126,\n            \"first_name\": \"Elmore\",\n            \"last_name\": \"Hutchinson\",\n            \"email\": \"elmorehutchinson@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"America/New_York\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                }\n            ],\n            \"created_at\": \"2019-09-30 04:48:50\"\n        },\n        {\n            \"user_id\": 24,\n            \"first_name\": \"Nicholas\",\n            \"last_name\": \"Standford\",\n            \"email\": \"nicholasstandford@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"America/Los_Angeles\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                },\n                {\n                    \"product_id\": 47,\n                    \"name\": \"Product4\"\n                },\n                {\n                    \"product_id\": 48,\n                    \"name\": \"Product 5\"\n                },\n                {\n                    \"product_id\": 55,\n                    \"name\": \"Product 5 -- new\"\n                },\n                {\n                    \"product_id\": 56,\n                    \"name\": \"Product BLOOD Bank -- 1\"\n                }\n            ],\n            \"created_at\": \"2018-05-29 11:51:05\"\n        },\n        {\n            \"user_id\": 63,\n            \"first_name\": \"Camilus\",\n            \"last_name\": \"Alexander\",\n            \"email\": \"camilusalexander@example.com\",\n            \"role\": \"Tester\",\n            \"time_zone\": \"Africa/Accra\",\n            \"products\": [\n                {\n                    \"product_id\": 23,\n                    \"name\": \"Product 1\"\n                },\n                {\n                    \"product_id\": 57,\n                    \"name\": \"Product 1.11\"\n                }\n            ],\n            \"created_at\": \"2018-12-11 13:48:07\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/users\",\n        \"per_page\": \"15\",\n        \"to\": 9,\n        \"total\": 9\n    }\n}"}],"_postman_id":"b929e242-5630-4e18-9132-c492ff33b9c7"}],"id":"43b7b24d-e315-4217-ad45-639edab3eec4","_postman_id":"43b7b24d-e315-4217-ad45-639edab3eec4","description":""},{"name":"Products","item":[{"name":"List Products","id":"d2002222-ab71-4c7f-8514-dd1b76dc804c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Must supply a valid API token.</p>\n","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"<p>Must supply a valid email address.</p>\n","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://app.qadeputy.com/api/v1/products?product_status=active&pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all products.</p>\n","urlObject":{"protocol":"https","path":["api","v1","products"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to retrieve active/archived products. Default value is active</p>\n","type":"text/plain"},"key":"product_status","value":"active"},{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0f22872e-308c-4bb3-8ae9-e1c885ca4a1e","name":"List active products with pagination","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/products?product_status=active&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","products"],"query":[{"key":"product_status","value":"active","description":"optional, used to retrieve active/archived products. Default value is active"},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:49:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"product_id\": 23,\n            \"name\": \"Product 1\",\n            \"description\": \"test\",\n            \"test_suites_count\": 13,\n            \"created_at\": \"2018-05-29 11:51:23\",\n            \"updated_at\": \"2018-05-29 11:51:23\"\n        },\n        {\n            \"product_id\": 57,\n            \"name\": \"Product 1.11\",\n            \"description\": \"desc\",\n            \"test_suites_count\": 2,\n            \"created_at\": \"2019-06-20 08:47:43\",\n            \"updated_at\": \"2019-06-20 08:48:23\"\n        },\n        {\n            \"product_id\": 27,\n            \"name\": \"Product 2\",\n            \"description\": \"desc\",\n            \"test_suites_count\": 19,\n            \"created_at\": \"2018-06-06 13:10:36\",\n            \"updated_at\": \"2018-06-06 13:10:36\"\n        },\n        {\n            \"product_id\": 48,\n            \"name\": \"Product 5\",\n            \"description\": \"Desc\",\n            \"test_suites_count\": 8,\n            \"created_at\": \"2019-02-19 04:16:47\",\n            \"updated_at\": \"2019-02-19 04:16:47\"\n        },\n        {\n            \"product_id\": 55,\n            \"name\": \"Product 5 -- new\",\n            \"description\": \"desc\",\n            \"test_suites_count\": 4,\n            \"created_at\": \"2019-06-19 04:25:36\",\n            \"updated_at\": \"2019-06-19 04:26:20\"\n        },\n        {\n            \"product_id\": 56,\n            \"name\": \"Product BLOOD Bank -- 1\",\n            \"description\": \"desc --test\",\n            \"test_suites_count\": 4,\n            \"created_at\": \"2019-06-20 08:38:41\",\n            \"updated_at\": \"2019-06-20 08:46:59\"\n        },\n        {\n            \"product_id\": 47,\n            \"name\": \"Product4\",\n            \"description\": \"desc1\",\n            \"test_suites_count\": 4,\n            \"created_at\": \"2019-01-11 17:00:28\",\n            \"updated_at\": \"2019-01-11 17:00:33\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/products?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/products?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/products\",\n        \"per_page\": \"15\",\n        \"to\": 7,\n        \"total\": 7\n    }\n}"},{"id":"9efd2976-b91b-406f-8a44-4a3a43d6d278","name":"List active products without pagination","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/products?product_status=active&pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","products"],"query":[{"key":"product_status","value":"active","description":"optional, used to retrieve active/archived products. Default value is active"},{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"product_id\": 23,\n        \"name\": \"Product 1\",\n        \"description\": \"test\",\n        \"test_suites_count\": 13,\n        \"created_at\": \"2018-05-29 11:51:23\",\n        \"updated_at\": \"2018-05-29 11:51:23\"\n    },\n    {\n        \"product_id\": 57,\n        \"name\": \"Product 1.11\",\n        \"description\": \"desc\",\n        \"test_suites_count\": 2,\n        \"created_at\": \"2019-06-20 08:47:43\",\n        \"updated_at\": \"2019-06-20 08:48:23\"\n    },\n    {\n        \"product_id\": 27,\n        \"name\": \"Product 2\",\n        \"description\": \"desc\",\n        \"test_suites_count\": 19,\n        \"created_at\": \"2018-06-06 13:10:36\",\n        \"updated_at\": \"2018-06-06 13:10:36\"\n    },\n    {\n        \"product_id\": 48,\n        \"name\": \"Product 5\",\n        \"description\": \"Desc\",\n        \"test_suites_count\": 8,\n        \"created_at\": \"2019-02-19 04:16:47\",\n        \"updated_at\": \"2019-02-19 04:16:47\"\n    },\n    {\n        \"product_id\": 55,\n        \"name\": \"Product 5 -- new\",\n        \"description\": \"desc\",\n        \"test_suites_count\": 4,\n        \"created_at\": \"2019-06-19 04:25:36\",\n        \"updated_at\": \"2019-06-19 04:26:20\"\n    },\n    {\n        \"product_id\": 56,\n        \"name\": \"Product BLOOD Bank -- 1\",\n        \"description\": \"desc --test\",\n        \"test_suites_count\": 4,\n        \"created_at\": \"2019-06-20 08:38:41\",\n        \"updated_at\": \"2019-06-20 08:46:59\"\n    },\n    {\n        \"product_id\": 47,\n        \"name\": \"Product4\",\n        \"description\": \"desc1\",\n        \"test_suites_count\": 4,\n        \"created_at\": \"2019-01-11 17:00:28\",\n        \"updated_at\": \"2019-01-11 17:00:33\"\n    }\n]"},{"id":"fbc250fd-8207-4a6a-9068-79d3780cd374","name":"List archived products with pagination","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/products?product_status=archived&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","products"],"query":[{"key":"product_status","value":"archived","description":"optional, used to retrieve active/archived products. Default value is active"},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 06:52:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"product_id\": 70,\n            \"name\": \"Product --test\",\n            \"description\": \"desc\",\n            \"test_suites_count\": 0,\n            \"created_at\": \"2019-11-04 06:51:53\",\n            \"updated_at\": \"2019-11-04 06:51:59\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/products?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/products?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/products\",\n        \"per_page\": \"15\",\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"d2002222-ab71-4c7f-8514-dd1b76dc804c"}],"id":"5f646ffe-d605-46d9-8acd-801442071c8d","_postman_id":"5f646ffe-d605-46d9-8acd-801442071c8d","description":""},{"name":"Test Suites","item":[{"name":"List Test Suites","id":"1e1707bd-89a1-45a4-b64e-cf98edb85b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Must supply a valid API token.</p>\n","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"<p>Must supply a valid email address.</p>\n","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"https://app.qadeputy.com/api/v1/test-suites?test_suite_status=active&pagination=true&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all test suites.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to select active/archived test suites. Default value is active</p>\n","type":"text/plain"},"key":"test_suite_status","value":"active"},{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"52c0e9e5-9281-4b7e-abb2-548a52c26941","name":"List active test suites with pagination","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites?test_suite_status=active&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites"],"query":[{"key":"test_suite_status","value":"active","description":"optional, used to select active/archived test suites. Default value is active"},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 07:20:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_suite_id\": 42,\n            \"name\": \"Test Suite 6.1 --update --new\",\n            \"description\": \"desc --update\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 6,\n            \"test_cases_count\": 8,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-05-29 11:51:39\",\n            \"updated_at\": \"2019-11-01 12:53:39\"\n        },\n        {\n            \"test_suite_id\": 80,\n            \"name\": \"Test Suite 2\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 1,\n            \"test_cases_count\": 4,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-09-17 06:55:08\",\n            \"updated_at\": \"2018-09-17 06:55:08\"\n        },\n        {\n            \"test_suite_id\": 104,\n            \"name\": \"Test Suite 1 -- clone\",\n            \"description\": \"test\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 3,\n            \"test_cases_count\": 0,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-10-16 06:07:02\",\n            \"updated_at\": \"2018-10-16 06:07:02\"\n        },\n        {\n            \"test_suite_id\": 105,\n            \"name\": \"Test Suite 3\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 1,\n            \"test_cases_count\": 2,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-10-16 06:12:58\",\n            \"updated_at\": \"2018-10-16 06:12:58\"\n        },\n        {\n            \"test_suite_id\": 106,\n            \"name\": \"Test Suite 1001\",\n            \"description\": \"Desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 2,\n            \"test_cases_count\": 6,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-10-16 06:44:16\",\n            \"updated_at\": \"2018-10-16 06:44:16\"\n        },\n        {\n            \"test_suite_id\": 107,\n            \"name\": \"Test SUITE A (GI)\",\n            \"description\": \"desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 1,\n            \"test_cases_count\": 4,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-10-16 06:45:12\",\n            \"updated_at\": \"2019-01-17 11:17:40\"\n        },\n        {\n            \"test_suite_id\": 111,\n            \"name\": \"Test Suite 4\",\n            \"description\": \"desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 2,\n            \"test_cases_count\": 7,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-10-29 11:26:26\",\n            \"updated_at\": \"2018-10-29 11:26:26\"\n        },\n        {\n            \"test_suite_id\": 112,\n            \"name\": \"Test Suite 4\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 2,\n            \"test_cases_count\": 3,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-10-29 11:26:49\",\n            \"updated_at\": \"2018-10-29 11:26:49\"\n        },\n        {\n            \"test_suite_id\": 113,\n            \"name\": \"Test Suite 5\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 2,\n            \"test_cases_count\": 4,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-10-30 11:51:55\",\n            \"updated_at\": \"2018-10-30 11:51:55\"\n        },\n        {\n            \"test_suite_id\": 121,\n            \"name\": \"Test Suite Import Test Case -1\",\n            \"description\": \"desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 127,\n            \"test_cases_count\": 1609,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-11-15 05:49:11\",\n            \"updated_at\": \"2019-06-20 08:54:25\"\n        },\n        {\n            \"test_suite_id\": 122,\n            \"name\": \"Test Suite 2 imp Test Case\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 127,\n            \"test_cases_count\": 1609,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-11-15 06:47:19\",\n            \"updated_at\": \"2018-11-15 06:47:19\"\n        },\n        {\n            \"test_suite_id\": 123,\n            \"name\": \"Test Suite test case imp 3\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 127,\n            \"test_cases_count\": 1609,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-11-15 07:09:10\",\n            \"updated_at\": \"2018-11-15 07:09:10\"\n        },\n        {\n            \"test_suite_id\": 124,\n            \"name\": \"Test Suite imp 3\",\n            \"description\": \"desc\",\n            \"product_id\": 23,\n            \"product\": \"Product 1\",\n            \"test_features_count\": 127,\n            \"test_cases_count\": 1609,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Maria Garcia\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Jiffin George\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"James Johnson\"\n                }\n            ],\n            \"created_at\": \"2018-11-15 07:17:12\",\n            \"updated_at\": \"2018-11-15 07:17:12\"\n        },\n        {\n            \"test_suite_id\": 126,\n            \"name\": \"Test Suite Ghost Insp\",\n            \"description\": \"desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 1,\n            \"test_cases_count\": 4,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-11-26 07:08:23\",\n            \"updated_at\": \"2018-11-26 07:08:23\"\n        },\n        {\n            \"test_suite_id\": 129,\n            \"name\": \"TestSuite GG\",\n            \"description\": \"Desc\",\n            \"product_id\": 27,\n            \"product\": \"Product 2\",\n            \"test_features_count\": 2,\n            \"test_cases_count\": 10,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 74,\n                    \"name\": \"Davis Henry\"\n                }\n            ],\n            \"created_at\": \"2018-12-12 06:07:53\",\n            \"updated_at\": \"2018-12-12 06:07:53\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-suites?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-suites?page=4\",\n        \"prev\": null,\n        \"next\": \"http://app.qadeputy.com/api/v1/test-suites?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 4,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-suites\",\n        \"per_page\": \"15\",\n        \"to\": 15,\n        \"total\": 53\n    }\n}"},{"id":"a52e89f2-6142-4cce-8490-74661c3ac099","name":"List archived test suites with pagination","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites?test_suite_status=archived&pagination=true&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites"],"query":[{"key":"test_suite_status","value":"archived","description":"optional, used to select active/archived test suites. Default value is active"},{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 07:18:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_suite_id\": 232,\n            \"name\": \"Test Suite New vok\",\n            \"description\": \"desc\",\n            \"product_id\": 57,\n            \"product\": \"Product 1.11\",\n            \"test_features_count\": 0,\n            \"test_cases_count\": 0,\n            \"team_members_assigned\": [\n                {\n                    \"id\": 63,\n                    \"name\": \"Robert Smith\"\n                },\n                {\n                    \"id\": 74,\n                    \"name\": \"Jiffin George\"\n                }\n            ],\n            \"created_at\": \"2019-09-23 13:03:50\",\n            \"updated_at\": \"2019-11-04 07:18:38\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-suites?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-suites?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-suites\",\n        \"per_page\": \"15\",\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"d3508fd2-5b5c-4682-8310-d1d0331f1ad0","name":"List active test suites without pagination ","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites?test_suite_status=active&pagination=false&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites"],"query":[{"key":"test_suite_status","value":"active","description":"optional, used to select active/archived test suites. Default value is active"},{"key":"pagination","value":"false","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 07:22:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"test_suite_id\": 42,\n        \"name\": \"Test Suite 6.1 --update --new\",\n        \"description\": \"desc --update\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 6,\n        \"test_cases_count\": 8,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-05-29 11:51:39\",\n        \"updated_at\": \"2019-11-01 12:53:39\"\n    },\n    {\n        \"test_suite_id\": 80,\n        \"name\": \"Test Suite 2\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-09-17 06:55:08\",\n        \"updated_at\": \"2018-09-17 06:55:08\"\n    },\n    {\n        \"test_suite_id\": 104,\n        \"name\": \"Test Suite 1 -- clone\",\n        \"description\": \"test\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 3,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-10-16 06:07:02\",\n        \"updated_at\": \"2018-10-16 06:07:02\"\n    },\n    {\n        \"test_suite_id\": 105,\n        \"name\": \"Test Suite 3\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-10-16 06:12:58\",\n        \"updated_at\": \"2018-10-16 06:12:58\"\n    },\n    {\n        \"test_suite_id\": 106,\n        \"name\": \"Test Suite 1001\",\n        \"description\": \"Desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 6,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-10-16 06:44:16\",\n        \"updated_at\": \"2018-10-16 06:44:16\"\n    },\n    {\n        \"test_suite_id\": 107,\n        \"name\": \"Test SUITE A (GI)\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-10-16 06:45:12\",\n        \"updated_at\": \"2019-01-17 11:17:40\"\n    },\n    {\n        \"test_suite_id\": 111,\n        \"name\": \"Test Suite 4\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 7,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-10-29 11:26:26\",\n        \"updated_at\": \"2018-10-29 11:26:26\"\n    },\n    {\n        \"test_suite_id\": 112,\n        \"name\": \"Test Suite 4\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 3,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-10-29 11:26:49\",\n        \"updated_at\": \"2018-10-29 11:26:49\"\n    },\n    {\n        \"test_suite_id\": 113,\n        \"name\": \"Test Suite 5\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-10-30 11:51:55\",\n        \"updated_at\": \"2018-10-30 11:51:55\"\n    },\n    {\n        \"test_suite_id\": 121,\n        \"name\": \"Test Suite Import Test Case -1\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-11-15 05:49:11\",\n        \"updated_at\": \"2019-06-20 08:54:25\"\n    },\n    {\n        \"test_suite_id\": 122,\n        \"name\": \"Test Suite 2 imp Test Case\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-11-15 06:47:19\",\n        \"updated_at\": \"2018-11-15 06:47:19\"\n    },\n    {\n        \"test_suite_id\": 123,\n        \"name\": \"Test Suite test case imp 3\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-11-15 07:09:10\",\n        \"updated_at\": \"2018-11-15 07:09:10\"\n    },\n    {\n        \"test_suite_id\": 124,\n        \"name\": \"Test Suite imp 3\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-11-15 07:17:12\",\n        \"updated_at\": \"2018-11-15 07:17:12\"\n    },\n    {\n        \"test_suite_id\": 126,\n        \"name\": \"Test Suite Ghost Insp\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-11-26 07:08:23\",\n        \"updated_at\": \"2018-11-26 07:08:23\"\n    },\n    {\n        \"test_suite_id\": 129,\n        \"name\": \"TestSuite GG\",\n        \"description\": \"Desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 10,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-12-12 06:07:53\",\n        \"updated_at\": \"2018-12-12 06:07:53\"\n    },\n    {\n        \"test_suite_id\": 130,\n        \"name\": \"Test Suite RR\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 9,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2018-12-12 06:18:15\",\n        \"updated_at\": \"2018-12-12 06:18:15\"\n    },\n    {\n        \"test_suite_id\": 131,\n        \"name\": \"Orange\",\n        \"description\": \"desc tt\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2018-12-13 15:22:01\",\n        \"updated_at\": \"2019-05-15 05:30:45\"\n    },\n    {\n        \"test_suite_id\": 133,\n        \"name\": \"Test SUite X-bucket\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 3,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-01-07 15:32:41\",\n        \"updated_at\": \"2019-01-07 15:32:41\"\n    },\n    {\n        \"test_suite_id\": 135,\n        \"name\": \"Test Suite GI\",\n        \"description\": \"DESC1\",\n        \"product_id\": 47,\n        \"product\": \"Product4\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-01-11 17:00:50\",\n        \"updated_at\": \"2019-01-11 17:01:45\"\n    },\n    {\n        \"test_suite_id\": 136,\n        \"name\": \"Test Suite Runscope\",\n        \"description\": \"desc1\",\n        \"product_id\": 47,\n        \"product\": \"Product4\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-01-11 17:01:14\",\n        \"updated_at\": \"2019-01-11 17:01:14\"\n    },\n    {\n        \"test_suite_id\": 137,\n        \"name\": \"Test Run P4-- TS --3\",\n        \"description\": \"DESC\",\n        \"product_id\": 47,\n        \"product\": \"Product4\",\n        \"test_features_count\": 4,\n        \"test_cases_count\": 6,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-01-17 09:07:36\",\n        \"updated_at\": \"2019-01-17 09:07:36\"\n    },\n    {\n        \"test_suite_id\": 138,\n        \"name\": \"Test Suite GI - Tester\",\n        \"description\": \"Desc\",\n        \"product_id\": 47,\n        \"product\": \"Product4\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-02-13 08:36:16\",\n        \"updated_at\": \"2019-02-13 08:36:16\"\n    },\n    {\n        \"test_suite_id\": 140,\n        \"name\": \"Test SUite A.1\",\n        \"description\": \"Desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 0,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-02-19 04:17:24\",\n        \"updated_at\": \"2019-02-19 04:17:24\"\n    },\n    {\n        \"test_suite_id\": 156,\n        \"name\": \"Test Suite AA --1\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 3,\n        \"test_cases_count\": 5,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2019-04-17 14:06:02\",\n        \"updated_at\": \"2019-05-20 08:11:40\"\n    },\n    {\n        \"test_suite_id\": 157,\n        \"name\": \"Test Suite BB\",\n        \"description\": \"DESC\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2019-04-17 14:35:47\",\n        \"updated_at\": \"2019-04-17 14:36:42\"\n    },\n    {\n        \"test_suite_id\": 176,\n        \"name\": \"Test Suite JJ\",\n        \"description\": \"Desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-05-27 06:52:51\",\n        \"updated_at\": \"2019-05-27 06:52:51\"\n    },\n    {\n        \"test_suite_id\": 185,\n        \"name\": \"Test Suite 1\",\n        \"description\": \"desc\",\n        \"product_id\": 55,\n        \"product\": \"Product 5 -- new\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-06-19 04:26:57\",\n        \"updated_at\": \"2019-06-19 04:26:57\"\n    },\n    {\n        \"test_suite_id\": 186,\n        \"name\": \"Test Suite 2\",\n        \"description\": \"desc\",\n        \"product_id\": 55,\n        \"product\": \"Product 5 -- new\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-06-19 04:31:21\",\n        \"updated_at\": \"2019-06-19 04:31:21\"\n    },\n    {\n        \"test_suite_id\": 187,\n        \"name\": \"Test Suite 3\",\n        \"description\": \"desc\",\n        \"product_id\": 55,\n        \"product\": \"Product 5 -- new\",\n        \"test_features_count\": 127,\n        \"test_cases_count\": 1609,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-06-19 04:31:39\",\n        \"updated_at\": \"2019-06-19 04:31:39\"\n    },\n    {\n        \"test_suite_id\": 188,\n        \"name\": \"Test Suite -- 5\",\n        \"description\": \"desc\",\n        \"product_id\": 55,\n        \"product\": \"Product 5 -- new\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 3,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-06-19 04:37:24\",\n        \"updated_at\": \"2019-06-19 04:37:24\"\n    },\n    {\n        \"test_suite_id\": 189,\n        \"name\": \"Test Suite 1\",\n        \"description\": \"desc...\",\n        \"product_id\": 56,\n        \"product\": \"Product BLOOD Bank -- 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 34,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-06-20 08:39:00\",\n        \"updated_at\": \"2019-06-20 08:39:00\"\n    },\n    {\n        \"test_suite_id\": 190,\n        \"name\": \"Test Suite -- 1\",\n        \"description\": \"desc\\ndesc\\ndesc\",\n        \"product_id\": 57,\n        \"product\": \"Product 1.11\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 3,\n        \"team_members_assigned\": [\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-06-20 08:48:47\",\n        \"updated_at\": \"2019-06-20 08:50:19\"\n    },\n    {\n        \"test_suite_id\": 205,\n        \"name\": \"Test Suite 2\",\n        \"description\": \"DESC\",\n        \"product_id\": 56,\n        \"product\": \"Product BLOOD Bank -- 1\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-15 06:19:23\",\n        \"updated_at\": \"2019-07-15 06:19:23\"\n    },\n    {\n        \"test_suite_id\": 208,\n        \"name\": \"test suite run time\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-18 12:48:43\",\n        \"updated_at\": \"2019-07-18 12:48:43\"\n    },\n    {\n        \"test_suite_id\": 214,\n        \"name\": \"Test Suite 5.a\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 1,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-29 04:20:44\",\n        \"updated_at\": \"2019-07-29 04:20:44\"\n    },\n    {\n        \"test_suite_id\": 215,\n        \"name\": \"Test Suite B\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-29 04:28:14\",\n        \"updated_at\": \"2019-07-29 04:28:14\"\n    },\n    {\n        \"test_suite_id\": 216,\n        \"name\": \"Test Suite GI --tests\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-29 14:16:54\",\n        \"updated_at\": \"2019-07-29 14:16:54\"\n    },\n    {\n        \"test_suite_id\": 217,\n        \"name\": \"Runscope Test\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 4,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-07-29 14:19:47\",\n        \"updated_at\": \"2019-07-29 14:19:47\"\n    },\n    {\n        \"test_suite_id\": 223,\n        \"name\": \"Test Suite 1 --clone\",\n        \"description\": \"desc...\",\n        \"product_id\": 56,\n        \"product\": \"Product BLOOD Bank -- 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 34,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-08-16 13:07:15\",\n        \"updated_at\": \"2019-08-16 13:07:15\"\n    },\n    {\n        \"test_suite_id\": 224,\n        \"name\": \"Test Suite 1 --clone --clone\",\n        \"description\": \"desc...\",\n        \"product_id\": 56,\n        \"product\": \"Product BLOOD Bank -- 1\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 34,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-08-16 13:08:41\",\n        \"updated_at\": \"2019-08-16 13:08:41\"\n    },\n    {\n        \"test_suite_id\": 227,\n        \"name\": \"test suite --issue\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-08-27 05:21:30\",\n        \"updated_at\": \"2019-08-27 05:21:30\"\n    },\n    {\n        \"test_suite_id\": 228,\n        \"name\": \"Test Suite X-0-1\",\n        \"description\": \"desc\",\n        \"product_id\": 48,\n        \"product\": \"Product 5\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 7,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            }\n        ],\n        \"created_at\": \"2019-08-27 14:59:49\",\n        \"updated_at\": \"2019-08-27 14:59:49\"\n    },\n    {\n        \"test_suite_id\": 238,\n        \"name\": \"Test Suite 2.5005\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 0,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-25 05:05:49\",\n        \"updated_at\": \"2019-09-25 05:05:49\"\n    },\n    {\n        \"test_suite_id\": 239,\n        \"name\": \"Test Suite --empty 1\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 41,\n        \"test_cases_count\": 518,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-26 08:31:30\",\n        \"updated_at\": \"2019-09-26 08:31:30\"\n    },\n    {\n        \"test_suite_id\": 240,\n        \"name\": \"Test Suite 2. empty 2\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 46,\n        \"test_cases_count\": 562,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-26 08:45:12\",\n        \"updated_at\": \"2019-09-26 08:45:12\"\n    },\n    {\n        \"test_suite_id\": 241,\n        \"name\": \"Test Suite 2. empty 3\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 0,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-26 08:45:23\",\n        \"updated_at\": \"2019-09-26 08:45:23\"\n    },\n    {\n        \"test_suite_id\": 242,\n        \"name\": \"Test Suite --empty -1 --lot\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 41,\n        \"test_cases_count\": 518,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-26 11:31:54\",\n        \"updated_at\": \"2019-09-26 11:32:16\"\n    },\n    {\n        \"test_suite_id\": 243,\n        \"name\": \"Test Suite --empty -2 --lot\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 0,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-26 11:32:25\",\n        \"updated_at\": \"2019-09-26 11:32:25\"\n    },\n    {\n        \"test_suite_id\": 244,\n        \"name\": \"Test Suite 20001 --test --1000\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 41,\n        \"test_cases_count\": 1015,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-27 04:23:47\",\n        \"updated_at\": \"2019-09-27 04:23:47\"\n    },\n    {\n        \"test_suite_id\": 245,\n        \"name\": \"Test Suite -- 1000 test2\",\n        \"description\": \"desc\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 41,\n        \"test_cases_count\": 1015,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-09-27 04:34:51\",\n        \"updated_at\": \"2019-09-27 04:34:51\"\n    },\n    {\n        \"test_suite_id\": 249,\n        \"name\": \"Test Suite 3.1\",\n        \"description\": \"desc\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 1,\n        \"test_cases_count\": 2,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2019-10-10 10:05:48\",\n        \"updated_at\": \"2019-10-10 10:05:48\"\n    },\n    {\n        \"test_suite_id\": 267,\n        \"name\": \"test Suite --create\",\n        \"description\": \"lorem Ipsum\",\n        \"product_id\": 23,\n        \"product\": \"Product 1\",\n        \"test_features_count\": 0,\n        \"test_cases_count\": 0,\n        \"team_members_assigned\": [\n            {\n                \"id\": 24,\n                \"name\": \"Maria Garcia\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Robert Smith\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Jiffin George\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"James Johnson\"\n            }\n        ],\n        \"created_at\": \"2019-11-01 12:53:48\",\n        \"updated_at\": \"2019-11-01 12:53:48\"\n    },\n    {\n        \"test_suite_id\": 268,\n        \"name\": \"Test Suite -- RX10\",\n        \"description\": \"DESC\",\n        \"product_id\": 27,\n        \"product\": \"Product 2\",\n        \"test_features_count\": 2,\n        \"test_cases_count\": 3,\n        \"team_members_assigned\": [\n            {\n                \"id\": 74,\n                \"name\": \"Davis Henry\"\n            }\n        ],\n        \"created_at\": \"2019-11-04 04:57:45\",\n        \"updated_at\": \"2019-11-04 04:57:45\"\n    }\n]"}],"_postman_id":"1e1707bd-89a1-45a4-b64e-cf98edb85b04"},{"name":"Get Test Suite","id":"82a3b790-109a-4921-8a68-17ec15e4a211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}","description":"<p>Used to retrieve a specific test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"6d167dc6-30a0-4eda-8d17-16fc875aa805","name":"Failed to get test suite of another account","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-suites/{{invalid_test_suite_id_1}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 08:39:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_suite\": [\n            \"You don't have permission to access Test Suite.\"\n        ]\n    }\n}"},{"id":"bf9ab8a9-046d-4183-aa3e-ccd473f1c5a1","name":"Get specific test suite","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 08:36:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_suite_id\": 268,\n    \"name\": \"Test Suite -- RX10\",\n    \"description\": \"DESC\",\n    \"product_id\": 27,\n    \"product\": \"Product 2\",\n    \"test_features_count\": 2,\n    \"test_cases_count\": 3,\n    \"team_members_assigned\": [\n        {\n            \"id\": 74,\n            \"name\": \"Davis Henry\"\n        }\n    ],\n    \"created_at\": \"2019-11-04 04:57:45\",\n    \"updated_at\": \"2019-11-04 04:57:45\"\n}"}],"_postman_id":"82a3b790-109a-4921-8a68-17ec15e4a211"},{"name":"Update Test Suite","id":"2c1d4dac-b5fd-4128-bdda-44e57e944a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Suite -- RX10 --update\",\n\t\"description\": \"DESC --update\",\n\t\"product\": {{product_id_1}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}","description":"<p>Used to update an existing test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"6d5cf37c-ce12-41df-9d29-9ee50ec4ebde","name":"Failed to update test suite of another account","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Suite -- RX10 --update\",\n\t\"description\": \"DESC --update\",\n\t\"product\": {{product_id_1}}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites/{{invalid_test_suite_id_1}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 08:46:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_suite\": [\n            \"You don't have permission to access Test Suite.\"\n        ]\n    }\n}"},{"id":"75fc6036-b5d7-4efd-a3f0-37d7eb50f853","name":"Validation errors while updating an existing test suite","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 08:45:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"The name field is required.\"\n        ],\n        \"description\": [\n            \"The description field is required.\"\n        ],\n        \"product\": [\n            \"The product field is required.\"\n        ]\n    }\n}"},{"id":"e1060df5-cdf9-4042-891f-0f5849c5b99e","name":"Update an existing test suite","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Suite -- RX10 --update\",\n\t\"description\": \"DESC --update\",\n\t\"product\": {{product_id_1}}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 08:44:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_suite_id\": 268,\n    \"name\": \"Test Suite -- RX10 --update\",\n    \"description\": \"DESC --update\",\n    \"product_id\": 27,\n    \"product\": \"Product 2\",\n    \"test_features_count\": 2,\n    \"test_cases_count\": 3,\n    \"team_members_assigned\": [\n        {\n            \"id\": 74,\n            \"name\": \"Davis Henry\"\n        }\n    ],\n    \"created_at\": \"2019-11-04 04:57:45\",\n    \"updated_at\": \"2019-11-04 08:44:49\"\n}"}],"_postman_id":"2c1d4dac-b5fd-4128-bdda-44e57e944a7d"},{"name":"Create Test Suite","id":"7b66ea3b-5ebc-442e-9c29-6e93b121b55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"test Suite --create\",\n\t\"description\": \"lorem Ipsum\",\n\t\"product\": {{product_id_1}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites","description":"<p>Used to create a new test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"087dd49c-ceb9-4a73-8f9d-5d5d4a12b2a3","name":"Validation errors while creating new test suite","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:14:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"The name field is required.\"\n        ],\n        \"description\": [\n            \"The description field is required.\"\n        ],\n        \"product\": [\n            \"The product field is required.\"\n        ]\n    }\n}"},{"id":"16fa2a70-68e4-46ea-96f7-be0c86f8efda","name":"Failed to create test suite on a product of another account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"test Suite --create\",\n\t\"description\": \"lorem Ipsum\",\n\t\"product\": {{invalid_product_id_1}}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:16:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"product\": [\n            \"You don't have permission to access Product.\"\n        ]\n    }\n}"},{"id":"a683cd78-429a-45d3-ae9d-e0e83270fbe9","name":"Create a new test suite","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"test Suite --create\",\n\t\"description\": \"lorem Ipsum\",\n\t\"product\": {{product_id_1}}\n}","options":{"raw":{"language":"json"}}},"url":"https://app.qadeputy.com/api/v1/test-suites"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:12:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_suite_id\": 271,\n    \"name\": \"test Suite --create\",\n    \"description\": \"lorem Ipsum\",\n    \"product_id\": 27,\n    \"product\": \"Product 2\",\n    \"test_features_count\": 0,\n    \"test_cases_count\": 0,\n    \"team_members_assigned\": [\n        {\n            \"id\": 74,\n            \"name\": \"Davis Henry\"\n        }\n    ],\n    \"created_at\": \"2019-11-04 09:12:34\",\n    \"updated_at\": \"2019-11-04 09:12:34\"\n}"}],"_postman_id":"7b66ea3b-5ebc-442e-9c29-6e93b121b55b"},{"name":"Get Test Cases list in a Test Suite","id":"36c1a54b-feea-497d-b145-f4655b5282e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Must supply a valid API token.</p>\n","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"<p>Must supply a valid email address.</p>\n","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases?test_case_status=archived&test_feature={{test_feature_id_1}}&per_page={{per_page}}&page=1","description":"<p>Used to retrieve all test cases within a specific test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to select active/archived test cases. Default value is active.</p>\n","type":"text/plain"},"key":"test_case_status","value":"archived"},{"description":{"content":"<p>optional, ID of a test feature </p>\n","type":"text/plain"},"key":"test_feature","value":"{{test_feature_id_1}}"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0a1f6990-92e2-45c9-96d2-219343e1e191","name":"List active test cases list in a test suite under a test feature id","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases?test_case_status=active&test_feature={{test_feature_id_1}}&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases"],"query":[{"key":"test_case_status","value":"active","description":"optional, used to select active/archived test cases. Default value is active."},{"key":"test_feature","value":"{{test_feature_id_1}}","description":"optional, ID of a test feature "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:23:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_id\": 47228,\n            \"test_feature_id\": 5395,\n            \"test_feature\": \"uAttend QA - Reporting API --1\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ReportingService/GetTimeOffTypeFilter\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"test_case_steps\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem</span></p>\",\n            \"expected_results\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"specifications\": null,\n            \"time\": \"00:00\",\n            \"last_run_time\": \"\",\n            \"created_at\": \"2019-11-04 05:06:03\",\n            \"updated_at\": \"2019-11-04 05:06:03\",\n            \"deleted_at\": \"\"\n        },\n        {\n            \"test_case_id\": 47229,\n            \"test_feature_id\": 5395,\n            \"test_feature\": \"uAttend QA - Reporting API --1\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ReportingService/Ping\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33</span></p>\",\n            \"test_case_steps\": \"<p><strong style=\\\"color: rgb(0, 0, 0);\\\">Lorem Ipsum</strong><span style=\\\"color: rgb(0, 0, 0);\\\">&nbsp;is simply dummy text of the printing and typesetting industry</span></p>\",\n            \"expected_results\": \"<p><strong style=\\\"color: rgb(0, 0, 0);\\\">Lorem Ipsum</strong><span style=\\\"color: rgb(0, 0, 0);\\\">&nbsp;is simply dummy text of the printing and typesetting industry</span></p>\",\n            \"specifications\": \"https://test\",\n            \"time\": \"00:00\",\n            \"last_run_time\": \"\",\n            \"created_at\": \"2019-11-04 05:07:18\",\n            \"updated_at\": \"2019-11-04 05:07:18\",\n            \"deleted_at\": \"\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases\",\n        \"per_page\": \"15\",\n        \"to\": 2,\n        \"total\": 2\n    }\n}"},{"id":"4142604d-c70b-4f21-a292-62c692c467a7","name":"List archieved test cases in a test suite","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases?test_case_status=archived&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases"],"query":[{"key":"test_case_status","value":"archived","description":"optional, used to select active/archived test cases. Default value is active."},{"key":"test_feature","value":"{{test_feature_id_1}}","description":"optional, ID of a test feature ","disabled":true},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:25:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_id\": 47228,\n            \"test_feature_id\": 5395,\n            \"test_feature\": \"uAttend QA - Reporting API --1\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ReportingService/GetTimeOffTypeFilter\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"test_case_steps\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem</span></p>\",\n            \"expected_results\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"specifications\": null,\n            \"time\": \"00:00\",\n            \"last_run_time\": \"\",\n            \"created_at\": \"2019-11-04 05:06:03\",\n            \"updated_at\": \"2019-11-04 09:25:09\",\n            \"deleted_at\": \"2019-11-04 09:25:09\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases\",\n        \"per_page\": \"15\",\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"a953328f-fba9-401c-9e75-0d035c8c8b9c","name":"Validation errors when using test suite id and test feature id from another account","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites/{{invalid_test_suite_id_1}}/test-cases?test_case_status=active&test_feature={{invalid_test_feature_id_1}}&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites","{{invalid_test_suite_id_1}}","test-cases"],"query":[{"key":"test_case_status","value":"active","description":"optional, used to select active/archived test cases. Default value is active."},{"key":"test_feature","value":"{{invalid_test_feature_id_1}}","description":"optional, ID of a test feature "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:22:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_suite_id\": [\n            \"You don't have permission to access TestSuite.\"\n        ],\n        \"test_feature\": [\n            \"You don't have permission to access TestFeature.\"\n        ]\n    }\n}"},{"id":"e11ba240-1903-458c-90ae-7bfb8de1690e","name":"List active test cases in a test suite without a test feature id","originalRequest":{"method":"GET","header":[{"description":"Must supply a valid API token.","key":"Authorization","type":"text","value":"{{api_token}}"},{"description":"Must supply a valid email address.","key":"email","type":"text","value":"{{email}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases?test_case_status=active&per_page={{per_page}}&page=1","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases"],"query":[{"key":"test_case_status","value":"active","description":"optional, used to select active/archived test cases. Default value is active."},{"key":"test_feature","value":"{{test_feature_id_1}}","description":"optional, ID of a test feature ","disabled":true},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"1","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:21:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_id\": 47228,\n            \"test_feature_id\": 5395,\n            \"test_feature\": \"uAttend QA - Reporting API --1\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ReportingService/GetTimeOffTypeFilter\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"test_case_steps\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem</span></p>\",\n            \"expected_results\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</span></p>\",\n            \"specifications\": null,\n            \"time\": \"00:00\",\n            \"last_run_time\": \"\",\n            \"created_at\": \"2019-11-04 05:06:03\",\n            \"updated_at\": \"2019-11-04 05:06:03\",\n            \"deleted_at\": \"\"\n        },\n        {\n            \"test_case_id\": 47229,\n            \"test_feature_id\": 5395,\n            \"test_feature\": \"uAttend QA - Reporting API --1\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ReportingService/Ping\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33</span></p>\",\n            \"test_case_steps\": \"<p><strong style=\\\"color: rgb(0, 0, 0);\\\">Lorem Ipsum</strong><span style=\\\"color: rgb(0, 0, 0);\\\">&nbsp;is simply dummy text of the printing and typesetting industry</span></p>\",\n            \"expected_results\": \"<p><strong style=\\\"color: rgb(0, 0, 0);\\\">Lorem Ipsum</strong><span style=\\\"color: rgb(0, 0, 0);\\\">&nbsp;is simply dummy text of the printing and typesetting industry</span></p>\",\n            \"specifications\": \"https://test\",\n            \"time\": \"00:00\",\n            \"last_run_time\": \"\",\n            \"created_at\": \"2019-11-04 05:07:18\",\n            \"updated_at\": \"2019-11-04 05:07:18\",\n            \"deleted_at\": \"\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_feature_id\": 5396,\n            \"test_feature\": \"uAttend QA - Reporting API --2\",\n            \"test_suite\": \"Test Suite -- RX10 --update\",\n            \"name\": \"ZenQ Test - ReportingService/GetTimeOffReport Copy\",\n            \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n            \"test_case_steps\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n            \"expected_results\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n            \"specifications\": \"https://test\",\n            \"time\": \"01:12\",\n            \"last_run_time\": \"2019-11-04 06:25:37\",\n            \"created_at\": \"2019-11-04 05:10:50\",\n            \"updated_at\": \"2019-11-04 06:25:37\",\n            \"deleted_at\": \"\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-suites/268/test-cases\",\n        \"per_page\": \"15\",\n        \"to\": 3,\n        \"total\": 3\n    }\n}"}],"_postman_id":"36c1a54b-feea-497d-b145-f4655b5282e3"},{"name":"Get specific Test Case in a Test Suite","id":"ad291e7a-9e0c-4d81-8ce3-42063938176e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases/{{test_case_id_1}}","description":"<p>Used to retrieve specific test case within a specific test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases","{{test_case_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"027b14f5-6302-4c97-8a8e-f785895e2788","name":"Get specific test case in a test suite","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases/{{test_case_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:45:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_case_id\": 47230,\n    \"test_feature_id\": 5396,\n    \"test_feature\": \"uAttend QA - Reporting API --2\",\n    \"test_suite\": \"Test Suite -- RX10 --update\",\n    \"name\": \"ZenQ Test - ReportingService/GetTimeOffReport Copy\",\n    \"preconditions\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n    \"test_case_steps\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n    \"expected_results\": \"<p><span style=\\\"color: rgb(0, 0, 0);\\\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</span></p>\",\n    \"specifications\": \"https://test\",\n    \"time\": \"01:12\",\n    \"last_run_time\": \"2019-11-04 06:25:37\",\n    \"created_at\": \"2019-11-04 05:10:50\",\n    \"updated_at\": \"2019-11-04 06:25:37\",\n    \"deleted_at\": \"\"\n}"},{"id":"b64c7f18-8ef0-42a5-af2d-4dc2dabb21e2","name":"Validation errors when using test suite id and test feature id from another account","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://app.qadeputy.com/api/v1/test-suites/{{invalid_test_suite_id_1}}/test-cases/{{invalid_test_case_id_1}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Nov 2019 09:47:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_suite_id\": [\n            \"You don't have permission to access TestSuite.\"\n        ],\n        \"test_case_id\": [\n            \"You don't have permission to access TestCase.\"\n        ]\n    }\n}"}],"_postman_id":"ad291e7a-9e0c-4d81-8ce3-42063938176e"}],"id":"157ab5de-76f9-4cd8-85cc-377057df7bbf","event":[{"listen":"prerequest","script":{"id":"14a0c2b1-d417-4e3c-b59d-280d1e0b5259","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8afbdd4c-98cb-4fc4-b8b1-66ba4fca30b4","type":"text/javascript","exec":[""]}}],"_postman_id":"157ab5de-76f9-4cd8-85cc-377057df7bbf","description":""},{"name":"Test Cases","item":[{"name":"Updating an existing Test Case","id":"114dfcff-d8f2-424f-b60b-90021f1cbca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Case --updated\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases/{{test_case_id_1}}","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases","{{test_case_id_1}}"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"a0d35476-5a19-4d66-b369-d5b8d7fef620","name":"Validation errors when passing invalid test case","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Case --updated\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases/{{invalid_test_case_id_1}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 13:58:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_case_id\": [\n            \"You don't have permission to access TestCase.\"\n        ]\n    }\n}"},{"id":"f578a761-427a-48b3-ba9e-0c45c326f3b2","name":"Successfully updated an existing test case","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Case --updated\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases/{{test_case_id_1}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 13:57:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_case_id\": 47230,\n    \"reference_id\": \"ZT47230\",\n    \"test_feature_id\": 5396,\n    \"test_feature\": \"uAttend QA - Reporting API --2\",\n    \"test_suite\": \"Test Suite -- RX10 --update\",\n    \"name\": \"Test Case --updated\",\n    \"preconditions\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\",\n    \"last_run_time\": \"2019-11-04 06:25:37\",\n    \"created_at\": \"2019-11-04 05:10:50\",\n    \"updated_at\": \"2020-01-01 13:57:06\",\n    \"deleted_at\": \"\"\n}"}],"_postman_id":"114dfcff-d8f2-424f-b60b-90021f1cbca1"},{"name":"Create Test Case","id":"174159a6-d1db-4f33-87ee-41ad0af4764d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_feature_id\" : \"{{test_feature_id_1}}\",\n\t\"name\": \"Test Case create --logo A\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases","description":"<p>Used to retrieve all test cases within a specific test suite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","test-suites","{{test_suite_id_1}}","test-cases"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"46147926-a55f-4fc1-af4f-c468489f817b","name":"Create a new test case","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_feature_id\" : \"{{test_feature_id_1}}\",\n\t\"name\": \"Test Case create --logo A\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 13:52:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_case_id\": 48969,\n    \"reference_id\": \"TC48969\",\n    \"test_feature_id\": 5395,\n    \"test_feature\": \"uAttend QA - Reporting API --1\",\n    \"test_suite\": \"Test Suite -- RX10 --update\",\n    \"name\": \"Test Case create --logo A\",\n    \"preconditions\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\",\n    \"last_run_time\": \"\",\n    \"created_at\": \"2020-01-01 13:52:54\",\n    \"updated_at\": \"2020-01-01 13:52:54\",\n    \"deleted_at\": \"\"\n}"},{"id":"f4c50a9d-65aa-4d20-bbee-c6fcf2dd4f85","name":"Validation errors when passing invalid test feature id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_feature_id\" : \"{{invalid_test_feature_id_1}}\",\n\t\"name\": \"Test Case create --logo A\",\n\t\"preconditions\": \"desc\",\n    \"expected_results\": \"desc\",\n    \"test_case_steps\": \"desc\",\n    \"specifications\": \"https://www.example.com\",\n    \"time\": \"23:12\"\n}"},"url":"https://app.qadeputy.com/api/v1/test-suites/{{test_suite_id_1}}/test-cases"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 13:54:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_feature\": [\n            \"Test Feature not found\"\n        ]\n    }\n}"}],"_postman_id":"174159a6-d1db-4f33-87ee-41ad0af4764d"}],"id":"36c7ebb3-315a-4648-a57d-60ddd2f751a0","_postman_id":"36c7ebb3-315a-4648-a57d-60ddd2f751a0","description":""},{"name":"Test Results","item":[{"name":"Create Test Result","id":"4b8ddbb3-9d97-48c5-b173-5f294f261995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\": \"4\",\n\t\"actual_result\": \"test result is Failed\",\n\t\"created_by_user_id\": {{user_id_1}},\n\t\"test_run\":{{test_run_id_1}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-cases/{{test_case_id_1}}/test-results","urlObject":{"protocol":"https","path":["api","v1","test-cases","{{test_case_id_1}}","test-results"],"host":["app","qadeputy","com"],"query":[],"variable":[]}},"response":[{"id":"1197367b-562f-4392-9223-42ba04208662","name":"Validation errors when passing invalid test case","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\": \"3\",\n\t\"actual_result\": \"test result is Passed\",\n\t\"created_by_user_id\": {{user_id_1}},\n\t\"test_run\":{{test_run_id_1}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-cases/{{invalid_test_case_id_1}}/test-results"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 14:01:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_case_id\": [\n            \"You don't have permission to access TestCase.\"\n        ]\n    }\n}"},{"id":"8344d3fb-55ea-4945-9604-f43f1ac9c43f","name":"Successfully created test result for a test case","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"test_case_status\": \"3\",\n\t\"actual_result\": \"test result is Passed\",\n\t\"created_by_user_id\": {{user_id_1}},\n\t\"test_run\":{{test_run_id_1}}\n}"},"url":"https://app.qadeputy.com/api/v1/test-cases/{{test_case_id_1}}/test-results"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 14:00:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"test_case_id\": \"47230\",\n    \"test_case_name\": \"Test Case --updated\",\n    \"test_run\": {\n        \"test_run_id\": 754,\n        \"name\": \"Test Run 01/01 --v1\"\n    },\n    \"test_case_status\": \"Passed\",\n    \"actual_result\": \"test result is Passed\",\n    \"created_by\": \"Admin George\"\n}"}],"_postman_id":"4b8ddbb3-9d97-48c5-b173-5f294f261995"},{"name":"List Test Results","id":"e081e441-e83e-4c7f-b6f2-5219b7a36c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"<p>Must supply a valid API token.</p>\n"},{"key":"email","value":"{{email}}","type":"text","description":"<p>Must supply a valid email address.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.qadeputy.com/api/v1/test-cases/{{test_case_id_1}}/test-results?pagination=true&per_page={{per_page}}&page={{current_page}}","urlObject":{"protocol":"https","path":["api","v1","test-cases","{{test_case_id_1}}","test-results"],"host":["app","qadeputy","com"],"query":[{"description":{"content":"<p>optional, used to enable and disable pagination using true and false value. Default value is true. </p>\n","type":"text/plain"},"key":"pagination","value":"true"},{"description":{"content":"<p>optional, the number of items to be shown per page. Default value is 10.</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"},{"description":{"content":"<p>optional, current page, this will consider only If pagination is true. Default page is 1.</p>\n","type":"text/plain"},"key":"page","value":"{{current_page}}"}],"variable":[]}},"response":[{"id":"82c16331-01d1-485a-acae-d9603575485e","name":"Successfully listed test results of a test case","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-cases/{{test_case_id_1}}/test-results?pagination=true&per_page={{per_page}}&page={{current_page}}","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-cases","{{test_case_id_1}}","test-results"],"query":[{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"{{current_page}}","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Oct 2020 07:24:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"376"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cache-Control","value":"max-age=172800"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Security-Policy","value":"default-src https: data: 'unsafe-inline' 'unsafe-eval'"},{"key":"Vary","value":"Authorization,Accept-Encoding"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Expires","value":"Sun, 11 Oct 2020 07:24:19 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 1250,\n                \"name\": \"Test Run RX10\"\n            },\n            \"test_case_status\": \"To Do\",\n            \"actual_result\": null,\n            \"created_by\": null\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": null,\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": null,\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": {\n                \"test_run_id\": 754,\n                \"name\": \"Test Run 01/01 --v1\"\n            },\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": \"test result is Failed\",\n            \"created_by\": \"Admin George\"\n        },\n        {\n            \"test_case_id\": 47230,\n            \"test_case_name\": \"Test Case --updated --new\",\n            \"test_run\": null,\n            \"test_case_status\": \"Failed\",\n            \"actual_result\": null,\n            \"created_by\": \"Admin George\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://app.qadeputy.com/api/v1/test-cases/47230/test-results?page=1\",\n        \"last\": \"http://app.qadeputy.com/api/v1/test-cases/47230/test-results?page=2\",\n        \"prev\": null,\n        \"next\": \"http://app.qadeputy.com/api/v1/test-cases/47230/test-results?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"path\": \"http://app.qadeputy.com/api/v1/test-cases/47230/test-results\",\n        \"per_page\": \"15\",\n        \"to\": 15,\n        \"total\": 27\n    }\n}"},{"id":"b0052946-7a88-4b45-b88c-650c061fd8bf","name":"Failed to list test results of a test case","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{api_token}}","type":"text","description":"Must supply a valid API token."},{"key":"email","value":"{{email}}","type":"text","description":"Must supply a valid email address."},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://app.qadeputy.com/api/v1/test-cases/{{invalid_test_case_id_1}}/test-results?pagination=true&per_page={{per_page}}&page={{current_page}}","protocol":"https","host":["app","qadeputy","com"],"path":["api","v1","test-cases","{{invalid_test_case_id_1}}","test-results"],"query":[{"key":"pagination","value":"true","description":"optional, used to enable and disable pagination using true and false value. Default value is true. "},{"key":"per_page","value":"{{per_page}}","description":"optional, the number of items to be shown per page. Default value is 10."},{"key":"page","value":"{{current_page}}","description":"optional, current page, this will consider only If pagination is true. Default page is 1."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2020 14:02:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 ()"},{"key":"X-Powered-By","value":"PHP/7.1.31"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Vary","value":"Authorization"},{"key":"Upgrade","value":"h2,h2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"test_case_id\": [\n            \"You don't have permission to access TestCase.\"\n        ]\n    }\n}"}],"_postman_id":"e081e441-e83e-4c7f-b6f2-5219b7a36c50"}],"id":"b3602520-92db-4d98-a07b-04c171f72381","_postman_id":"b3602520-92db-4d98-a07b-04c171f72381","description":""}],"event":[{"listen":"prerequest","script":{"id":"fe873527-5b97-4717-a001-0bc0b112a1a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b44a737-1cf2-487e-9d05-9e3c1bc570b0","type":"text/javascript","exec":[""]}}]}