{"info":{"_postman_id":"f6cf68e9-afe1-449a-bd5a-513333387b7c","name":"Stadium Management","description":"<html><head></head><body><p>The database we built is to address the issue in the management of data in stadiums, ticket sales, maintenance of facilities, etc. We created an API that integrates the ticket sale system, item management system, team management system, and other stadium related systems and made it simpler for end users to access related data.   </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11109555","collectionId":"f6cf68e9-afe1-449a-bd5a-513333387b7c","publishedId":"Szf52oX8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-19T06:05:42.000Z"},"item":[{"name":"Managers","item":[{"name":"Get Stadium list","id":"ff57153a-3a38-4c07-b1ea-a5063495ca96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/stadiumlist","description":"<p>Get a list of all Stadium that exist. \nUsed to see what Stadium exist.</p>\n","urlObject":{"path":["stadiumlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91682680-7abe-4528-827f-f95a58c30d63","name":"Get Staidum List","originalRequest":{"method":"GET","header":[],"url":"localhost:/stadiumlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-Was96l4YBCqqz1T8oO/sinHKrzI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:16:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Stadium_ID\": \"Scotiabank Arena\"\n    },\n    {\n        \"Stadium_ID\": \"Staples Centre\"\n    }\n]"},{"id":"eaca4911-423f-4c74-b35b-c1cc309a3670","name":"Get Staidum List","originalRequest":{"method":"GET","header":[],"url":"localhost/stadiumlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-Was96l4YBCqqz1T8oO/sinHKrzI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:31:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Stadium_ID\": \"Scotiabank Arena\"\n    },\n    {\n        \"Stadium_ID\": \"Staples Centre\"\n    }\n]"}],"_postman_id":"ff57153a-3a38-4c07-b1ea-a5063495ca96"},{"name":"Get Stadium details","id":"20d9eeba-15c0-44dd-b469-54427efb7db0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/stadium?stadiumid=Scotiabank Arena","description":"<p>Given Stadium_Id for one stadium, return the details for the stadium.\nReturns Name, Location, Owner.</p>\n","urlObject":{"path":["stadium"],"host":["localhost"],"query":[{"description":{"content":"<p>Name of Stadium</p>\n","type":"text/plain"},"key":"stadiumid","value":"Scotiabank Arena"}],"variable":[]}},"response":[{"id":"17b07313-5ed7-4529-87f8-86149f4a2109","name":"Get Stadidum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/stadium?stadiumid=Scotiabank Arena","host":["localhost"],"path":["stadium"],"query":[{"key":"stadiumid","value":"Scotiabank Arena"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-hTLQu/C68ffElfGx6bRxoialLaM\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:32:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Stadium_ID\": \"Scotiabank Arena\",\n    \"Location\": \"Toronto\",\n    \"Owner_Name\": \"Kawhi\"\n}"},{"id":"2536074c-b93b-421c-ad22-e5c50af9b03d","name":"Get Stadidum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/stadium?stadiumid=Scotiabank Arena","host":["localhost"],"path":["stadium"],"query":[{"key":"stadiumid","value":"Scotiabank Arena"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-hTLQu/C68ffElfGx6bRxoialLaM\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:32:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Stadium_ID\": \"Scotiabank Arena\",\n    \"Location\": \"Toronto\",\n    \"Owner_Name\": \"Kawhi\"\n}"},{"id":"94cb6cf6-88af-42df-9398-7b995555edeb","name":"Get Stadidum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/stadium?stadiumid=Staples Centre","host":["localhost"],"path":["stadium"],"query":[{"key":"stadiumid","value":"Staples Centre"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-57+bWc5s9ImwZ6i/bc9h9eBmMOg\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:17:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Stadium_ID\": \"Staples Centre\",\n    \"Location\": \"LA\",\n    \"Owner_Name\": \"Kobe\"\n}"}],"_postman_id":"20d9eeba-15c0-44dd-b469-54427efb7db0"},{"name":"Add new game to schedule ","id":"d52c6e88-cbfc-4879-ac5f-969be1385750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost/STADIUM/ALL_GAME_INFO?Game_ID=Regular Season: Game 13&Date_played=2019-04-12&Home_Team=Toronto Raptors&Away_Team=Milwaukee Bucks&Stadium_ID=Scotiabank Arena","description":"<p>Nba decides to add game to a schedule.\nreturn error or success.</p>\n","urlObject":{"path":["STADIUM","ALL_GAME_INFO"],"host":["localhost"],"query":[{"description":{"content":"<p>Name of the Game </p>\n","type":"text/plain"},"key":"Game_ID","value":"Regular Season: Game 13"},{"description":{"content":"<p>Date of Play YYYY-MM-DD</p>\n","type":"text/plain"},"key":"Date_played","value":"2019-04-12"},{"description":{"content":"<p>Home team name</p>\n","type":"text/plain"},"key":"Home_Team","value":"Toronto Raptors"},{"description":{"content":"<p>Away team Name</p>\n","type":"text/plain"},"key":"Away_Team","value":"Milwaukee Bucks"},{"description":{"content":"<p>name of Stadium</p>\n","type":"text/plain"},"key":"Stadium_ID","value":"Scotiabank Arena"}],"variable":[]}},"response":[{"id":"eb52d62f-7ba2-421d-a766-06a490193484","name":"Add new game to schedule ","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost/STADIUM/ALL_GAME_INFO?Game_ID=Regular Season: Game 13&Date_played=2019-04-12&Home_Team=Toronto Raptors&Away_Team=Milwaukee Bucks&Stadium_ID=Scotiabank Arena","host":["localhost"],"path":["STADIUM","ALL_GAME_INFO"],"query":[{"key":"Game_ID","value":"Regular Season: Game 13","description":"Name of the Game "},{"key":"Date_played","value":"2019-04-12","description":"Date of Play YYYY-MM-DD"},{"key":"Home_Team","value":"Toronto Raptors","description":"Home team name"},{"key":"Away_Team","value":"Milwaukee Bucks","description":"Away team Name"},{"key":"Stadium_ID","value":"Scotiabank Arena","description":"Name of Stadium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-fTHm6JfbinDAf4QaDSFsYHT1vkA\""},{"key":"Date","value":"Sun, 19 Apr 2020 02:51:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Status: Success NewGame Added"}],"_postman_id":"d52c6e88-cbfc-4879-ac5f-969be1385750"},{"name":"Get total salary of all employees","id":"91f9757f-ba1b-4e9c-a21f-170ab679c85a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"Localhost/EMPLOYEE/SALARYTOTAL","description":"<p>For the managers/owners to send how they will have to pay to there employees this year.</p>\n<p>Returns total salary.</p>\n","urlObject":{"path":["EMPLOYEE","SALARYTOTAL"],"host":["Localhost"],"query":[],"variable":[]}},"response":[{"id":"a3fbae7f-23b9-4185-a212-e3c3b73f03fd","name":"Get total Salary of all employees","originalRequest":{"method":"GET","header":[],"url":"localhost/EMPLOYEE/SALARYTOTAL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"ETag","value":"W/\"1c-7facqTTlerHTHKjEh71Ma9Gsa68\""},{"key":"Date","value":"Fri, 17 Apr 2020 03:10:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Total.salaries\": 3525000\n    }\n]"}],"_postman_id":"91f9757f-ba1b-4e9c-a21f-170ab679c85a"},{"name":"Get financial data ","id":"2bebce5d-f18f-4275-9ad1-e243d64a6557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/OWNER?oname=Kawhi","description":"<p>Get financial data from a stadium.\nProfits and gains are returned.</p>\n","urlObject":{"path":["OWNER"],"host":["localhost"],"query":[{"key":"oname","value":"Kawhi"}],"variable":[]}},"response":[{"id":"525cf955-0421-4e1d-a3b7-e45a2d0ff98a","name":"Get financial data","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/OWNER?oname=Kawhi","host":["localhost"],"path":["OWNER"],"query":[{"key":"oname","value":"Kawhi"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-qF5G1u2sB7/4roEuqHbCtGwx8hY\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:27:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Gross_profit\": 2000000,\n        \"Losses\": 500000,\n        \"Net_profit\": 1500000\n    }\n]"},{"id":"6b44ddbe-c6c4-4b06-81fd-1e30317df44f","name":"Get financial data","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/OWNER?oname=Kawhi","host":["localhost"],"path":["OWNER"],"query":[{"key":"oname","value":"Kawhi"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-qF5G1u2sB7/4roEuqHbCtGwx8hY\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:27:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Gross_profit\": 2000000,\n        \"Losses\": 500000,\n        \"Net_profit\": 1500000\n    }\n]"},{"id":"c13ae8e8-84da-4617-b61b-631229fa8b6f","name":"Get financial data","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/OWNER?oname=Kawhi","host":["localhost"],"path":["OWNER"],"query":[{"key":"oname","value":"Kawhi"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-qF5G1u2sB7/4roEuqHbCtGwx8hY\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:27:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Gross_profit\": 2000000,\n        \"Losses\": 500000,\n        \"Net_profit\": 1500000\n    }\n]"}],"_postman_id":"2bebce5d-f18f-4275-9ad1-e243d64a6557"},{"name":"Update Salary","id":"5c2c3dd5-3f26-40fa-a67e-5c6bbabda4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"localhost/EMPLOYEE/SALARY?SSN=1122&Amount=3700000.99","description":"<p>A owner/manger is changing a employee salary.</p>\n<p>Returns new salary.</p>\n","urlObject":{"path":["EMPLOYEE","SALARY"],"host":["localhost"],"query":[{"description":{"content":"<p>Employee SSN</p>\n","type":"text/plain"},"key":"SSN","value":"1122"},{"description":{"content":"<p>New amount for salary </p>\n","type":"text/plain"},"key":"Amount","value":"3700000.99"}],"variable":[]}},"response":[{"id":"949edb5d-147d-4cdb-8ceb-5a3995690aa8","name":"Update Salary","originalRequest":{"method":"PUT","header":[],"url":{"raw":"localhost/EMPLOYEE/SALARY?SSN=1122&Amount=3700000.99","host":["localhost"],"path":["EMPLOYEE","SALARY"],"query":[{"key":"SSN","value":"1122","description":"Employee SSN"},{"key":"Amount","value":"3700000.99","description":"New amount for salary "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-3NYwHBMt33DXLAFVde0MUVTD2Ts\""},{"key":"Date","value":"Sun, 19 Apr 2020 02:26:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Fname\": \"LeBron\",\n        \"Lname\": \"James\",\n        \"NewSalary\": 3700000.99\n    }\n]"}],"_postman_id":"5c2c3dd5-3f26-40fa-a67e-5c6bbabda4b6"},{"name":"Update Customer Details","id":"ed441676-4948-41ed-9af4-d6690244badd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fname","value":"Barack","type":"text","description":"<p>First name</p>\n"},{"key":"lname","value":"Obama2","type":"text","description":"<p>Last Name</p>\n"}]},"url":"localhost/customer/:ssn","description":"<p>Specify the SSN for one customer, update details (first name and last name) for that customer </p>\n","urlObject":{"path":["customer",":ssn"],"host":["localhost"],"query":[],"variable":[{"description":{"content":"<p>Customer SSN</p>\n","type":"text/plain"},"type":"string","value":"50","key":"ssn"}]}},"response":[{"id":"d31473bd-3edb-4f5e-b834-9f59ed4a9eb3","name":"Update Customer Details","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fname","value":"Barack","type":"text"},{"key":"lname","value":"Obama2","type":"text"}]},"url":{"raw":"localhost/customer/:ssn","host":["localhost"],"path":["customer",":ssn"],"variable":[{"key":"ssn","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-gQbMLPKbe7AundN73HLdExqLXyw\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:17:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\"\n}"}],"_postman_id":"ed441676-4948-41ed-9af4-d6690244badd"},{"name":"Add New Customer","id":"7ca154d5-4f5f-4dcd-8f1c-b4b968703d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ssn","value":"1013","type":"text","description":"<p>Customer SSN</p>\n"},{"key":"fname","value":"FirstName","type":"text","description":"<p>First Name</p>\n"},{"key":"lname","value":"LastName","type":"text","description":"<p>Last Name</p>\n"}]},"url":"localhost/customer","description":"<p>adds a new customer into database.</p>\n<p>Returns Success or fail.</p>\n","urlObject":{"path":["customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7f2d9e9f-512c-4691-a38a-f138e86de7c7","name":"Add New Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ssn","value":"1012","type":"text"},{"key":"fname","value":"FirstName","type":"text"},{"key":"lname","value":"LastName","type":"text"}]},"url":"localhost/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-gQbMLPKbe7AundN73HLdExqLXyw\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:17:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\"\n}"},{"id":"a2a5fe1b-5af6-4a28-bdb8-673f6eea3262","name":"Add New Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ssn","value":"1013","type":"text"},{"key":"fname","value":"FirstName","type":"text"},{"key":"lname","value":"LastName","type":"text"}]},"url":"localhost/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-gQbMLPKbe7AundN73HLdExqLXyw\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:36:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\"\n}"}],"_postman_id":"7ca154d5-4f5f-4dcd-8f1c-b4b968703d96"},{"name":"Update Team Record","id":"eb9601cf-252c-4b3e-b2ca-d1cb8a48a63f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"localhost/teamrecord/Lakers/1","description":"<p>The league (NBA) wants to update a team’s win/loss record.</p>\n<p>Return Fail or Success.</p>\n","urlObject":{"path":["teamrecord","Lakers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"40285b5e-e2cb-4704-819f-a68953f58b9f","name":"UpdateTeamRecord","originalRequest":{"method":"PUT","header":[],"url":"localhost/teamrecord/Lakers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-Aecwmfr5xTp+PReMihhLNM3Z9mY\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:37:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\"\n}"},{"id":"5749282d-4e18-4b82-9a7a-3b8207b54654","name":"UpdateTeamRecord","originalRequest":{"method":"PUT","header":[],"url":{"raw":"localhost/teamrecord/:team_name/:amount","host":["localhost"],"path":["teamrecord",":team_name",":amount"],"variable":[{"key":"team_name","value":"Lakers"},{"key":"amount","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-Aecwmfr5xTp+PReMihhLNM3Z9mY\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:17:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\"\n}"}],"_postman_id":"eb9601cf-252c-4b3e-b2ca-d1cb8a48a63f"},{"name":"Get customers list","id":"5ba57613-944f-4119-9e5b-e2675e846d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/customer","description":"<p>Get the list of all customers.\nSee what customers you have currently in the stadium.</p>\n","urlObject":{"path":["customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a3c2be12-a562-4272-829c-ad3076037cb6","name":"Get Custumer List","originalRequest":{"method":"GET","header":[],"url":"localhost/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"366"},{"key":"ETag","value":"W/\"16e-IVkjw9ysHAgdT9/z6M7ZPzOCW3A\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:34:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SSN\": 50,\n        \"Fname\": \"Barack\",\n        \"Lname\": \"Obama\"\n    },\n    {\n        \"SSN\": 69,\n        \"Fname\": \"Tyler\",\n        \"Lname\": \"One\"\n    },\n    {\n        \"SSN\": 123,\n        \"Fname\": \"SOMEWHERE\",\n        \"Lname\": \"TEST\"\n    },\n    {\n        \"SSN\": 420,\n        \"Fname\": \"Donald\",\n        \"Lname\": \"Duck\"\n    },\n    {\n        \"SSN\": 1011,\n        \"Fname\": \"FirstName\",\n        \"Lname\": \"LastName\"\n    },\n    {\n        \"SSN\": 1012,\n        \"Fname\": \"FirstName\",\n        \"Lname\": \"LastName\"\n    },\n    {\n        \"SSN\": 1234,\n        \"Fname\": \"Jon\",\n        \"Lname\": \"Snow\"\n    },\n    {\n        \"SSN\": 2020,\n        \"Fname\": \"Goku\",\n        \"Lname\": \"Chan\"\n    }\n]"},{"id":"dee23186-cfa4-4b7e-99d9-3c94a0315547","name":"Get Custumer List","originalRequest":{"method":"GET","header":[],"url":"localhost/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"314"},{"key":"ETag","value":"W/\"13a-pqDnnnxLAn7wrWui/2xss92ujTQ\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:17:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SSN\": 50,\n        \"Fname\": \"Barack\",\n        \"Lname\": \"Obama\"\n    },\n    {\n        \"SSN\": 69,\n        \"Fname\": \"Tyler\",\n        \"Lname\": \"One\"\n    },\n    {\n        \"SSN\": 123,\n        \"Fname\": \"SOMEWHERE\",\n        \"Lname\": \"TEST\"\n    },\n    {\n        \"SSN\": 420,\n        \"Fname\": \"Donald\",\n        \"Lname\": \"Duck\"\n    },\n    {\n        \"SSN\": 1011,\n        \"Fname\": \"FirstName\",\n        \"Lname\": \"LastName\"\n    },\n    {\n        \"SSN\": 1234,\n        \"Fname\": \"Jon\",\n        \"Lname\": \"Snow\"\n    },\n    {\n        \"SSN\": 2020,\n        \"Fname\": \"Goku\",\n        \"Lname\": \"Chan\"\n    }\n]"}],"_postman_id":"5ba57613-944f-4119-9e5b-e2675e846d18"}],"id":"08909b72-2a2d-436e-a07e-6b5b87451677","description":"<p>Managers are people that can manage the stadium. For example and owner is a manager, since they must track expenses. Other manager types:NBA commissioner, GM, Co-owners, etc. </p>\n","event":[{"listen":"prerequest","script":{"id":"db5aec37-65fe-4709-ac71-f7e62fc394d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b495450-9f86-47b5-95be-7afec94a3d37","type":"text/javascript","exec":[""]}}],"_postman_id":"08909b72-2a2d-436e-a07e-6b5b87451677"},{"name":"Customers","item":[{"name":"GET average price for a ticket in a game in a section","id":"332073fd-5112-42f1-bfe3-e3ac0f4b7161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/GAME/SEATS_AVG/SECTION?GameID=Regular Season: Game 21&SeatSection=South","description":"<p>Get average ticket cost base on section.\nreturns price.</p>\n","urlObject":{"path":["GAME","SEATS_AVG","SECTION"],"host":["localhost"],"query":[{"description":{"content":"<p>What game is it</p>\n","type":"text/plain"},"key":"GameID","value":"Regular Season: Game 21"},{"description":{"content":"<p>Section in arena </p>\n","type":"text/plain"},"key":"SeatSection","value":"South"}],"variable":[]}},"response":[{"id":"0a1932b8-2db8-44c4-97b1-f5f440985ae0","name":"GET STADIUM/SEATS_AVG  ","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/GAME/SEATS_AVG/SECTION?GameID=Regular Season: Game 21&SeatSection=South","host":["localhost"],"path":["GAME","SEATS_AVG","SECTION"],"query":[{"key":"GameID","value":"Regular Season: Game 21"},{"key":"SeatSection","value":"South"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"ETag","value":"W/\"20-qRM7MwP7KEWj89YX21u2mC2qzYc\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:33:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AvgTicketCostInSection\": 100\n    }\n]"}],"_postman_id":"332073fd-5112-42f1-bfe3-e3ac0f4b7161"},{"name":"Get average price for ticket in a game","id":"9c20d208-309e-4286-9c68-b8fcfd3915c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/GAME/SEATS_AVG/ALL?GameID=Regular Season: Game 21","description":"<p>Gets the average price for ticket in a game given the game name.</p>\n","urlObject":{"path":["GAME","SEATS_AVG","ALL"],"host":["localhost"],"query":[{"description":{"content":"<p>Name of Game</p>\n","type":"text/plain"},"key":"GameID","value":"Regular Season: Game 21"}],"variable":[]}},"response":[{"id":"7f162f30-4948-432b-8a70-e2cb95ad727a","name":"Get Average Price for ticket in a game","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/GAME/SEATS_AVG/ALL?GameID=Regular Season: Game 21","host":["localhost"],"path":["GAME","SEATS_AVG","ALL"],"query":[{"key":"GameID","value":"Regular Season: Game 21"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-LJwUkMhiAgP2VNO8bsvZrrXRy4E\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:36:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AvgTicketCost\": 100\n    }\n]"}],"_postman_id":"9c20d208-309e-4286-9c68-b8fcfd3915c5"},{"name":"Get Ticket cost","id":"673ebdf1-c4c7-4c28-b3c5-8b464218221f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/STADIUM/SEATS/TICKET?StadiumID=Scotiabank Arena&SeatNumber=134","description":"<p>When a ticket is selected return the cost of it.</p>\n","urlObject":{"path":["STADIUM","SEATS","TICKET"],"host":["localhost"],"query":[{"description":{"content":"<p>name of stadium</p>\n","type":"text/plain"},"key":"StadiumID","value":"Scotiabank Arena"},{"description":{"content":"<p>seat number</p>\n","type":"text/plain"},"key":"SeatNumber","value":"134"}],"variable":[]}},"response":[{"id":"db3fc28e-a583-47ca-ad3a-3e96e695f87f","name":"Get Ticket cost","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/STADIUM/SEATS/TICKET?StadiumID=Scotiabank Arena&SeatNumber=134","host":["localhost"],"path":["STADIUM","SEATS","TICKET"],"query":[{"key":"StadiumID","value":"Scotiabank Arena"},{"key":"SeatNumber","value":"134"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-A/uAAmtx3Hpa3aA8jNnItuVlKnE\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:28:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Amount\": 1200\n    }\n]"}],"_postman_id":"673ebdf1-c4c7-4c28-b3c5-8b464218221f"},{"name":"Get stadium list","id":"53b65cf5-53dd-4591-8126-cfbd899b000c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/stadiumlist","description":"<p>Get the Stadium Id for all stadiums.\nUsed for see what staidum they could go to.</p>\n","urlObject":{"path":["stadiumlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"82f040a7-b893-496c-ac83-12aa9a4793ce","name":"Get Staidum List","originalRequest":{"method":"GET","header":[],"url":"localhost/stadiumlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-Was96l4YBCqqz1T8oO/sinHKrzI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:18:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Stadium_ID\": \"Scotiabank Arena\"\n    },\n    {\n        \"Stadium_ID\": \"Staples Centre\"\n    }\n]"},{"id":"ba5ac86c-c25a-495b-9d1e-e1880022afcb","name":"Get Staidum List","originalRequest":{"method":"GET","header":[],"url":"localhost/stadiumlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-Was96l4YBCqqz1T8oO/sinHKrzI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:38:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Stadium_ID\": \"Scotiabank Arena\"\n    },\n    {\n        \"Stadium_ID\": \"Staples Centre\"\n    }\n]"}],"_postman_id":"53b65cf5-53dd-4591-8126-cfbd899b000c"},{"name":"Get Stadium details","id":"d23193c0-bfc9-4830-831d-b428106124b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/stadium?stadiumid=Scotiabank Arena","description":"<p>Given Stadium_Id for one stadium, return the details for the stadium.\nFor the consumer to learn information about the stadium.\nReturn Owner, location, name.</p>\n","urlObject":{"path":["stadium"],"host":["localhost"],"query":[{"key":"stadiumid","value":"Scotiabank Arena"}],"variable":[]}},"response":[{"id":"4476005c-ec89-4d12-86bc-cb33adc2439f","name":"Get Stadidum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/stadium?stadiumid=Scotiabank Arena","host":["localhost"],"path":["stadium"],"query":[{"key":"stadiumid","value":"Scotiabank Arena"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-hTLQu/C68ffElfGx6bRxoialLaM\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:38:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Stadium_ID\": \"Scotiabank Arena\",\n    \"Location\": \"Toronto\",\n    \"Owner_Name\": \"Kawhi\"\n}"},{"id":"465abec5-adc0-478d-b2ce-2d0b56eaf71a","name":"Get Stadidum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/stadium?stadiumid=Scotiabank Arena","host":["localhost"],"path":["stadium"],"query":[{"key":"stadiumid","value":"Scotiabank Arena"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-hTLQu/C68ffElfGx6bRxoialLaM\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:18:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Stadium_ID\": \"Scotiabank Arena\",\n    \"Location\": \"Toronto\",\n    \"Owner_Name\": \"Kawhi\"\n}"}],"_postman_id":"d23193c0-bfc9-4830-831d-b428106124b1"}],"id":"279a1571-7ba2-4d05-b75a-e6cd78389432","description":"<p>Customers are consumers that go to events at stadiums and will have these endpoints to help customers decide what stadium to go to, as well see the price of what they can consume/purchase . </p>\n","event":[{"listen":"prerequest","script":{"id":"6a08a7f2-3807-40fb-9ec5-5f3c4a67df06","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc97856c-3396-4e43-b815-9662ceabb62a","type":"text/javascript","exec":[""]}}],"_postman_id":"279a1571-7ba2-4d05-b75a-e6cd78389432"},{"name":"Fastfood Restaurants","item":[{"name":"Get Order's Dishes","id":"7ffe92fc-b76d-4c9d-ad8e-839603db39f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/order/order_dish_name?order_id=1","description":"<p>A fast food restaurant wants to known the dish of a certain order. Then take the order Id as parameter and then return the list of dishes for that order.</p>\n","urlObject":{"path":["order","order_dish_name"],"host":["localhost"],"query":[{"description":{"content":"<p>Order ID</p>\n","type":"text/plain"},"key":"order_id","value":"1"}],"variable":[]}},"response":[{"id":"743180ac-e7fb-456f-b28b-5c038eba2790","name":"Get Oder's Dishes","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/order/order_dish_name?order_id=1","host":["localhost"],"path":["order","order_dish_name"],"query":[{"key":"order_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-GWyUO5BfJ8gu/Y9GcNkcnIyoJ4U\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:39:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ORDER_ID\": \"1\",\n    \"DISH_NAME\": [\n        \"Big Mac\"\n    ]\n}"},{"id":"fa2c1c7b-5594-4a59-8e4f-fbb2751e08e6","name":"Get Oder's Dishes","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/order/order_dish_name?order_id=1","host":["localhost"],"path":["order","order_dish_name"],"query":[{"key":"order_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-GWyUO5BfJ8gu/Y9GcNkcnIyoJ4U\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:24:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"ORDER_ID\": \"1\",\n    \"DISH_NAME\": [\n        \"Big Mac\"\n    ]\n}"}],"_postman_id":"7ffe92fc-b76d-4c9d-ad8e-839603db39f6"}],"id":"09fe8e6c-56ec-4b1a-a4fd-f9aead4ec5ac","description":"<p>Fast Food Restaurants are third parties that have agreements with stadiums; they have endpoints that help interact with the customer and payments to the managers.</p>\n","_postman_id":"09fe8e6c-56ec-4b1a-a4fd-f9aead4ec5ac"},{"name":"Employee","item":[{"name":"Coach","item":[{"name":"Get Player Stats","id":"522b500a-85ad-485a-a127-cd40b83e15cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"Localhost/EMPLOYEE/PLAYER/ALL_STATS?SSN=1122","description":"<p>Given a player All stats will be returned.\nCoaches and analyast can used this infomation to see how well a player is performing.</p>\n","urlObject":{"path":["EMPLOYEE","PLAYER","ALL_STATS"],"host":["Localhost"],"query":[{"description":{"content":"<p>Player SSN </p>\n","type":"text/plain"},"key":"SSN","value":"1122"}],"variable":[]}},"response":[{"id":"7cf76230-6874-46ad-af1b-91721fdb3ae4","name":"GetPlayerStats","originalRequest":{"method":"GET","header":[],"url":{"raw":"Localhost/EMPLOYEE/PLAYER/ALL_STATS?SSN=1122","host":["Localhost"],"path":["EMPLOYEE","PLAYER","ALL_STATS"],"query":[{"key":"SSN","value":"1122"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-jIZl37NbktyQDrdM65yoa6PJEvM\""},{"key":"Date","value":"Sat, 18 Apr 2020 03:21:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Fname\": \"LeBron\",\n        \"Lname\": \"James\",\n        \"Team_Name\": \"Lakers\",\n        \"Stat_ID\": 100,\n        \"Year\": 17,\n        \"PPG\": 25.7,\n        \"Shots_made\": 12424,\n        \"Shots_attempted\": 24654\n    }\n]"}],"_postman_id":"522b500a-85ad-485a-a127-cd40b83e15cc"}],"id":"0dcde7d3-99bd-4126-a39c-85b6716f361e","description":"<p>Coaches have endpoints that keep track of players  and salary.</p>\n","_postman_id":"0dcde7d3-99bd-4126-a39c-85b6716f361e"},{"name":"Get Salary","id":"b9750f6e-ab58-41ab-af8b-b527cf0519fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/EMPLOYEE/SALARY?SSN=1122","description":"<p>for any employee to get the salary based of of ID.\nUsed if Employee want to get what they are making this year.</p>\n","urlObject":{"path":["EMPLOYEE","SALARY"],"host":["localhost"],"query":[{"description":{"content":"<p>Employee SSN</p>\n","type":"text/plain"},"key":"SSN","value":"1122"}],"variable":[]}},"response":[{"id":"718d138d-17ff-4945-b864-a4e7afd0259b","name":"Get Salary","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/EMPLOYEE/SALARY?SSN=1122","host":["localhost"],"path":["EMPLOYEE","SALARY"],"query":[{"key":"SSN","value":"1122","description":"Employee SSN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-4Od984vevNSJGHaZQjP8Yrm+URQ\""},{"key":"Date","value":"Sun, 19 Apr 2020 02:16:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Fname\": \"LeBron\",\n        \"Lname\": \"James\",\n        \"Salary\": 37000000.98\n    }\n]"},{"id":"b0e4adaf-f9dd-4b6f-85b3-888f9635114f","name":"Get Salary","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/EMPLOYEE/SALARY?SSN=1122","host":["localhost"],"path":["EMPLOYEE","SALARY"],"query":[{"key":"SSN","value":"1122","description":"Employee SSN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-4Od984vevNSJGHaZQjP8Yrm+URQ\""},{"key":"Date","value":"Sun, 19 Apr 2020 02:16:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Fname\": \"LeBron\",\n        \"Lname\": \"James\",\n        \"Salary\": 37000000.98\n    }\n]"}],"_postman_id":"b9750f6e-ab58-41ab-af8b-b527cf0519fc"},{"name":"Get Players Treated by Some Medical Staff","id":"2892e307-ce76-4b74-8e53-4a35a24ad2f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/medical_staff/treats?med_ssn=55588","description":"<p>Owner wants to know which medical staff treated which player. the patameter is the MED_SSN for that medical staff.</p>\n","urlObject":{"path":["medical_staff","treats"],"host":["localhost"],"query":[{"description":{"content":"<p>medical staff SSN</p>\n","type":"text/plain"},"key":"med_ssn","value":"55588"}],"variable":[]}},"response":[{"id":"816fd33c-ca77-4dae-bfac-97442193e047","name":"Get Players Treated by Some Medical Staff","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/medical_staff/treats?med_ssn=55588","host":["localhost"],"path":["medical_staff","treats"],"query":[{"key":"med_ssn","value":"55588"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-41qtIbGHi4/Ll+ExQtHgghlsAWI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:18:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"MED_SSN\": \"55588\",\n    \"Player_SSN\": [\n        3478,\n        5566,\n        9876\n    ]\n}"},{"id":"9984022e-9bb7-4850-b2ea-14d99927059f","name":"Get Players Treated by Some Medical Staff","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/medical_staff/treats?med_ssn=55588","host":["localhost"],"path":["medical_staff","treats"],"query":[{"key":"med_ssn","value":"55588"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-41qtIbGHi4/Ll+ExQtHgghlsAWI\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:39:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"MED_SSN\": \"55588\",\n    \"Player_SSN\": [\n        3478,\n        5566,\n        9876\n    ]\n}"}],"_postman_id":"2892e307-ce76-4b74-8e53-4a35a24ad2f6"},{"name":"Get List of Players In Team","id":"f5edec23-dede-4d51-b6b3-74a64892c7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost/team?team_name=Lakers","description":"<p>Get all player name and id for players in the given team.\nUsed for coaching staff to see what players they have</p>\n","urlObject":{"path":["team"],"host":["localhost"],"query":[{"description":{"content":"<p>Team Name</p>\n","type":"text/plain"},"key":"team_name","value":"Lakers"}],"variable":[]}},"response":[{"id":"1d4d5f22-bab5-44f1-b6bc-ae29b6cbaa1f","name":"Get List of Players In Team","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/team?team_name=Lakers","host":["localhost"],"path":["team"],"query":[{"key":"team_name","value":"Lakers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-N1yGo66tHWins3Ltxv0DPqSx/9k\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:18:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"PLAYER_ID\": \"Lakers\",\n    \"PLAYER_NAME\": [\n        \"LeBron James\",\n        \"Danny Green\",\n        \"Anthony Davis\"\n    ]\n}"},{"id":"726e825a-320b-49a7-800a-b68cc1f4e2cb","name":"Get List of Players In Team","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost/team?team_name=Lakers","host":["localhost"],"path":["team"],"query":[{"key":"team_name","value":"Lakers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-N1yGo66tHWins3Ltxv0DPqSx/9k\""},{"key":"Date","value":"Sun, 19 Apr 2020 04:39:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"PLAYER_ID\": \"Lakers\",\n    \"PLAYER_NAME\": [\n        \"LeBron James\",\n        \"Danny Green\",\n        \"Anthony Davis\"\n    ]\n}"}],"_postman_id":"f5edec23-dede-4d51-b6b3-74a64892c7d2"}],"id":"9ea40d51-52bf-44f3-b7e0-1913ca29b7cd","description":"<p>Employees are employed by the stadium directly and have endpoints that allow them to do their jobs appropriately. </p>\n","event":[{"listen":"prerequest","script":{"id":"fd61d384-6479-4fbb-bf2b-8be2ca4203b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65a1332f-df3d-4c43-94e0-4d40a9a162bb","type":"text/javascript","exec":[""]}}],"_postman_id":"9ea40d51-52bf-44f3-b7e0-1913ca29b7cd"}],"event":[{"listen":"prerequest","script":{"id":"2aaf25bc-a08a-48e5-bbe8-0ca6d5213db2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4388d460-2980-4d19-91e7-db9cff690354","type":"text/javascript","exec":[""]}}]}