{"info":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","description":"<html><head></head><body><h3 id=\"this-is-the-meenta-lab-api-for-managing-all-lab-related-tasks\">This is the Meenta Lab API for managing all lab related tasks.</h3>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14309780","collectionId":"47ad7723-7f01-4661-b5af-6b8cb16af37e","publishedId":"UyxkkRVq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-17T19:05:12.000Z"},"item":[{"name":"Lab","item":[{"name":"Products","item":[{"name":"Checklists","item":[{"name":"Get All Product Checklist","id":"331886ee-4dfd-4a81-8d0f-9993c2a27660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/yXGfEFZ6UhMHb12SkXx9/checklist","description":"<h4 id=\"this-allows-a-lab-to-get-all-checklists-items-for-a-product\">This allows a lab to get all checklists items for a product</h4>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of checklists.</li>\n<li>403 Forbidden</li>\n<li>404 No checklists found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","yXGfEFZ6UhMHb12SkXx9","checklist"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1bdeba15-95d1-4d02-8e28-3d01cad2f3ac","name":"Get Product Checklist","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BmIru9AEyoJu0qddR/checklist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-BfuzaIt6g0PsDKR+SKWC1fYauKs\""},{"key":"Date","value":"Mon, 27 Sep 2021 19:47:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"The Product\",\n        \"implementation\": \"Good job!\",\n        \"shortSummary\": \"We want our checklist\",\n        \"phase\": \"testing\",\n        \"fullDescription\": \"The full description\",\n        \"Owner\": \"Meenta\",\n        \"displayOrder\": \"1\"\n    }\n]"}],"_postman_id":"331886ee-4dfd-4a81-8d0f-9993c2a27660"},{"name":"Get Single Checklist","id":"2d6427e4-840f-4922-8a8e-9b72e7974611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/xcrbWbiBLnM1L1LxySql","description":"<h4 id=\"this-allows-the-lab-to-return-just-one-checklist-item-by-id\">This allows the lab to return just one checklist item by ID</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single checklist.</li>\n<li>403 Forbidden</li>\n<li>404 No checklist found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","checklist","xcrbWbiBLnM1L1LxySql"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"06c09e09-866c-4cf7-a496-8f6180961893","name":"Get Single Checklist","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/VGshSEQPeBdQC8B55WJF"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"213"},{"key":"ETag","value":"W/\"d5-yrVNsVORV/UELn09HQh3jOj7B6w\""},{"key":"Date","value":"Wed, 29 Sep 2021 15:46:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": \"Meenta\",\n    \"name\": \"task 1\",\n    \"displayOrder\": \"1\",\n    \"implementation\": \"Get Busy\",\n    \"shortSummary\": \"Summary that is shorter\",\n    \"fullDescription\": \"Description that is fuller\",\n    \"notes\": \"new notes\",\n    \"phase\": \"The now phase\"\n}"}],"_postman_id":"2d6427e4-840f-4922-8a8e-9b72e7974611"},{"name":"Create Checklist","id":"c10fb1be-3229-4e5d-8ee5-20ccda5b1bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owner\":\"Meenta\",\n    \"name\": \"New Product checklist\",\n    \"shortSummary\": \"New prodcut for testing\",\n    \"fullDescription\": \"We will be bale to test more people\",\n    \"displayOrder\": 2,\n    \"implementationNotes\": \"Use good judgement\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist","description":"<h4 id=\"this-allows-the-lab-to-create-a-checklist-item-for-a-product\">This allows the lab to create a checklist item for a product</h4>\n<ul>\n<li>name (REQUIRED) STRING Name of the checklist item</li>\n<li>shortSummary (REQUIRED) STRING A short summary of the checklist item</li>\n<li>fullDescription (REQUIRED) STRING A complete description of the checklist item to help others understand the goal.</li>\n<li>displayOrder (REQUIRED) INTEGER The order of which you want the checklist item displayed</li>\n<li>implementationNotes (REQUIRED) STRING Notes on how the checklist item is to be implemented</li>\n<li>owner (OPTIONAL) STRING The owner of the checklist item</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>201 Successfully created a checklist.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","checklist"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5769bc6c-a270-4bdf-af43-7d551d891106","name":"Create Checklist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owner\":\"Meenta\",\n    \"name\": \"New Product checklist\",\n    \"shortSummary\": \"New prodcut for testing\",\n    \"fullDescription\": \"We will be bale to test more people\",\n    \"displayOrder\": 1,\n    \"implementationNotes\": \"Use good judgement\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"274"},{"key":"ETag","value":"W/\"112-oCqem5F0iyH5UlODXQSKHMU1kdQ\""},{"key":"Date","value":"Wed, 29 Sep 2021 16:29:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2021-09-29T12:29:05-04:00\",\n    \"name\": \"New Product checklist\",\n    \"owner\": \"Meenta\",\n    \"shortSummary\": \"New prodcut for testing\",\n    \"fullDescription\": \"We will be bale to test more people\",\n    \"displayOrder\": 1,\n    \"implementationNotes\": \"Use good judgement\",\n    \"Id\": \"eXeDgGpred4WAOee1yTp\"\n}"}],"_postman_id":"c10fb1be-3229-4e5d-8ee5-20ccda5b1bcb"},{"name":"Update a Checklist","id":"ea97a978-bb25-4932-9605-a6e1ad321689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Medical Product\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/SyX798z9qunEXwugyvEE","description":"<h4 id=\"this-allows-the-lab-to-update-a-checklist-item-for-a-product\">This allows the lab to update a checklist item for a product</h4>\n<h5 id=\"fields-that-can-be-updated\">Fields that can be updated</h5>\n<ul>\n<li>name (STRING)</li>\n<li>owner (STRING)</li>\n<li>shortSummary (STRING)</li>\n<li>fullDescription (STRING)</li>\n<li>displayOrder (INTEGER)</li>\n<li>implementationNotes (STRING)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated the checklist.</li>\n<li>403 Forbidden</li>\n<li>404 No checklist found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","checklist","SyX798z9qunEXwugyvEE"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d72e8376-0fe4-4ec2-a0d7-e5cc4a8b2ba2","name":"Update a Checklist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shortSummary\":\"Let's Update the summary\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/eXeDgGpred4WAOee1yTp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-ya6UFHMkdPWvH6Ir/1kIr67z6I0\""},{"key":"Date","value":"Wed, 29 Sep 2021 17:11:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"shortSummary\": \"Let's Update the summary\",\n    \"updatedAt\": \"2021-09-29T13:11:51-04:00\"\n}"}],"_postman_id":"ea97a978-bb25-4932-9605-a6e1ad321689"},{"name":"Delete a Checklist","id":"80d63e1d-5b39-4368-a485-cf0649ede2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/l8Ibtje5a4V6LUHzBtRW","description":"<h4 id=\"allows-a-lab-to-delete-a-checklist-item-by-id\">Allows a lab to delete a checklist item by ID</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully deleted checklist.</li>\n<li>403 Forbidden</li>\n<li>404 No checklist found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","checklist","l8Ibtje5a4V6LUHzBtRW"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f1b50d80-bec0-4d4d-9468-226016d55152","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/checklist/ngy0d4jKCJ2IM3frKpnD"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-5XsH9kHqgDYxxv7W8pah2ReTQ60\""},{"key":"Date","value":"Wed, 29 Sep 2021 17:17:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Checklist has been removed"}],"_postman_id":"80d63e1d-5b39-4368-a485-cf0649ede2b1"}],"id":"9c049641-b898-466a-944e-adeecf6e3929","_postman_id":"9c049641-b898-466a-944e-adeecf6e3929","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Resources","item":[{"name":"Get All Resources","id":"91b61bd2-945f-452a-8395-52332a2ab0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources","description":"<h4 id=\"this-allows-a-lab-to-get-all-resources-for-a-product\">This allows a lab to get all resources for a product</h4>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of resources.</li>\n<li>403 Forbidden</li>\n<li>404 No resources found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","resources"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f764f1cd-8615-4da9-9e11-01ff35bc54f1","name":"Get All Resources","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1845"},{"key":"ETag","value":"W/\"735-QHLuL9V/OHILtkz5Ehe9kp0CspA\""},{"key":"Date","value":"Thu, 30 Sep 2021 22:15:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:00:28-04:00\",\n        \"url\": \"htt://www.nba.\",\n        \"id\": \"6x1UibRmjPh8uqadozOf\"\n    },\n    {\n        \"name\": \"we are updating resource\",\n        \"url\": \"https://www.nba.com\",\n        \"createdAt\": \"2021-09-30T17:29:27-04:00\",\n        \"updatedAt\": \"2021-09-30T17:30:25-04:00\",\n        \"id\": \"99MOqRKWiMSg2Fba8MIR\"\n    },\n    {\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:13:21-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"id\": \"EH8mG2IBtswLRsTblxhw\"\n    },\n    {\n        \"createdAt\": \"2021-09-30T18:14:54-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"name\": \"resource 30\",\n        \"id\": \"KsVWCdgybfsgMy72lstc\"\n    },\n    {\n        \"url\": \"https://www.nba.com\",\n        \"name\": \"resource 2\",\n        \"createdAt\": \"2021-09-30T17:51:52-04:00\",\n        \"id\": \"RtDXPhgt03C60vjMsv2e\"\n    },\n    {\n        \"createdAt\": \"2021-09-30T17:56:42-04:00\",\n        \"url\": \"https://www.nba.com\",\n        \"name\": \"resource 30\",\n        \"id\": \"VW5wIrPHb742FtVcDKFk\"\n    },\n    {\n        \"name\": \"resource 30\",\n        \"url\": \"https://www.nba.com\",\n        \"createdAt\": \"2021-09-30T18:15:21-04:00\",\n        \"id\": \"XAXxJ7sSfm3IjGwhM5xa\"\n    },\n    {\n        \"createdAt\": \"2021-09-30T17:57:55-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"name\": \"resource 30\",\n        \"id\": \"Yn27rjcnyplVA1JuPx9x\"\n    },\n    {\n        \"createdAt\": \"2021-09-30T17:59:01-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"name\": \"resource 30\",\n        \"id\": \"ZEcEhw2p52Xat0BQYi8l\"\n    },\n    {\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:02:02-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"id\": \"de1DXqZcU9bWroLN6Ef9\"\n    },\n    {\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:02:52-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"id\": \"r9Zadg4AbqBSBYEG8k4z\"\n    },\n    {\n        \"updatedAt\": \"2021-09-30T17:56:33-04:00\",\n        \"createdAt\": \"2021-09-30T17:52:02-04:00\",\n        \"name\": \"resource 5\",\n        \"url\": \"https://www.nba.com\",\n        \"id\": \"tePHuXBO1CkekLf3VBVg\"\n    },\n    {\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:03:06-04:00\",\n        \"url\": \"https://www.nba.\",\n        \"id\": \"uh20M4IB5EIWfJjiUyZw\"\n    },\n    {\n        \"url\": \"https://www.nba.\",\n        \"name\": \"resource 30\",\n        \"createdAt\": \"2021-09-30T18:00:19-04:00\",\n        \"id\": \"vBnRcxRjv5LZ3nGFxfj8\"\n    },\n    {\n        \"createdAt\": \"2021-09-30T18:03:20-04:00\",\n        \"name\": \"resource 30\",\n        \"url\": \"https://www.nba.\",\n        \"id\": \"wtWZxEGEnHk0pvM9aETX\"\n    }\n]"}],"_postman_id":"91b61bd2-945f-452a-8395-52332a2ab0e2"},{"name":"Get Single Resource","id":"6e16e3a2-88a1-4310-8d49-88da56dc1fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/tePHuXBO1CkekLf3VBVg","description":"<h4 id=\"this-allows-a-lab-to-get-a-single-resource-for-a-product\">This allows a lab to get a single resource for a product</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single resource.</li>\n<li>403 Forbidden</li>\n<li>404 No resource found for given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","resources","tePHuXBO1CkekLf3VBVg"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"14308635-0054-45f6-8671-36a2e374b6dc","name":"Get Single Resource","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/tePHuXBO1CkekLf3VBVg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-hTXhic8huLMBqLAjI7e6WJd5WEM\""},{"key":"Date","value":"Thu, 30 Sep 2021 21:53:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"updatedAt\": \"2021-09-30T17:52:29-04:00\",\n    \"url\": \"https://www.nba.com\",\n    \"name\": \"resource 5\",\n    \"createdAt\": \"2021-09-30T17:52:02-04:00\",\n    \"id\": \"tePHuXBO1CkekLf3VBVg\"\n}"}],"_postman_id":"6e16e3a2-88a1-4310-8d49-88da56dc1fd2"},{"name":"Create Resource","id":"af15a92a-fa68-484f-8143-4be79aa6a4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://www.nba.com\",\n    \"name\":\"resource 30\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources","description":"<h4 id=\"allows-a-lab-to-create-a-resource-for-a-product\">Allows a lab to create a resource for a product</h4>\n<ul>\n<li>name (REQUIRED) STRING name of resource</li>\n<li>url (REQUIRED) STRING the url of the resource</li>\n<li>fileUploaded (OPTIONAL) BOOLEAN if file is being uploaded for this resource</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>201 Successfully created resource.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","resources"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c4f9c77d-44a6-4dac-8a68-3d71efaf406d","name":"Create Resource","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.nba.com\",\n    \"name\": \"resource 30\",\n    \"fileUploaded\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"Etag","value":"W/\"63-J3YmRbx+4gfzPCVAJ7vNxqFIFvc\""},{"key":"Date","value":"Tue, 10 May 2022 15:56:19 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"Ohhw8ola9hMxeotwk4ks\",\n    \"url\": \"https://www.nba.com\",\n    \"name\": \"resource 30\",\n    \"fileUploaded\": false\n}"}],"_postman_id":"af15a92a-fa68-484f-8143-4be79aa6a4ff"},{"name":"Update Resource","id":"07b93466-d70e-43c0-8c1d-343a0c587482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://www.nba.com\",\n    \"name\":\"resource 5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/tePHuXBO1CkekLf3VBVg","description":"<h4 id=\"allows-us-to-update-a-resource-for-a-product\">Allows us to update a resource for a product</h4>\n<h5 id=\"fields-that-can-be-updated-are\">Fields that can be updated are</h5>\n<ul>\n<li>name STRING</li>\n<li>url STRING</li>\n<li>fileUploaded BOOLEAN</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated resource.</li>\n<li>403 Forbidden</li>\n<li>404 No resource found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","resources","tePHuXBO1CkekLf3VBVg"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"566cae8d-0538-4d5e-a37d-e9ff00ec05ee","name":"Update Resource","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://www.nba.com\",\n    \"name\":\"resource 5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/tePHuXBO1CkekLf3VBVg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-pSW09x73DkZ/JzReBMp/qSmBFK8\""},{"key":"Date","value":"Thu, 30 Sep 2021 21:56:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"resource 5\",\n    \"url\": \"https://www.nba.com\",\n    \"updatedAt\": \"2021-09-30T17:56:33-04:00\"\n}"}],"_postman_id":"07b93466-d70e-43c0-8c1d-343a0c587482"},{"name":"Delete a Single Resource","id":"f4a96b51-5868-42b8-913f-1f218651aa5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/99MOqRKWiMSg2Fba8MIR","description":"<h4 id=\"allows-a-lab-to-delete-a-resource-by-id\">Allows a lab to delete a resource by ID</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully deleted resource.</li>\n<li>403 Forbidden</li>\n<li>404 No resource found for given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","-M7BncL7s_FlBN6o-2bM","resources","99MOqRKWiMSg2Fba8MIR"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6e36cda1-2a94-4372-a9e0-435361becb8c","name":"Delete a Single Resource","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/-M7BncL7s_FlBN6o-2bM/resources/r2fp6Com8vl61WCFNGNQ"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-iV7iOxOQ+mu8qadV+pYSW2F8WUg\""},{"key":"Date","value":"Wed, 29 Sep 2021 19:52:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Resource has been removed"}],"_postman_id":"f4a96b51-5868-42b8-913f-1f218651aa5f"}],"id":"2b77a6a5-24c4-438a-9f1a-cd7c06345289","_postman_id":"2b77a6a5-24c4-438a-9f1a-cd7c06345289","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Result Codes","item":[{"name":"List All Result Codes","id":"5b96a54f-2736-483c-ac44-f4e3dac3dece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes","description":"<h4 id=\"this-allows-a-lab-to-get-all-result-codes-for-a-product\">This allows a lab to get all result codes for a product</h4>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of result codes.</li>\n<li>403 Forbidden</li>\n<li>404 No result codes found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","resultCodes"],"host":["{{url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"458ff20f-098c-4f8a-8851-56ddd554627c","name":"List All Result Codes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes","host":["{{url}}"],"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","resultCodes"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"650"},{"key":"ETag","value":"W/\"28a-gcZwIx7Gw8slbicFO11zOeVlPLc\""},{"key":"Date","value":"Tue, 12 Oct 2021 13:52:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"result\": \"positive\",\n        \"summary\": \"Positive Value\",\n        \"definitive\": \"Positive\",\n        \"createdAt\": \"2021-08-26T21:29:38-04:00\",\n        \"textColor\": \"text-danger\",\n        \"updatedAt\": \"2021-08-26T21:34:22-04:00\",\n        \"script\": \"lkjljk\",\n        \"id\": \"RqGuASP7OyMH1792fPjQ\"\n    },\n    {\n        \"definitive\": \"Negative\",\n        \"textColor\": \"text-primary\",\n        \"createdAt\": \"2021-08-26T21:17:56-04:00\",\n        \"result\": \"negative\",\n        \"updatedAt\": \"2021-08-26T21:34:28-04:00\",\n        \"summary\": \"Negative Label\",\n        \"id\": \"Yzpy0oq7fheqZsorZ5KO\"\n    },\n    {\n        \"result\": \"not detected\",\n        \"definitive\": \"Negative\",\n        \"summary\": \"Not Detected Value\",\n        \"createdAt\": \"2021-08-26T10:52:40-04:00\",\n        \"updatedAt\": \"2021-08-26T21:34:40-04:00\",\n        \"textColor\": \"text-success\",\n        \"id\": \"amOkvRlciPtWS6mw1RV9\"\n    }\n]"}],"_postman_id":"5b96a54f-2736-483c-ac44-f4e3dac3dece"},{"name":"Get Single Result Code","id":"54176ca7-718e-4a35-b6d7-876978889464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes/RqGuASP7OyMH1792fPjQ","description":"<h4 id=\"this-allows-a-lab-to-get-a-single-result-codes-for-a-product\">This allows a lab to get a single result codes for a product</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single result code.</li>\n<li>403 Forbidden</li>\n<li>404 No result code found for given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","resultCodes","RqGuASP7OyMH1792fPjQ"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"35c923eb-08f1-437d-b6d9-a42471124e35","name":"Get Single Result Code","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes/RqGuASP7OyMH1792fPjQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"ETag","value":"W/\"c4-PixIwAxRlfrCFK1VKaSAuYFITyQ\""},{"key":"Date","value":"Tue, 12 Oct 2021 13:55:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"textColor\": \"text-danger\",\n    \"summary\": \"Positive Value\",\n    \"script\": \"lkjljk\",\n    \"createdAt\": \"2021-08-26T21:29:38-04:00\",\n    \"definitive\": \"Positive\",\n    \"result\": \"positive\",\n    \"updatedAt\": \"2021-08-26T21:34:22-04:00\"\n}"}],"_postman_id":"54176ca7-718e-4a35-b6d7-876978889464"},{"name":"Update Result Code","id":"787c79cf-b1b4-4bc2-a8d4-1448c892899a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"positive\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes/RqGuASP7OyMH1792fPjQ","description":"<h4 id=\"allows-us-to-update-a-result-code-for-a-product\">Allows us to update a result code for a product</h4>\n<h5 id=\"fields-that-can-be-updated-are\">Fields that can be updated are</h5>\n<ul>\n<li>result STRING</li>\n<li>definitive STRING</li>\n<li>script STRING</li>\n<li>textColor STRING</li>\n<li>summary STRING</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated result code.</li>\n<li>403 Forbidden</li>\n<li>404 No result code found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","resultCodes","RqGuASP7OyMH1792fPjQ"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"787c79cf-b1b4-4bc2-a8d4-1448c892899a"},{"name":"Delete Result Code","id":"d0ec1b37-3e1a-4945-bb6c-4ab4620b1d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes/RqGuASP7OyMH1792fPjQ","description":"<h4 id=\"allows-a-lab-to-delete-a-result-code-by-id\">Allows a lab to delete a result code by ID</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully deleted result code.</li>\n<li>403 Forbidden</li>\n<li>404 No result code found for given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","resultCodes","RqGuASP7OyMH1792fPjQ"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ec1b37-3e1a-4945-bb6c-4ab4620b1d89"},{"name":"Create Result Code","id":"a1309691-11e4-4a73-a1c3-3e4efe2b878e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"Positive\",\n    \"definitive\":\"Positive\",\n    \"summary\":\"Result code for product\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/yXGfEFZ6UhMHb12SkXx9/resultCodes","description":"<h4 id=\"allows-a-lab-to-create-a-result-code-for-a-product\">Allows a lab to create a result code for a product</h4>\n<ul>\n<li>result (REQUIRED) STRING description of result code</li>\n<li>summary (REQUIRED) STRING summary of result code</li>\n<li>textColor (OPTIONAL) STRING The color of your choice for the result code</li>\n<li>definitive (OPTIONAL) STRING Definitive value of the result code</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>201 Successfully created result code.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","yXGfEFZ6UhMHb12SkXx9","resultCodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b01ff2b6-774c-4a5c-b1bd-478ebe58ede7","name":"Create Result Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"Positive\",\n    \"definitive\":\"Positive\",\n    \"summary\":\"Result code for product\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/resultCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"ETag","value":"W/\"79-K3aeEb6Oxfpnfa0+xBX3m5c2fCc\""},{"key":"Date","value":"Tue, 12 Oct 2021 14:38:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"Positive\",\n    \"definitive\": \"Positive\",\n    \"summary\": \"Result code for product\",\n    \"createdAt\": \"2021-10-12T10:38:56-04:00\"\n}"}],"_postman_id":"a1309691-11e4-4a73-a1c3-3e4efe2b878e"}],"id":"9120db78-0c23-4354-a9a7-e657d5134e61","_postman_id":"9120db78-0c23-4354-a9a7-e657d5134e61","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Forms","item":[{"name":"List All Forms","id":"c21a27e4-0951-4e9f-b61e-501625108344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/zq07FllADPtp2XXCfrQh/forms","description":"<h4 id=\"this-allows-a-lab-to-get-a-all-of-the-forms-for-a-given-productid\">This allows a lab to get a all of the forms for a given productId</h4>\n<ul>\n<li>200 Successfully returns a list of forms</li>\n<li>403 Forbidden</li>\n<li>404 No forms found for given productId</li>\n<li>404 No product found for given Id or product not in workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","zq07FllADPtp2XXCfrQh","forms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e6f61384-0e58-40a4-b151-fba14e427974","name":"List All Forms","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/zq07FllADPtp2XXCfrQh/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7522"},{"key":"Etag","value":"W/\"1d62-Nv/FMs+a/PYM/esMQAlnienhUBc\""},{"key":"Date","value":"Tue, 10 May 2022 15:02:43 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/4n2xReNE4iLZy01FBSzU/products/zq07FllADPtp2XXCfrQh\",\n        \"displayOrder\": 6,\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/4n2xReNE4iLZy01FBSzU\",\n            \"render\": \"https://workflow.meenta.dev/form/view/4n2xReNE4iLZy01FBSzU/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"createdAt\": \"2022-03-07T22:22:16+00:00\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"submittedAt\": \"2022-03-08T19:08:26+00:00\",\n        \"id\": \"4n2xReNE4iLZy01FBSzU\",\n        \"formId\": \"4n2xReNE4iLZy01FBSzU\",\n        \"type\": \"product\",\n        \"updatedAt\": \"2022-03-07T22:23:04+00:00\",\n        \"formTitle\": \"Lab Product #6 (Legal Consent)\",\n        \"optional\": false,\n        \"submittedForm\": {\n            \"custom.field1\": \"lkjlkjlsdfasdf\",\n            \"custom.field2\": \"sdfgdsfglkjlkj\"\n        },\n        \"modifiable\": false,\n        \"unMappedPaths\": [],\n        \"visibleTitle\": \"Lab Product #6 (Legal Consent)\"\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/8D4MOs9eRDQvMi588RFk/products/zq07FllADPtp2XXCfrQh\",\n        \"unMappedPaths\": [\n            \"HL7 Opt out message\"\n        ],\n        \"modifiable\": false,\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"optional\": false,\n        \"createdAt\": \"2022-03-07T22:22:22+00:00\",\n        \"type\": \"product\",\n        \"id\": \"8D4MOs9eRDQvMi588RFk\",\n        \"updatedAt\": \"2022-03-07T22:23:05+00:00\",\n        \"submittedAt\": \"2022-03-07T23:50:26+00:00\",\n        \"displayOrder\": 8,\n        \"formId\": \"8D4MOs9eRDQvMi588RFk\",\n        \"visibleTitle\": \"Lab Product #8 (HL7 Settings)\",\n        \"formTitle\": \"Lab Product #8 (HL7 Settings)\",\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/8D4MOs9eRDQvMi588RFk\",\n            \"render\": \"https://workflow.meenta.dev/form/view/8D4MOs9eRDQvMi588RFk/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"submittedForm\": {\n            \"custom.hl7Version\": \"v 2.3\",\n            \"HL7 Opt out message\": false,\n            \"custom.enableHL7\": \"yes\",\n            \"custom.hl7Summary\": \"\"\n        }\n    },\n    {\n        \"complete\": false,\n        \"url\": \"https://workflow.meenta.dev/form/view/919BZfA7sDAqnekzWD8b/products/zq07FllADPtp2XXCfrQh\",\n        \"modifiable\": false,\n        \"formTitle\": \"Lab Product #10 (SFTP Settings)\",\n        \"displayOrder\": 10,\n        \"urls\": {\n            \"render\": \"https://workflow.meenta.dev/form/view/919BZfA7sDAqnekzWD8b/products/zq07FllADPtp2XXCfrQh\",\n            \"edit\": \"https://workflow.meenta.dev/form/edit/919BZfA7sDAqnekzWD8b\"\n        },\n        \"createdAt\": \"2022-03-07T22:22:29+00:00\",\n        \"optional\": false,\n        \"type\": \"product\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"id\": \"919BZfA7sDAqnekzWD8b\",\n        \"visibleTitle\": \"Lab Product #10 (SFTP Settings)\",\n        \"updatedAt\": \"2022-03-07T22:23:04+00:00\",\n        \"formId\": \"919BZfA7sDAqnekzWD8b\"\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/HcRSTOsR0mWTZoKe0CYk/products/zq07FllADPtp2XXCfrQh\",\n        \"submittedAt\": \"2022-03-24T19:09:22+00:00\",\n        \"unMappedPaths\": [],\n        \"createdAt\": \"2022-03-07T22:21:54+00:00\",\n        \"modifiable\": false,\n        \"displayOrder\": 3,\n        \"optional\": false,\n        \"updatedAt\": \"2022-03-07T22:23:04+00:00\",\n        \"submittedForm\": {\n            \"custom.field1\": \"lkjlkjlsdfasdfSDFasdf\",\n            \"custom.field2\": \"sdfgdsfglkjlkj\",\n            \"custom.address.city\": \"sadfasdf\"\n        },\n        \"visibleTitle\": \"Lab Product #3 (Shipping Information)\",\n        \"type\": \"product\",\n        \"id\": \"HcRSTOsR0mWTZoKe0CYk\",\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/HcRSTOsR0mWTZoKe0CYk\",\n            \"render\": \"https://workflow.meenta.dev/form/view/HcRSTOsR0mWTZoKe0CYk/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"formTitle\": \"Lab Product #3 (Shipping Information)\",\n        \"formId\": \"HcRSTOsR0mWTZoKe0CYk\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\"\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/MEGeaIsYI41VCJSA54gl/products/zq07FllADPtp2XXCfrQh\",\n        \"visibleTitle\": \"Lab Product #1 (General)\",\n        \"id\": \"MEGeaIsYI41VCJSA54gl\",\n        \"createdAt\": \"2022-03-07T22:21:24+00:00\",\n        \"displayOrder\": 1,\n        \"formTitle\": \"Lab Product #1 (General)\",\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/MEGeaIsYI41VCJSA54gl\",\n            \"render\": \"https://workflow.meenta.dev/form/view/MEGeaIsYI41VCJSA54gl/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"optional\": false,\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"type\": \"product\",\n        \"modifiable\": false,\n        \"submittedForm\": {\n            \"manufacturersName\": \"Everywhere Inc\",\n            \"custom.labCity\": \"lkjljk\",\n            \"name\": \"joseph M y Data\"\n        },\n        \"unMappedPaths\": [],\n        \"updatedAt\": \"2022-03-08T18:52:12+00:00\",\n        \"submittedAt\": \"2022-03-24T19:01:45+00:00\",\n        \"formId\": \"MEGeaIsYI41VCJSA54gl\"\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/PqzpISo15rZJNuYMd3cp/products/zq07FllADPtp2XXCfrQh\",\n        \"updatedAt\": \"2022-03-07T22:23:05+00:00\",\n        \"createdAt\": \"2022-03-07T22:22:25+00:00\",\n        \"modifiable\": false,\n        \"unMappedPaths\": [],\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"visibleTitle\": \"Lab Product #9 (Schedule Web Run)\",\n        \"id\": \"PqzpISo15rZJNuYMd3cp\",\n        \"displayOrder\": 9,\n        \"type\": \"product\",\n        \"optional\": false,\n        \"formId\": \"PqzpISo15rZJNuYMd3cp\",\n        \"formTitle\": \"Lab Product #9 (Schedule Web Run)\",\n        \"submittedForm\": {\n            \"name\": \"Acme Lab Product #201\",\n            \"manufacturersName\": \"Everywhere\",\n            \"custom.labCity\": \"\"\n        },\n        \"submittedAt\": \"2022-03-15T17:56:48+00:00\",\n        \"urls\": {\n            \"render\": \"https://workflow.meenta.dev/form/view/PqzpISo15rZJNuYMd3cp/products/zq07FllADPtp2XXCfrQh\",\n            \"edit\": \"https://workflow.meenta.dev/form/edit/PqzpISo15rZJNuYMd3cp\"\n        }\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/Q47w3ijbAuPo5wCc5snu/products/zq07FllADPtp2XXCfrQh\",\n        \"updatedAt\": \"2022-03-08T19:10:07+00:00\",\n        \"optional\": false,\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/Q47w3ijbAuPo5wCc5snu\",\n            \"render\": \"https://workflow.meenta.dev/form/view/Q47w3ijbAuPo5wCc5snu/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"formTitle\": \"Lab Product #4 (Assay Setup)\",\n        \"type\": \"product\",\n        \"id\": \"Q47w3ijbAuPo5wCc5snu\",\n        \"visibleTitle\": \"Lab Product #4 (Assay Setup)\",\n        \"createdAt\": \"2022-03-07T22:22:08+00:00\",\n        \"formId\": \"Q47w3ijbAuPo5wCc5snu\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"displayOrder\": 4,\n        \"modifiable\": false\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/W5G15f4ZcsQ09pFfaRP5/products/zq07FllADPtp2XXCfrQh\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"createdAt\": \"2022-03-07T22:22:20+00:00\",\n        \"submittedForm\": {\n            \"custom.field2\": \"sdfgdsfglkjlkj\",\n            \"custom.field1\": \"lkjlkjlsdfasdf\"\n        },\n        \"visibleTitle\": \"Lab Product #7 (Capacity)\",\n        \"displayOrder\": 7,\n        \"updatedAt\": \"2022-03-07T22:23:04+00:00\",\n        \"urls\": {\n            \"render\": \"https://workflow.meenta.dev/form/view/W5G15f4ZcsQ09pFfaRP5/products/zq07FllADPtp2XXCfrQh\",\n            \"edit\": \"https://workflow.meenta.dev/form/edit/W5G15f4ZcsQ09pFfaRP5\"\n        },\n        \"id\": \"W5G15f4ZcsQ09pFfaRP5\",\n        \"optional\": false,\n        \"submittedAt\": \"2022-03-08T19:08:58+00:00\",\n        \"formId\": \"W5G15f4ZcsQ09pFfaRP5\",\n        \"formTitle\": \"Lab Product #7 (Capacity)\",\n        \"modifiable\": false,\n        \"type\": \"product\",\n        \"unMappedPaths\": []\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/YUbgqJTmNe1erXvjSaLW/products/zq07FllADPtp2XXCfrQh\",\n        \"formId\": \"YUbgqJTmNe1erXvjSaLW\",\n        \"updatedAt\": \"2022-03-08T18:52:24+00:00\",\n        \"createdAt\": \"2022-03-07T22:21:49+00:00\",\n        \"displayOrder\": 2,\n        \"unMappedPaths\": [],\n        \"optional\": false,\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/YUbgqJTmNe1erXvjSaLW\",\n            \"render\": \"https://workflow.meenta.dev/form/view/YUbgqJTmNe1erXvjSaLW/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"submittedAt\": \"2022-03-24T19:02:00+00:00\",\n        \"id\": \"YUbgqJTmNe1erXvjSaLW\",\n        \"modifiable\": false,\n        \"visibleTitle\": \"Lab Product #2 (Support Information)\",\n        \"submittedForm\": {\n            \"manufacturersName\": \"Everywherelkjljk\",\n            \"custom.labAddress\": \"lkjljljlkjlkj\",\n            \"name\": \"josephlkjlkj\"\n        },\n        \"type\": \"product\",\n        \"formTitle\": \"Lab Product #2 (Support Information)\"\n    },\n    {\n        \"complete\": true,\n        \"url\": \"https://workflow.meenta.dev/form/view/zXFdnrp9x9PrZevu5zQ7/products/zq07FllADPtp2XXCfrQh\",\n        \"optional\": false,\n        \"type\": \"product\",\n        \"updatedAt\": \"2022-03-08T19:10:12+00:00\",\n        \"id\": \"zXFdnrp9x9PrZevu5zQ7\",\n        \"urls\": {\n            \"edit\": \"https://workflow.meenta.dev/form/edit/zXFdnrp9x9PrZevu5zQ7\",\n            \"render\": \"https://workflow.meenta.dev/form/view/zXFdnrp9x9PrZevu5zQ7/products/zq07FllADPtp2XXCfrQh\"\n        },\n        \"displayOrder\": 5,\n        \"formId\": \"zXFdnrp9x9PrZevu5zQ7\",\n        \"createdAt\": \"2022-03-07T22:22:10+00:00\",\n        \"productId\": \"zq07FllADPtp2XXCfrQh\",\n        \"visibleTitle\": \"Lab Product #5 (EAU Release & Documentation)\",\n        \"formTitle\": \"Lab Product #5 (EAU Release & Documentation)\",\n        \"modifiable\": false\n    }\n]"}],"_postman_id":"c21a27e4-0951-4e9f-b61e-501625108344"},{"name":"Get single form","id":"af848bcf-056a-47b7-9a74-ddfc9bf29868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/zq07FllADPtp2XXCfrQh/forms/4n2xReNE4iLZy01FBSzU","description":"<h4 id=\"this-allows-a-lab-to-get-a-single-form-by-its-id-for-a-given-productid\">This allows a lab to get a single form by it's ID for a given productId</h4>\n<ul>\n<li>200 Successfully returns a single form</li>\n<li>403 Forbidden</li>\n<li>404 No forms found for given productId</li>\n<li>404 No product found for given Id or product not in workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","zq07FllADPtp2XXCfrQh","forms","4n2xReNE4iLZy01FBSzU"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2a7ce1b2-cb2b-4fb8-90bd-2066c6b11669","name":"Get single form","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/zq07FllADPtp2XXCfrQh/forms/4n2xReNE4iLZy01FBSzU"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"774"},{"key":"Etag","value":"W/\"306-zaW/RH+qd7M+RZYYDQUdyfNZQos\""},{"key":"Date","value":"Tue, 10 May 2022 15:09:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"complete\": true,\n    \"url\": \"https://workflow.meenta.dev/form/view/4n2xReNE4iLZy01FBSzU/products/zq07FllADPtp2XXCfrQh\",\n    \"formTitle\": \"Lab Product #6 (Legal Consent)\",\n    \"modifiable\": false,\n    \"optional\": false,\n    \"formId\": \"4n2xReNE4iLZy01FBSzU\",\n    \"productId\": \"zq07FllADPtp2XXCfrQh\",\n    \"visibleTitle\": \"Lab Product #6 (Legal Consent)\",\n    \"createdAt\": \"2022-03-07T22:22:16+00:00\",\n    \"submittedForm\": {\n        \"custom.field1\": \"lkjlkjlsdfasdf\",\n        \"custom.field2\": \"sdfgdsfglkjlkj\"\n    },\n    \"id\": \"4n2xReNE4iLZy01FBSzU\",\n    \"urls\": {\n        \"render\": \"https://workflow.meenta.dev/form/view/4n2xReNE4iLZy01FBSzU/products/zq07FllADPtp2XXCfrQh\",\n        \"edit\": \"https://workflow.meenta.dev/form/edit/4n2xReNE4iLZy01FBSzU\"\n    },\n    \"displayOrder\": 6,\n    \"unMappedPaths\": [],\n    \"submittedAt\": \"2022-03-08T19:08:26+00:00\",\n    \"type\": \"product\",\n    \"updatedAt\": \"2022-03-07T22:23:04+00:00\"\n}"}],"_postman_id":"af848bcf-056a-47b7-9a74-ddfc9bf29868"}],"id":"a9c63903-561e-4163-8d2f-960d4c8a8887","_postman_id":"a9c63903-561e-4163-8d2f-960d4c8a8887","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Surveillance","item":[{"name":"List Surveillance Tests","id":"69cb262b-e564-47b1-89ba-776b7a183482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/surveillance","description":"<h4 id=\"allows-us-to-return-all-barcode-data-for-a-given-product\">Allows us to return all barcode data for a given product</h4>\n<h5 id=\"query-options-are\">Query options are</h5>\n<ul>\n<li>result</li>\n<li>barcode</li>\n<li>workspaceId</li>\n</ul>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of barcode data.</li>\n<li>403 Forbidden</li>\n<li>404 No barcode found</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","lRZOG5RMoQAHU21aq2uw","surveillance"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4755297c-4b2a-4312-b559-079b15055a20","name":"List Surveillance Tests","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/surveillance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"454"},{"key":"ETag","value":"W/\"1c6-avMMUSd3sGnA2L459YwZp532B3s\""},{"key":"Date","value":"Mon, 18 Oct 2021 21:45:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"barcode\": \"MC10000004\",\n            \"createdAt\": \"2021-10-18T09:14:47-06:00\",\n            \"labData\": \"asdfasdf\",\n            \"labUpdatedAt\": \"2021-10-18T17:29:28-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n            \"result\": \"hot\",\n            \"userId\": \"pV6eycrQAot15cmemKSi\",\n            \"workspaceName\": \"Meenta Acme (Enterprise)\",\n            \"scanDate\": \"10/18/2021\",\n            \"objectID\": \"RNUnef0rO1zocbejpox4\"\n        }\n    ],\n    \"paging\": {\n        \"total\": 1,\n        \"pages\": 1,\n        \"perPage\": 25,\n        \"page\": 0,\n        \"filters\": [\n            \"productId: 'lRZOG5RMoQAHU21aq2uw'\"\n        ]\n    }\n}"}],"_postman_id":"69cb262b-e564-47b1-89ba-776b7a183482"},{"name":"Get Single Barcode","id":"9a7617b8-c341-4716-8045-73b38abdbc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/surveillance/MC10000004","description":"<h4 id=\"allows-us-to-get-a-single-barcode-by-id-and-return-all-its-data\">Allows us to get a single barcode by Id and return all it's data</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single barcode.</li>\n<li>403 Forbidden</li>\n<li>404 No barcode found</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","lRZOG5RMoQAHU21aq2uw","surveillance","MC10000004"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8d901f56-d343-428e-92d6-b666a12903aa","name":"Get Single Barcode","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/surveillance/MC10000004"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"446"},{"key":"ETag","value":"W/\"1be-7yC0dKWmN2MKvjwGW/Sw9r36Z+0\""},{"key":"Date","value":"Mon, 18 Oct 2021 21:47:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"RNUnef0rO1zocbejpox4\",\n    \"isArchived\": false,\n    \"dates\": {\n        \"barcodeScanAt\": \"2021-10-18T15:14:49+00:00\"\n    },\n    \"via\": \"scan\",\n    \"labData\": \"asdfasdf\",\n    \"result\": \"hot\",\n    \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n    \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n    \"poolId\": \"TestLuis3\",\n    \"barcode\": \"MC10000004\",\n    \"createdAtTimeStamp\": {\n        \"_seconds\": 1634570089,\n        \"_nanoseconds\": 481000000\n    },\n    \"labUpdatedAt\": \"2021-10-18T17:29:28-04:00\",\n    \"createdAt\": \"2021-10-18T09:14:47-06:00\",\n    \"userId\": \"pV6eycrQAot15cmemKSi\"\n}"}],"_postman_id":"9a7617b8-c341-4716-8045-73b38abdbc2f"},{"name":"Update Survelliance Test","id":"6d79061c-8347-4b17-b0b4-aa5779505024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"not detected\",\n    \"details\":\"Protean\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/og0OUy9amKc9QsT5yUNR/surveillance/MOCK-1635518851","description":"<h4 id=\"allows-us-to-update-the-results-for-a-barcode\">Allows us to update the results for a barcode</h4>\n<h5 id=\"fields-that-can-be-updated\">Fields that can be updated</h5>\n<ul>\n<li>result (STRING) (REQUIRED)</li>\n<li>details (STRING) (REQUIRED)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated the barcode result.</li>\n<li>403 Forbidden</li>\n<li>404 No barcode found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","og0OUy9amKc9QsT5yUNR","surveillance","MOCK-1635518851"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a0e0709e-82e4-44d4-a809-ed8832e7164e","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"not-detected\",\n    \"details\":\"Protean\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/surveillance/MC10000004"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-KPCDLPbn7Ck4rzXnJLbQTltOwy0\""},{"key":"Date","value":"Mon, 18 Oct 2021 21:51:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Surveillance Test updated."}],"_postman_id":"6d79061c-8347-4b17-b0b4-aa5779505024"}],"id":"3c9d65ec-cc8c-4474-b6fc-76b5056a83ad","_postman_id":"3c9d65ec-cc8c-4474-b6fc-76b5056a83ad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Product Packing Slips","item":[{"name":"List manifests","id":"727838c3-591f-4343-a930-b157f93e09f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/manifest","description":"<h4 id=\"retrieve-all-manifests-for-a-given-product-and-workspaceid\">Retrieve all manifests for a given product and workspaceId</h4>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of manifests for product.</li>\n<li>403 Forbidden</li>\n<li>404 No manifests found</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","manifest"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"perPage","value":"3"}],"variable":[]}},"response":[{"id":"8092b7e9-1884-4fbe-a215-5127549e30dc","name":"List manifests","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"846"},{"key":"ETag","value":"W/\"34e-35PlmTAFFeYIbexDAvFtgP6U/Vg\""},{"key":"Date","value":"Tue, 02 Nov 2021 17:51:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"createdAt\": \"Tue Nov 02 2021\",\n        \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n        \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n        \"shipBy\": \"UPS\",\n        \"shipDate\": \"1/1/2022\",\n        \"id\": \"387r1qq0Hk7zXJwHCjLH\"\n    },\n    {\n        \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n        \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n        \"shipBy\": \"UPS\",\n        \"createdAt\": \"Tue Nov 02 2021\",\n        \"shipDate\": \"01/01/2022\",\n        \"id\": \"QpOEASUQiQQtx2l7Z0QM\"\n    },\n    {\n        \"shipBy\": \"UPS\",\n        \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n        \"createdAt\": 1635862480265,\n        \"shipDate\": \"1/1/2022\",\n        \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n        \"id\": \"djv3m8notMKIQkb2WswD\"\n    },\n    {\n        \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n        \"shipBy\": \"UPS\",\n        \"shipDate\": \"11/12/2022\",\n        \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n        \"updatedAt\": \"Tue Nov 02 2021\",\n        \"createdAt\": \"Tue Nov 02 2021\",\n        \"id\": \"hthbSamWzNobkks7KVHX\"\n    },\n    {\n        \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n        \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n        \"shipBy\": \"UPS\",\n        \"createdAt\": \"Tue Nov 02 2021\",\n        \"shipDate\": \"1/1/2022\",\n        \"id\": \"nHY9n4oFa0muKImG6rsG\"\n    }\n]"}],"_postman_id":"727838c3-591f-4343-a930-b157f93e09f1"},{"name":"Create Manifest","id":"0e8e2862-39f8-4c9f-b9cf-c3f351beb3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orgId\":\"-MfEDI7geHCeTcH0VC19\",\n    \"productId\":\"ztwFWaYX5XzERrh3aZeh\",\n    \"shipBy\":\"UPS\",\n    \"shipDate\":\"01/01/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/manifest","description":"<h4 id=\"allows-a-lab-to-create-a-manifest-for-a-workspace-and-a-given-product\">Allows a lab to create a manifest for a workspace and a given product.</h4>\n<ul>\n<li>orgId (REQUIRED) STRING id of the organization that the manifest is being created for.</li>\n<li>productId (REQUIRED) STRING id of the product that the manifest is being created for.</li>\n<li>shipBy (REQUIRED) STRING The carrier that will be doing the shipping of the product.</li>\n<li>shipDate (REQUIRED) STRING Date that the product is expected to be shipped ex. (01/01/2021)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>201 Successfully created manifest.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","manifest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1e46b217-bf40-4b6e-b245-8a9fc6493146","name":"Create Manifest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orgId\":\"-Mf-7ere32HlmkHs_IHB\",\n    \"productId\":\"lRZOG5RMoQAHU21aq2uw\",\n    \"shipBy\":\"UPS\",\n    \"shipDate\":\"01/01/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/manifest"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"ETag","value":"W/\"ac-HgugzMc9GUev4IeevbPluqFuWf8\""},{"key":"Date","value":"Tue, 02 Nov 2021 15:56:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"Tue Nov 02 2021\",\n    \"shipDate\": \"01/01/2022\",\n    \"productId\": \"lRZOG5RMoQAHU21aq2uw\",\n    \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n    \"shipBy\": \"UPS\",\n    \"manifestId\": \"QpOEASUQiQQtx2l7Z0QM\"\n}"}],"_postman_id":"0e8e2862-39f8-4c9f-b9cf-c3f351beb3f8"},{"name":"Get Single Manifest","id":"a4d90080-94ea-4214-81cd-84c301a53fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/ztwFWaYX5XzERrh3aZeh/manifest/bkgT70v5uzQNbvF2myMS","description":"<h4 id=\"allows-us-to-get-a-single-manifest-by-id-for-a-given-product\">Allows us to get a single manifest by ID for a given product.</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single manifest.</li>\n<li>403 Forbidden</li>\n<li>404 No manifest found</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","ztwFWaYX5XzERrh3aZeh","manifest","bkgT70v5uzQNbvF2myMS"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2fab1060-5243-4dbf-9e75-b4c1bfedabf1","name":"Get Single Manifest","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest/nHY9n4oFa0muKImG6rsG"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"ETag","value":"W/\"86-e48D9LYE2HVU/yx3gdoVfqK2PFw\""},{"key":"Date","value":"Tue, 02 Nov 2021 17:49:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"shipBy\": \"UPS\",\n    \"orgId\": \"-Mf-7ere32HlmkHs_IHB\",\n    \"createdAt\": \"Tue Nov 02 2021\",\n    \"shipDate\": \"1/1/2022\",\n    \"productId\": \"lRZOG5RMoQAHU21aq2uw\"\n}"}],"_postman_id":"a4d90080-94ea-4214-81cd-84c301a53fd1"},{"name":"Update Manifest","id":"c707c342-2430-4774-a7a6-094f16f31f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipDate\":\"02/22/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest/djv3m8notMKIQkb2WswD","description":"<h4 id=\"allows-us-to-update-a-manifest-by-id-for-a-product\">Allows us to update a manifest by Id for a product</h4>\n<h5 id=\"fields-that-can-be-updated-are\">Fields that can be updated are</h5>\n<ul>\n<li>orgId STRING</li>\n<li>productId STRING</li>\n<li>shipBy STRING</li>\n<li>shipDate STRING ex (01/01/2021)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated manifest</li>\n<li>403 Forbidden</li>\n<li>404 No manifest found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","lRZOG5RMoQAHU21aq2uw","manifest","djv3m8notMKIQkb2WswD"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"59e0c8f8-e3c1-4b0b-a55d-080da89a7c00","name":"Update Manifest","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"shipDate\":\"11/12/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest/hthbSamWzNobkks7KVHX"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-iXsLN2hcZXTpbjO/X9R+XnSRD0o\""},{"key":"Date","value":"Tue, 02 Nov 2021 16:02:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"shipDate\": \"11/12/2022\",\n        \"updatedAt\": \"Tue Nov 02 2021\"\n    }\n}"}],"_postman_id":"c707c342-2430-4774-a7a6-094f16f31f80"},{"name":"Delete Manifest","id":"c518b613-1c1c-46f0-8e91-d204de33cc03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest/387r1qq0Hk7zXJwHCjLH","description":"<h4 id=\"allows-a-lab-to-delete-a-manifest-by-id\">Allows a lab to delete a manifest by Id</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully deleted manifest.</li>\n<li>403 Forbidden</li>\n<li>404 No manifest code found for given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","lRZOG5RMoQAHU21aq2uw","manifest","387r1qq0Hk7zXJwHCjLH"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ba124ee3-7b6d-4126-b1c2-b23ae855139b","name":"Delete Manifest","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/lRZOG5RMoQAHU21aq2uw/manifest/HfmfcBuiJGEUNei2V5WP"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-xzQon3Fa3fpVGoyCqB4khH4xK4I\""},{"key":"Date","value":"Tue, 02 Nov 2021 15:55:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Manifest has been removed"}],"_postman_id":"c518b613-1c1c-46f0-8e91-d204de33cc03"}],"id":"ddb8f682-c09f-4fd4-ae08-250471387f1c","_postman_id":"ddb8f682-c09f-4fd4-ae08-250471387f1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Get all products","event":[{"listen":"test","script":{"id":"cd9c24e9-68c5-4e8b-8874-7d8a9616959a","exec":[""],"type":"text/javascript"}}],"id":"f01373c4-e6a2-4cd6-9142-88f167013c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product","description":"<h4 id=\"this-allows-a-lab-to-get-all-of-their-products\">This allows a lab to get all of their products</h4>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of products.</li>\n<li>403 Forbidden</li>\n<li>404 No products found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product"],"host":["{{url}}"],"query":[{"disabled":true,"key":"perPage","value":"2"}],"variable":[]}},"response":[{"id":"a8618b2b-ac79-4170-b682-ef0684fb0b20","name":"Get all products","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/api/workspace/{{workspaceId}}/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-  With, Content-Type, Accept"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"577"},{"key":"ETag","value":"W/\"241-083fjVOyqMRA4cNo0tPj4sctZYA\""},{"key":"Date","value":"Tue, 20 Apr 2021 17:42:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"inventory\": {\n                \"daily\": 0,\n                \"weekly\": 0\n            },\n            \"capacity\": {\n                \"daily\": 0,\n                \"weekly\": 0\n            },\n            \"createdAt\": \"2021-02-25T14:37:17-05:00\",\n            \"name\": \"PerkinElmer (PWN/Covid19 Detection)\",\n            \"pricePerTest\": 101,\n            \"turnaround\": {\n                \"range\": \"Hours\",\n                \"time\": \"12\"\n            },\n            \"type\": \"RT-PCR\",\n            \"productId\": \"uxxGnbtPCZ50rxI1L4u7\"\n        },\n        {\n            \"inventory\": {\n                \"daily\": 99,\n                \"weekly\": 99\n            },\n            \"capacity\": {\n                \"daily\": 99,\n                \"weekly\": 99\n            },\n            \"createdAt\": \"2021-04-02T12:29:00-04:00\",\n            \"name\": \"lkjlkj\",\n            \"pricePerTest\": 99,\n            \"turnaround\": {\n                \"range\": \"Hours\",\n                \"time\": \"lklkj\"\n            },\n            \"type\": \"other\",\n            \"productId\": \"mf4COfPpp0F9H5eIe7WA\"\n        }\n    ],\n    \"paging\": {\n        \"total\": 2,\n        \"pages\": 1,\n        \"perPage\": 25,\n        \"page\": 0\n    }\n}"}],"_postman_id":"f01373c4-e6a2-4cd6-9142-88f167013c59"},{"name":"Get single product","id":"a43d1917-7593-41dc-b0a2-bb2e96dafac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/q8in9HGuIXWYFy20GgmE","description":"<h4 id=\"this-allows-a-lab-to-get-a-single-product-by-id\">This allows a lab to get a single product by Id</h4>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a single product</li>\n<li>403 Forbidden</li>\n<li>404 No product found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","q8in9HGuIXWYFy20GgmE"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"49d574ec-8fd4-4543-bdd0-e65b3991cf8f","name":"Get single product","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/api/workspace/{{workspaceId}}/product/mf4COfPpp0F9H5eIe7WA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-  With, Content-Type, Accept"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"229"},{"key":"ETag","value":"W/\"e5-QTshaoQf00wzxygo6WX1RCWuAsY\""},{"key":"Date","value":"Tue, 20 Apr 2021 17:43:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"inventory\": {\n        \"weekly\": 99,\n        \"daily\": 99\n    },\n    \"capacity\": {\n        \"daily\": 99,\n        \"weekly\": 99\n    },\n    \"createdAt\": \"2021-04-02T12:29:00-04:00\",\n    \"name\": \"lkjlkj\",\n    \"pricePerTest\": 99,\n    \"turnaround\": {\n        \"time\": \"lklkj\",\n        \"range\": \"Hours\"\n    },\n    \"productId\": \"mf4COfPpp0F9H5eIe7WA\"\n}"}],"_postman_id":"a43d1917-7593-41dc-b0a2-bb2e96dafac7"},{"name":"Create a new Product","id":"2c5358ca-3be3-4712-921e-ecfb7c06d1f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Health Assessment Kit\",\n    \"shortName\": \"Assess Kit\",\n    \"labName\":\"Healthiest\",\n    \"description\":\"the best\",\n    \"shortDescription\":\"damn!!\",\n    \"photoUrl\":\"www.nba.com\",\n    \"type\":\"Amazing\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product","description":"<h4 id=\"this-allows-a-lab-to-create-a-new-product-for-their-workspace\">This allows a lab to create a new product for their workspace</h4>\n<ul>\n<li>name (REQUIRED) STRING Name of the product</li>\n<li>shortName (REQUIRED) STRING Short name of the product</li>\n<li>labName (REQUIRED) STRING Name of the lab that the product is for</li>\n<li>description (REQUIRED) STRING Description of the product that is being created</li>\n<li>shortDescription (REQUIRED) STRING Just a short summary of the product</li>\n<li>photoUrl (OPTIONAL) STRING URL of a photo of the product</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>201 Successfully created product.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"40e27581-99dc-41b7-9de7-ad78c8919f2d","name":"Create a new Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Name\":\"Lab 1\",\n    \"shortName\": \"WOW\",\n    \"labName\":\"Lab\",\n    \"description\":\"efficient\",\n    \"photoUrl\":\"www.cnn.com\",\n    \"type\":\"Mental\",\n    \"status\":\"offline\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/lab/product"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"ETag","value":"W/\"f2-G2XCOcZ9UBKhwc3yjAeQpmhMNtE\""},{"key":"Date","value":"Tue, 01 Jun 2021 15:55:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdAt\": \"2021-06-01T11:55:15-04:00\",\n    \"Name\": \"Lab 1\",\n    \"shortName\": \"WOW\",\n    \"labName\": \"Lab\",\n    \"description\": \"efficient\",\n    \"orgId\": \"-MQEdU71t24aKiaCSNM1\",\n    \"photoUrl\": \"www.cnn.com\",\n    \"type\": \"Mental\",\n    \"status\": \"offline\",\n    \"productId\": \"jELGR3S9n9tZNcr7sOwk\"\n}"}],"_postman_id":"2c5358ca-3be3-4712-921e-ecfb7c06d1f9"},{"name":"Update a Product","id":"b2e34d0f-0366-4209-812e-6b1ceec4abe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"It gets better\",\n    \"labName\":\"Everywhere\",\n    \"description\":\"beleive it\"\n    \n   \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/zq07FllADPtp2XXCfrQh","description":"<h4 id=\"this-allows-the-lab-to-update-a-given-product-by-its-id\">This allows the lab to update a given product by it's ID</h4>\n<h5 id=\"fields-that-can-be-updated\">Fields that can be updated</h5>\n<ul>\n<li>name (REQUIRED) STRING</li>\n<li>shortName (REQUIRED) STRING</li>\n<li>labName (REQUIRED) STRING</li>\n<li>description (REQUIRED) STRING</li>\n<li>shortDescription (REQUIRED) STRING</li>\n<li>photoUrl (OPTIONAL) STRING</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated product.</li>\n<li>403 Forbidden</li>\n<li>422 unprocessable entity</li>\n<li>404 No product found with given Id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","zq07FllADPtp2XXCfrQh"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"efa187d7-d044-48e8-9e56-e19d492ae698","name":"Update a Product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"Name\":\"Best Product\",\n    \"ManufacturerName\":\"Bristol-Meyers\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/lab/product/6eELTRkI0ACR0X79bPL2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-kOYzx3iSDeQ/uuxOpvX0ZpcJHDs\""},{"key":"Date","value":"Tue, 01 Jun 2021 15:59:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"Name\": \"Best Product\",\n        \"ManufacturerName\": \"Bristol-Meyers\",\n        \"updatedAt\": \"2021-06-01T11:59:17-04:00\"\n    }\n}"}],"_postman_id":"b2e34d0f-0366-4209-812e-6b1ceec4abe8"},{"name":"Get Tests for Product","id":"ea1257ba-efb8-44c7-bae6-b611f50a3f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/product/OPEGHFig4S916OQ9G9pF/tests","description":"<h4 id=\"this-allows-a-lab-to-get-a-all-of-the-tests-for-a-given-productid\">This allows a lab to get a all of the tests for a given productId</h4>\n<ul>\n<li>200 Successfully returns a list of tests</li>\n<li>403 Forbidden</li>\n<li>404 No tests found for given productId</li>\n<li>404 No product found for given Id or product not in workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","OPEGHFig4S916OQ9G9pF","tests"],"host":["{{url}}"],"query":[{"disabled":true,"key":"perPage","value":"25"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"labReferenceId","value":"4"},{"disabled":true,"key":"term","value":"Steve"},{"disabled":true,"key":"createdAtFrom","value":"12-12-2021"},{"disabled":true,"key":"createdAtTo","value":"1-12-2022"},{"disabled":true,"key":"orderId","value":"1j1R1RIAj0VMjSeWWuHH"},{"disabled":true,"key":"status","value":"No Forms"},{"disabled":true,"key":"labReferenceId","value":"thiswilljive111"}],"variable":[]}},"response":[{"id":"065fba73-257c-4a35-8efe-59847bc12741","name":"Get Tests for Product","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/workspace/{{workspaceId}}/product/OPEGHFig4S916OQ9G9pF/tests","host":["{{url}}"],"path":["api","workspace","{{workspaceId}}","product","OPEGHFig4S916OQ9G9pF","tests"],"query":[{"key":"perPage","value":"25","disabled":true},{"key":"page","value":"1","type":"text","disabled":true},{"key":"labReferenceId","value":"4","disabled":true},{"key":"term","value":"Torrey BMS Lucira","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6542"},{"key":"ETag","value":"W/\"198e-8uwyTQ1j80A6qraAVpktiGwH3sw\""},{"key":"Date","value":"Tue, 28 Sep 2021 17:41:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tests\": [\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:13:38-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"hasResults\": \"Yes\",\n            \"workspaceName\": \"Meenta Acme (Enterprise)\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"CcCEtE70PyISk36lAJc7\",\n                    \"Q7u03LKel7YhwJh56TNT\",\n                    \"aFUg5y1LAUCUcPhn7GfY\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"objectID\": \"zN49NbTzUTwN1gm4as2Z\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:13:38-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"Hu6QUv0vvdBlAQxLoLlX\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:12:30-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"sOF6Fg2Mz4gMd6l8Az3e\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:12:30-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"K87y8kl05OoWicRBDJFF\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:11:34-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"UgiDVEGExyLrF3YId1J0\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:11:34-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"L5vqREp4V1B100HtOjX7\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:10:21-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"WF1hVNVIFtYUWddY1oGT\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:10:21-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"TaxMTV7KnTIVLFLKzSJc\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:10:14-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"kZkVLzkZGXQoPrm4cP3T\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:10:14-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"GrzHPULKpT8LacldaYFU\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:09:45-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"XmMWqtdSsO839T0LQv9w\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:09:45-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"9NhlK2hQvlpm8QYqDFW7\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:09:43-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"aS7bT8Uc5eJAcem7YV8A\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T14:09:43-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"03lWzDFkSINjsJzJ3CjI\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:10:45-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"lAP49vM8Q3rW8TFEu4Si\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:10:45-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"PdT552bcWZ5x9P9QoYYJ\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:07:57-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"kMrh55xFbQW1PCQVtM4Z\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:07:57-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"UnnVz3Q3kr97mrGXs8G9\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:05:55-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"TB6uEn8Xyyfri4y114lH\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:05:03-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"mlGRbtAIAN8lCVfpWnAf\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:05:03-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"483KfJ8JaZNIiRHmmZHV\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:04:16-04:00\",\n            \"orgId\": \"-Mj-_i3d8gT5nPAwPvCS\",\n            \"hasResults\": \"No\",\n            \"workspaceName\": \"Riot Games\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"wm0lPctuIfmTwYHcIkfq\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:04:16-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"XSeqFR1BBItCpUY98d0O\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:02:21-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"rJgGLs7txj5cw3SB0j21\"\n        },\n        {\n            \"employeeName\": \"Steve\",\n            \"resultDate\": \"\",\n            \"collectionDate\": \"\",\n            \"createdAt\": \"2021-09-07T12:02:21-04:00\",\n            \"hasResults\": \"No\",\n            \"forms\": {\n                \"count\": 0,\n                \"complete\": 0,\n                \"inComplete\": 0,\n                \"formIds\": [],\n                \"status\": \"No Forms\"\n            },\n            \"objectID\": \"bpBWLdyhVvxmrtYtbHH3\"\n        }\n    ],\n    \"paging\": {\n        \"total\": 296,\n        \"pages\": 12,\n        \"perPage\": 25,\n        \"page\": 0\n    }\n}"}],"_postman_id":"ea1257ba-efb8-44c7-bae6-b611f50a3f58"}],"id":"d5abcb8a-8898-4f4c-8132-75a8a41dc995","description":"<h4 id=\"this-folder-allows-an-employee-to-access-all-products-of-the-workspace-and-to-validate-that-lab-reference-id-and-product-are-not-already-in-use-to-prevent-duplication-errors\">This folder allows an employee to access all products of the workspace and to validate that lab reference ID and product are not already in use to prevent duplication errors.</h4>\n","_postman_id":"d5abcb8a-8898-4f4c-8132-75a8a41dc995","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Orders","item":[{"name":"List all Orders","id":"0e480807-6eaa-48e8-b2a9-1b3d8be5e67e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/order","description":"<h4 id=\"returns-a-list-of-orders-for-a-given-workspace\">Returns a list of orders for a given workspace.</h4>\n<h4 id=\"query-params\">Query Params</h4>\n<ul>\n<li>Query by parentOrderId</li>\n<li>Query by productId</li>\n<li>Query by type</li>\n<li>Query by status</li>\n<li>Query by shippingStatus</li>\n</ul>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of orders.</li>\n<li>403 Forbidden</li>\n<li>404 No orders found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","order"],"host":["{{url}}"],"query":[{"disabled":true,"key":"type","value":"subOrder"},{"disabled":true,"key":"parentOrderId","value":"De82iZuebIKTRzdQhMzM"},{"disabled":true,"key":"shippingStatus","value":"pending"},{"disabled":true,"key":"status","value":"pending"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"perPage","value":"5"},{"disabled":true,"key":"productId","value":"og0OUy9amKc9QsT5yUNR"}],"variable":[]}},"response":[{"id":"8688e828-53f4-4c65-82e0-e29ecc6b87b2","name":"List all Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/workspace/{{workspaceId}}/order","host":["{{url}}"],"path":["api","workspace","{{workspaceId}}","order"],"query":[{"key":"type","value":"subOrder","type":"text","disabled":true},{"key":"parentOrderId","value":"De82iZuebIKTRzdQhMzM","type":"text","disabled":true},{"key":"shippingStatus","value":"pending","type":"text","disabled":true},{"key":"status","value":"pending","type":"text","disabled":true},{"key":"page","value":"2","type":"text","disabled":true},{"key":"perPage","value":"5","type":"text","disabled":true},{"key":"productId","value":"og0OUy9amKc9QsT5yUNR","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14251"},{"key":"Etag","value":"W/\"37ab-pFPReaTTWkaIs7Dde3hTbchYYJY\""},{"key":"Date","value":"Tue, 10 May 2022 17:59:05 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2022-05-06T16:46:50-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"7LsuBMm9TrC06i67ORcK\",\n            \"objectID\": \"7LsuBMm9TrC06i67ORcK\"\n        },\n        {\n            \"createdAt\": \"2022-05-06T16:46:30-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"o7FBF7tHCGP42L6aRTKL\",\n            \"objectID\": \"o7FBF7tHCGP42L6aRTKL\"\n        },\n        {\n            \"createdAt\": \"2022-05-06T08:26:58-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"\",\n                \"deliveryKey\": \"\",\n                \"maker\": \"WellToDo\",\n                \"name\": \"Best Test\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"testPerUnit\": \"\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"tUlsU2C7QBH6Pp4hvrIA\",\n            \"objectID\": \"tUlsU2C7QBH6Pp4hvrIA\"\n        },\n        {\n            \"createdAt\": \"2022-05-06T08:26:39-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"tkjFoFz5PT7TfklOrnFv\",\n            \"objectID\": \"tkjFoFz5PT7TfklOrnFv\"\n        },\n        {\n            \"createdAt\": \"2022-05-05T14:38:00-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"ZYX2RgucPYXbj4JdSCRD\",\n            \"objectID\": \"ZYX2RgucPYXbj4JdSCRD\"\n        },\n        {\n            \"createdAt\": \"2022-05-05T14:37:44-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"clinicianStatus\": \"na\",\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"no\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"WGxPKKHI37wHKBEctoDg\",\n            \"objectID\": \"WGxPKKHI37wHKBEctoDg\"\n        },\n        {\n            \"createdAt\": \"2022-05-04T11:51:20-04:00\",\n            \"orderId\": \"xjoi0eLC6MopSohgctv2\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"attachedAt\": \"2022-05-05T22:30:27-04:00\",\n                \"clinicianStatus\": \"na\",\n                \"deliveryAgent\": \"meenta\",\n                \"deliveryKey\": \"bioRef\",\n                \"hasDohReporting\": \"no\",\n                \"maker\": \"Acme Diagnostic Lab\",\n                \"marketplaceProductId\": null,\n                \"medicalOversight\": \"no\",\n                \"name\": \"Updated Product Name\",\n                \"onPlatformTesting\": \"no\",\n                \"productId\": \"zuIGejPNEr9WsJk6PEWL\",\n                \"sampleType\": \"NA\",\n                \"sku\": \"NA\",\n                \"testSetupMethod\": \"na\",\n                \"type\": \"RT-PCR\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"objectID\": \"xjoi0eLC6MopSohgctv2\"\n        },\n        {\n            \"createdAt\": \"2022-05-04T11:51:00-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"maker\": \"LUCIRA\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sku\": \"\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"m1qgWo1SxM9IAs8ESXlp\",\n            \"objectID\": \"m1qgWo1SxM9IAs8ESXlp\"\n        },\n        {\n            \"createdAt\": \"2022-05-03T10:07:12-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"Hss92NkVj0uHyCsOj9hN\",\n            \"objectID\": \"Hss92NkVj0uHyCsOj9hN\"\n        },\n        {\n            \"createdAt\": \"2022-05-03T10:06:54-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"qGfiFMncdGQrANOlTCJU\",\n            \"objectID\": \"qGfiFMncdGQrANOlTCJU\"\n        },\n        {\n            \"createdAt\": \"2022-04-28T13:02:40-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"hOxEMeVrRTDJ6nYduDA6\",\n            \"objectID\": \"hOxEMeVrRTDJ6nYduDA6\"\n        },\n        {\n            \"createdAt\": \"2022-04-28T13:02:18-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"PrpDGb4bkiqPjQxoDygw\",\n            \"objectID\": \"PrpDGb4bkiqPjQxoDygw\"\n        },\n        {\n            \"createdAt\": \"2022-04-28T12:46:07-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"QwCqLJawK0JV5ZmSkldt\",\n            \"objectID\": \"QwCqLJawK0JV5ZmSkldt\"\n        },\n        {\n            \"createdAt\": \"2022-04-28T12:38:16-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"R4xu1wxSgGeBym0wVYst\",\n            \"objectID\": \"R4xu1wxSgGeBym0wVYst\"\n        },\n        {\n            \"createdAt\": \"2022-04-28T12:37:55-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"cv8H4HIIdWAE4CJvEAPr\",\n            \"objectID\": \"cv8H4HIIdWAE4CJvEAPr\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T16:51:12-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"RrfNDPMpE3KqASxEu7JV\",\n            \"objectID\": \"RrfNDPMpE3KqASxEu7JV\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T16:50:56-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"1D1NqtRg28GxpVymlWck\",\n            \"objectID\": \"1D1NqtRg28GxpVymlWck\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T16:46:58-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"WnbJLaJGteK4TeOMqSY2\",\n            \"objectID\": \"WnbJLaJGteK4TeOMqSY2\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T16:46:41-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"e2hlv8fVW4xPvFewIKIz\",\n            \"objectID\": \"e2hlv8fVW4xPvFewIKIz\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T11:32:51-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"caRJ1Vr8r44q4mIwuebZ\",\n            \"objectID\": \"caRJ1Vr8r44q4mIwuebZ\"\n        },\n        {\n            \"createdAt\": \"2022-04-25T11:32:29-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"maker\": \"LUCIRA\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sku\": \"\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"6hCiKVzh2gHfC4KNQiGI\",\n            \"objectID\": \"6hCiKVzh2gHfC4KNQiGI\"\n        },\n        {\n            \"createdAt\": \"2022-04-21T16:36:43-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"bdgeXsdyYUoYjnXEwicT\",\n            \"objectID\": \"bdgeXsdyYUoYjnXEwicT\"\n        },\n        {\n            \"createdAt\": \"2022-04-21T16:36:21-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"yeqGJqGd8L1KLEXuzOrE\",\n            \"objectID\": \"yeqGJqGd8L1KLEXuzOrE\"\n        },\n        {\n            \"createdAt\": \"2022-04-21T15:45:30-04:00\",\n            \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n            \"product\": {\n                \"deliveryAgent\": \"na\",\n                \"deliveryKey\": \"bioreference\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"Everywhere\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"It gets better\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n                \"sampleType\": \"Sample\",\n                \"sku\": \"SKU\",\n                \"testPerUnit\": \"\",\n                \"testSetupMethod\": \"self\"\n            },\n            \"forms\": {\n                \"count\": 1,\n                \"complete\": 0,\n                \"inComplete\": 1,\n                \"formIds\": [\n                    \"EKbcvMgeis69Qnz4aKt5\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"MmxifA5c9WpX9IS80Uyu\",\n            \"objectID\": \"MmxifA5c9WpX9IS80Uyu\"\n        },\n        {\n            \"createdAt\": \"2022-04-21T15:45:07-04:00\",\n            \"parentOrderId\": \"De82iZuebIKTRzdQhMzM\",\n            \"product\": {\n                \"deliveryAgent\": \"sftp\",\n                \"deliveryKey\": \"ginko\",\n                \"hasDohReporting\": \"yes\",\n                \"maker\": \"LUCIRAkkk\",\n                \"medicalOversight\": \"yes\",\n                \"name\": \"LUCIRA (BMS MOCK)\",\n                \"onPlatformTesting\": \"yes\",\n                \"productId\": \"og0OUy9amKc9QsT5yUNR\",\n                \"sampleType\": \"saliva\",\n                \"sku\": \"lkjlkj\",\n                \"testSetupMethod\": \"self\",\n                \"testsPerUnit\": 1\n            },\n            \"shippingStatus\": \"pending\",\n            \"forms\": {\n                \"count\": 3,\n                \"complete\": 0,\n                \"inComplete\": 3,\n                \"formIds\": [\n                    \"f5B97Tzyx2FFGX2YFQ1C\",\n                    \"qH7zuuc4zb2pCgqr6R9i\",\n                    \"wS0vLH4dQBKn22ZG1KB0\"\n                ],\n                \"status\": \"incomplete\"\n            },\n            \"orderId\": \"YEdupUDfKOIbAmr0ySGU\",\n            \"objectID\": \"YEdupUDfKOIbAmr0ySGU\"\n        }\n    ],\n    \"paging\": {\n        \"total\": 651,\n        \"pages\": 27,\n        \"perPage\": 25,\n        \"page\": 0\n    }\n}"}],"_postman_id":"0e480807-6eaa-48e8-b2a9-1b3d8be5e67e"},{"name":"Get Single Order","id":"74f42da8-8114-4e6b-b185-3525701f99d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/order/7LsuBMm9TrC06i67ORcK","description":"<h4 id=\"returns-a-single-order-object-by-its-id\">Returns a single order object by its ID.</h4>\n<ul>\n<li>200 Successfully returns an order</li>\n<li>403 Forbidden</li>\n<li>404 No order found for given Id or order not in workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","order","7LsuBMm9TrC06i67ORcK"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"99e0fc3e-c68c-4180-bc59-1392f95982be","name":"Get Single Order","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/order/7LsuBMm9TrC06i67ORcK"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"914"},{"key":"Etag","value":"W/\"392-bvKBZM/32H8VtH05MrkuMwMLWT4\""},{"key":"Date","value":"Tue, 10 May 2022 18:06:45 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"testSetupMethod\": \"self\",\n        \"onPlatformTesting\": \"yes\",\n        \"deliveryAgent\": \"na\",\n        \"productId\": \"-M7BmIru9AEyoJu0qddR\",\n        \"testPerUnit\": \"\",\n        \"maker\": \"Everywhere\",\n        \"sku\": \"SKU\",\n        \"deliveryKey\": \"bioreference\",\n        \"sampleType\": \"Sample\",\n        \"medicalOversight\": \"yes\",\n        \"hasDohReporting\": \"yes\",\n        \"name\": \"It gets better\"\n    },\n    \"source\": \"\",\n    \"type\": \"standard\",\n    \"createdAt\": \"2022-05-06T16:46:50-04:00\",\n    \"orgIds\": [\n        \"-MfEDI7geHCeTcH0VC19\"\n    ],\n    \"shipping\": {\n        \"zip\": \"62985\",\n        \"email\": \"josh@gmail.com\",\n        \"phone\": \"812-985-1984\",\n        \"street1\": \"123 Happy St\",\n        \"city\": \"Allerd\",\n        \"state\": \"IL\",\n        \"country\": \"US\",\n        \"contact\": \"\",\n        \"name\": \"Josh C\"\n    },\n    \"orderId20\": \"45524215023148580378\",\n    \"status\": \"\",\n    \"billing\": {\n        \"state\": \"IL\",\n        \"city\": \"Allerd\",\n        \"country\": \"US\",\n        \"email\": \"josh@gmail.com\",\n        \"contact\": \"\",\n        \"phone\": \"812-985-1984\",\n        \"name\": \"Josh C\",\n        \"zip\": \"62985\",\n        \"street1\": \"123 Happy Dr\"\n    },\n    \"orgId\": \"-MfEDI7geHCeTcH0VC19\",\n    \"collectionMethod\": \"\",\n    \"buyerEmail\": \"\",\n    \"numberOfTests\": \"100\",\n    \"orderId\": \"7LsuBMm9TrC06i67ORcK\"\n}"}],"_postman_id":"74f42da8-8114-4e6b-b185-3525701f99d8"}],"id":"db1260fd-9c13-45bb-9fa7-a08763e24935","_postman_id":"db1260fd-9c13-45bb-9fa7-a08763e24935","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}},{"name":"Tests","item":[{"name":"List all tests","event":[{"listen":"test","script":{"id":"2f5c65da-35e3-4009-9241-95228a123f47","exec":["","",""],"type":"text/javascript"}}],"id":"5063b20f-7f3e-4a67-b390-d72013937f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/tests","description":"<h4 id=\"this-allows-a-lab-to-list-all-of-their-tests\">This allows a lab to list all of their tests</h4>\n<h5 id=\"query-options-are\">Query options are</h5>\n<ul>\n<li>labReferenceID</li>\n<li>employeeName</li>\n<li>productName</li>\n</ul>\n<h4 id=\"paging-options\">Paging options</h4>\n<ul>\n<li>Pagination's default setting is 25 perPage</li>\n<li>You can set which page you want (ex. page=3)</li>\n<li>You can set how many perPage (ex. perPage=3)</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully returns a list of tests.</li>\n<li>403 Forbidden</li>\n<li>404 No tests found for workspace</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","tests"],"host":["{{url}}"],"query":[{"disabled":true,"key":"toDate","value":"10/02/2021"},{"disabled":true,"key":"perPage","value":"2"},{"disabled":true,"key":"page","value":"4"},{"disabled":true,"key":"status","value":"queued"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"fromDate","value":"7/13/2021"},{"disabled":true,"key":"productId","value":"OPEGHFig4S916OQ9G9pF"},{"disabled":true,"key":"productName","value":"Luis's API Hl7 Product NA"},{"disabled":true,"key":"formsStatus","value":"completed"},{"disabled":true,"key":"hasResults","value":"No"}],"variable":[]}},"response":[{"id":"238fd679-468c-4d89-a993-674a24705eb0","name":"List all tests","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/workspace/{{workspaceId}}/lab/tests","host":["{{url}}"],"path":["api","workspace","{{workspaceId}}","lab","tests"],"query":[{"key":"status","value":"rejected","disabled":true},{"key":"productId","value":"OPEGHFig4S916OQ9G9pF","disabled":true},{"key":"toDate","value":"03/31/2021","disabled":true},{"key":"fromDate","value":"05/13/2021","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9462"},{"key":"ETag","value":"W/\"24f6-ztBPdi1Uc0qhiDle0eaCVqWZpA4\""},{"key":"Date","value":"Wed, 19 May 2021 15:48:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2021-05-19T10:16:22-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-18T12:20:03-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T15:00:11-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:22:52-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:22:52-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:22:52-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:21:34-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:21:34-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-17T14:21:34-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T13:32:30-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T13:30:46-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T13:26:12-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T13:19:01-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T13:04:53-04:00\",\n            \"manifest\": {\n                \"status\": \"queued\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T11:59:06-04:00\",\n            \"manifest\": {\n                \"status\": \"queued\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T10:44:43-04:00\",\n            \"manifest\": {\n                \"status\": \"queued\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-13T10:19:38-04:00\",\n            \"manifest\": {\n                \"status\": \"queued\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-11T18:11:41-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-11T18:08:49-04:00\",\n            \"manifest\": {\n                \"status\": \"queued\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"og0OUy9amKc9QsT5yUNR\",\n                \"name\": \"Ginko  (PWN/Covid19)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-11T13:43:48-04:00\",\n            \"manifest\": {\n                \"status\": \"rejected\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-10T13:34:17-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-06T14:45:53+00:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-05T19:53:39+00:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-05T19:52:59+00:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-05T19:15:43+00:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-05T14:54:58-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"dtCTcbAZduaEb4u49O92\",\n                \"name\": \"Mirimus (PWN)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-05-05T12:10:25-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"dtCTcbAZduaEb4u49O92\",\n                \"name\": \"Mirimus (PWN)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"6FpMAiPjzzERc2sNbvRE\",\n            \"createdAt\": \"2021-04-22T09:42:17-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"CETibme7rpzIXkwOeKjU\",\n            \"createdAt\": \"2021-04-09T13:51:34-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"KT5i15fcfRLJGtX6y7qT\",\n            \"createdAt\": \"2021-04-09T13:15:36-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"5Lb1yFufAWs2MRIh9P3j\",\n            \"createdAt\": \"2021-04-07T17:58:22-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"zvQM0u1IkjHe9GQnH75F\",\n            \"createdAt\": \"2021-04-07T17:58:02-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"o3qnDQ25y57M6T121RnR\",\n            \"createdAt\": \"2021-04-07T17:57:55-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"nNFQ3Gubj3SVpWsunNrd\",\n            \"createdAt\": \"2021-04-07T17:52:45-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"5sltjd71pRHK3y4nqf3s\",\n            \"createdAt\": \"2021-04-07T17:51:36-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"bgyVXBYJjBDIkaRCMtaq\",\n            \"createdAt\": \"2021-04-07T17:50:03-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"E9evSNoILi6Isiydeexq\",\n            \"createdAt\": \"2021-04-07T17:48:55-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"dgn3Mx0McEBZnW5dvWrk\",\n            \"createdAt\": \"2021-04-07T17:48:31-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"W0lyyehTIO52eYWWjZvj\",\n            \"createdAt\": \"2021-04-07T17:48:24-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"t4Q9IpvdumVAw7Bfngak\",\n            \"createdAt\": \"2021-04-07T17:46:05-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"DvvBlhuR0p6ln9BP9aZD\",\n            \"createdAt\": \"2021-04-07T17:45:35-04:00\",\n            \"manifest\": {\n                \"status\": \"pending\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"0FQV9rSeJ6D74N5soQBA\",\n            \"createdAt\": \"2021-04-07T17:22:47-04:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"qCzX8DeFmAFb8kwedo9n\",\n            \"createdAt\": \"2021-04-07T17:19:10-04:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"\",\n                \"name\": \"\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"hDE7mBcTszaXPoGaDGst\",\n            \"createdAt\": \"2021-03-23T13:13:40-04:00\",\n            \"manifest\": {\n                \"status\": \"completed\",\n                \"id\": 5746480,\n                \"updated\": \"2021-03-23T17:25:30+00:00\"\n            },\n            \"product\": {\n                \"id\": \"dtCTcbAZduaEb4u49O92\",\n                \"name\": \"Mirimus (PWN)\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"vgbGjVl7zMXMdAAUAhV9\",\n            \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n            \"manifest\": {\n                \"status\": \"rejected\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"J7ODG4GPNEOSAprcN0wU\",\n            \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"0e0ReCwHJkrzbTjkBYws\",\n            \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        },\n        {\n            \"testId\": \"Kbxpv74X9sQfEherH7nJ\",\n            \"createdAt\": \"2020-12-31T05:46:42-05:00\",\n            \"manifest\": {\n                \"status\": \"NA\",\n                \"id\": \"\",\n                \"updated\": \"\"\n            },\n            \"product\": {\n                \"id\": \"OPEGHFig4S916OQ9G9pF\",\n                \"name\": \"Rapid Bio\"\n            },\n            \"order\": {\n                \"id\": \"\"\n            }\n        }\n    ],\n    \"paging\": {\n        \"total\": 50,\n        \"pages\": 1,\n        \"perPage\": 50,\n        \"page\": 0\n    }\n}"}],"_postman_id":"5063b20f-7f3e-4a67-b390-d72013937f80"},{"name":"Get a single test","id":"d7d98056-c813-49a1-ab88-6e7953135d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/tests/Z3LhZHYpmlg5I83leLsz","description":"<h4 id=\"this-allows-the-lab-to-get-a-single-test-by-its-id\">This allows the lab to get a single test by it's ID</h4>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","tests","Z3LhZHYpmlg5I83leLsz"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b26f4dc8-ed0e-495e-bd02-bdbd70ccc334","name":"Get a single test","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/workspace/{{workspaceId}}/lab/tests/reVrrZM7wkKXrBHfsyKB"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"302"},{"key":"ETag","value":"W/\"12e-oLBoYfQxfBMw0UDdPjl3M/aiB4w\""},{"key":"Date","value":"Wed, 19 May 2021 15:48:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"testId\": \"reVrrZM7wkKXrBHfsyKB\",\n    \"createdAt\": \"2021-01-20T05:10:44-05:00\",\n    \"manifest\": {\n        \"status\": \"rejected\",\n        \"id\": \"\",\n        \"updated\": \"\"\n    },\n    \"product\": {\n        \"id\": \"OPEGHFig4S916OQ9G9pF\",\n        \"name\": \"Rapid Bio\"\n    },\n    \"order\": {\n        \"id\": \"\"\n    },\n    \"customer\": {\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"fullName\": \"Test 1\",\n        \"id\": \"uUdG4kze1gZSmnPEgJAjwqX9HPr1\"\n    }\n}"}],"_postman_id":"d7d98056-c813-49a1-ab88-6e7953135d91"},{"name":"Update the results for a test by testId","event":[{"listen":"test","script":{"id":"37345607-ca13-49d0-9f66-0e6f7091c3d8","exec":[""],"type":"text/javascript"}}],"id":"2635db2b-3dd0-4a10-895d-bd78d215d956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"invalid\",\n    \"labData\":{\n        \"hello\":\"working\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/tests/2gijDXqv3yxI2BHKg0l6/results","description":"<h4 id=\"this-allows-a-lab-to-update-the-results-for-a-test-by-testid\">This allows a lab to update the results for a test by testId</h4>\n<ul>\n<li>result (REQUIRED) STRING result value to update</li>\n<li>You can also add any data that you want into the body and it will be returned back in a \"labData\" object</li>\n<li>\"labData\":{ \"hello\":\"working\" }</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated testId.</li>\n<li>403 Forbidden</li>\n<li>404 no test found</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","tests","2gijDXqv3yxI2BHKg0l6","results"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6928094f-c367-4dc0-8b90-6f6192433542","name":"Update the results for a test","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\":\"invalid\",\n    \"labData\":{\n        \"hello\":\"working\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/tests/2gijDXqv3yxI2BHKg0l6/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"Etag","value":"W/\"74-EfCktcFANd7o6n6CWDUKOgwokIw\""},{"key":"Date","value":"Tue, 10 May 2022 14:55:41 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"invalid\",\n    \"date\": \"2022-05-10T14:55:40+00:00\",\n    \"labData\": {\n        \"result\": \"invalid\",\n        \"labData\": {\n            \"hello\": \"working\"\n        }\n    }\n}"}],"_postman_id":"2635db2b-3dd0-4a10-895d-bd78d215d956"},{"name":"Update a status for test by accesionId","id":"be485a13-118f-44ad-9c91-65ea9e505ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"status\":\"complete\",\r\n   \"accessionId\":\"1234567\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/tests/WNn4kRAaLWFhCGa3APdf/status","description":"<h4 id=\"this-allows-a-lab-to-update-the-status-for-a-test-by-accessionid\">This allows a lab to update the status for a test by accessionId</h4>\n<ul>\n<li>status (REQUIRED) STRING the desired status of the test</li>\n<li>accessionId (REQUIRED) STRING accessionId of test being updated.</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated test.</li>\n<li>403 Forbidden</li>\n<li>404 no test found</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","tests","WNn4kRAaLWFhCGa3APdf","status"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a5279477-ca1d-4ccc-a71d-b5d7dbc6a30f","name":"Update a status for test","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\":\"rejected\",\n    \"accessionId\":\"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/lab/tests/reVrrZM7wkKXrBHfsyKB/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-hHccx95lo57ZFQOG/5oBujUeiso\""},{"key":"Date","value":"Wed, 19 May 2021 15:49:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"manifest.status\": \"rejected\",\n    \"lastRanAt\": \"2021-05-19T11:49:24-04:00\",\n    \"manifest.agentStatus\": \"rejected\",\n    \"externalAgentId\": \"12345\",\n    \"errors\": [\n        \"\"\n    ]\n}"}],"_postman_id":"be485a13-118f-44ad-9c91-65ea9e505ba7"},{"name":"Update results by barcodeId/activationCode","id":"0f633d89-927b-46fc-a0c8-846c3a06749d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\": \"excellent\",\n    \"activationCode\": \"TEST3428\",\n    \"firstName\": \"Josh\",\n    \"lastName\": \"Michaels\",\n    \"location\": \"FL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/nbeHRj6XvNYM2VD1BE1f/results","description":"<h4 id=\"this-allows-a-lab-to-update-the-results-for-a-test-by-barcode-or-activationcode\">This allows a lab to update the results for a test by barcode or activationCode</h4>\n<ul>\n<li>result (REQUIRED) STRING result value to update</li>\n<li>barcodeId (REQUIRED) STRING barcodeId of test being updated. This is only if your lab updates tests using a barcodeId if not it is not REQUIRED</li>\n<li>activationCode (REQUIRED) STRING activationCode of test being updated. This is only if your lab updates tests using an activationCode if not it is not REQUIRED</li>\n<li>You can also add any data that you want into the body and it will be returned back in a \"labData\" object</li>\n<li>\"labData\":{ \"hello\":\"working\" }</li>\n</ul>\n<h5 id=\"response-codes\">Response Codes</h5>\n<ul>\n<li>200 Successfully updated test.</li>\n<li>403 Forbidden</li>\n<li>404 no test found</li>\n<li>422 unprocessable entity</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}},"urlObject":{"path":["api","workspace","{{workspaceId}}","product","nbeHRj6XvNYM2VD1BE1f","results"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41b216c2-78ea-4bb4-ab12-a3c284cc6090","name":"Update results by barcodeId/activationCode","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"result\": \"excellent\",\n    \"activationCode\": \"TEST3428\",\n    \"firstName\": \"Josh\",\n    \"lastName\": \"Michaels\",\n    \"location\": \"FL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/workspace/{{workspaceId}}/product/nbeHRj6XvNYM2VD1BE1f/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"207"},{"key":"Etag","value":"W/\"cf-ZQBJVMx/+oq3aPfhzO5PK3p6HTM\""},{"key":"Date","value":"Tue, 10 May 2022 14:57:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"excellent\",\n    \"labData\": {\n        \"result\": \"excellent\",\n        \"activationCode\": \"TEST3428\",\n        \"firstName\": \"Josh\",\n        \"lastName\": \"Michaels\",\n        \"location\": \"FL\"\n    },\n    \"date\": \"2022-05-10T14:57:36+00:00\",\n    \"testId\": \"guF3aCRqm7GfVVoON2LV\"\n}"}],"_postman_id":"0f633d89-927b-46fc-a0c8-846c3a06749d"}],"id":"8691fe51-3c78-429b-a889-6a358f990d89","_postman_id":"8691fe51-3c78-429b-a889-6a358f990d89","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}}],"id":"455e4937-4b95-49e8-a9e9-ad08acba781c","_postman_id":"455e4937-4b95-49e8-a9e9-ad08acba781c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","id":"47ad7723-7f01-4661-b5af-6b8cb16af37e","name":"Sample Project","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"42fc0a9a-6299-4625-a209-7a941633cf9d","type":"text/javascript","exec":["// REPLACE WITH YOUR DATA!","var CryptoJS = require(\"crypto-js\");","var key = pm.environment.get(\"api_key\")","var secret = pm.environment.get(\"api_secret\");","var workspaceId = pm.environment.get(\"workspaceId\");","","// This don't need to be modified.","function base64url(source) {","    // Encode in classical base64","    encodedSource = CryptoJS.enc.Base64.stringify(source);","    // Remove padding equal characters","    encodedSource = encodedSource.replace(/=+$/, '');","    // Replace characters according to base64url specifications","    encodedSource = encodedSource.replace(/\\+/g, '-');","    encodedSource = encodedSource.replace(/\\//g, '_');","    return encodedSource;","}","function payload() {","    var now = Math.floor(Date.now() / 1000);","    content = {};","    content.iss = key;","    content.workspaceId = workspaceId","    content.iat = now;","    content.exp = now + (24*60*60); // 1 day","    content.ver = 1;","    return content;","}","var header = {","    \"typ\": \"JWT\",","    \"alg\": \"HS256\"","};","// encode header","var stringifiedHeader = CryptoJS.enc.Utf8.parse(JSON.stringify(header));","var encodedHeader = base64url(stringifiedHeader);","// encode data","var stringifiedData = CryptoJS.enc.Utf8.parse(JSON.stringify(payload()));","var encodedData = base64url(stringifiedData);","// build token","var token = encodedHeader + \".\" + encodedData;","// sign token","var signature = CryptoJS.HmacSHA256(token, secret);","signature = base64url(signature);","var signedToken = token + \".\" + signature;","// set token on the environment","postman.setEnvironmentVariable(\"token\", signedToken);"]}},{"listen":"test","script":{"id":"f868f0ac-747f-4896-8d72-f7d9f52c7aa7","type":"text/javascript","exec":[""]}}]}