{"info":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","description":"<html><head></head><body><p>located at C:\\Users\\K011300\\OneDrive - Allegheny County\\Tableau\\API\\Postman\\Ex_Files_Introducing_Postman\\Exercise Files\\api\\node.</p>\n<p>Node JS must be turned on and off through the commandline.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7830435","collectionId":"7c8074e8-411d-4987-871d-44aa89017389","publishedId":"T17CEqm1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303039","highlight":"EF5B25"},"publishDate":"2020-06-30T15:24:00.000Z"},"item":[{"name":"Boards","item":[{"name":"Get Board List","id":"2f933556-61b5-4f4f-a404-ef6bea1cf3fe","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f933556-61b5-4f4f-a404-ef6bea1cf3fe"},{"name":"Get boards - 2","id":"59395ff2-2a85-4b44-a57a-fb3377e834b2","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"59395ff2-2a85-4b44-a57a-fb3377e834b2"},{"name":"Search by Name","id":"74e5580b-9107-4f94-a201-f9829683cc63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ],\r\n    \"sort\": \"name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74e5580b-9107-4f94-a201-f9829683cc63"},{"name":"Board Details","id":"0cab4c36-7acc-4e69-a4a7-5c04ee726ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/boards/{{BOARD_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"path":["api","boards","{{BOARD_ID}}"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cab4c36-7acc-4e69-a4a7-5c04ee726ffe"},{"name":"More  Get Boards","id":"10227bdd-e31c-44d3-8335-c260e443c64f","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10227bdd-e31c-44d3-8335-c260e443c64f"},{"name":"Search Boards","id":"507eb1cf-30ba-4100-b3af-05b7084c070c","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"value\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"507eb1cf-30ba-4100-b3af-05b7084c070c"},{"name":"Get board info with Env var","id":"ce8eb453-0ded-40d4-9f6e-745abd629583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/boards/{{BOARD_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"path":["api","boards","{{BOARD_ID}}"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce8eb453-0ded-40d4-9f6e-745abd629583"}],"id":"a1546ea0-f1a2-47ac-b877-8db29411d950","description":"<p>Folder contains request for managing boards on the systemm. </p>\n","event":[{"listen":"prerequest","script":{"id":"3f415b1d-3c95-4261-a5c4-9910e6e36dcd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"535205c5-23d4-455b-94bc-afd63225f296","type":"text/javascript","exec":[""]}}],"_postman_id":"a1546ea0-f1a2-47ac-b877-8db29411d950","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}}},{"name":"API Status","id":"506cfd81-40db-4e07-906e-d5609f6147a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"506cfd81-40db-4e07-906e-d5609f6147a2"},{"name":"Authorization - 2","id":"852d169a-c273-420d-8cb3-9575fbf0cd6a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demouser\", \r\n    \"password\": \"demopassword\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth","description":"<p>This is the call to get an authorization token.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37de7a0e-cbca-4d0c-bb50-e1f35c464976","name":"Authorization: Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demouser\", \r\n    \"password\": \"demopassword\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth"},"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":"277"},{"key":"ETag","value":"W/\"115-2/wrxqOKEJ0o6vyTDwfa0XgNTlg\""},{"key":"Date","value":"Tue, 30 Jun 2020 15:09:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjUzYmMzMzIwLTIyNTgtMTFlOS04ZGZmLTY1MTNlZjhlNTQ5MyIsInVzZXJuYW1lIjoiZGVtb3VzZXIiLCJmaXJzdG5hbWUiOiJEZW1vIiwibGFzdG5hbWUiOiJVc2VyIiwiaWF0IjoxNTkzNTI5Nzg1LCJleHAiOjE1OTM1MzMzODV9.XNMhhlkErkaDjPYziAfmZuKLJiW3OYR1rk-LnubDvjU\"\n}"},{"id":"ac57528c-e3d7-4138-b83d-e9fc1b71beb6","name":"Authorization: Invalid User Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demouser1\", \r\n    \"password\": \"demopassword\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-2/v57sfEYbBNI83f6pcUsK9PdZE\""},{"key":"Date","value":"Tue, 30 Jun 2020 15:11:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication failed: Unable to locate the requested user\"\n}"}],"_postman_id":"852d169a-c273-420d-8cb3-9575fbf0cd6a"},{"name":"Get API Status","id":"ec7e2624-7265-4b07-96f8-e79d071c3534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","value":"Linkedin/Postman","type":"text"},{"key":"Accept","value":"Application/json","type":"text"}],"url":"http://localhost:3000/api","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec7e2624-7265-4b07-96f8-e79d071c3534"},{"name":"Get API with PN and PS Parameters","id":"c66b6041-388f-4aa4-a11b-1d846e9cb9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards?pn=1&ps=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[{"key":"pn","value":"1"},{"key":"ps","value":"2"}],"variable":[]}},"response":[],"_postman_id":"c66b6041-388f-4aa4-a11b-1d846e9cb9bd"},{"name":"Get Linkedin.com","id":"50cf6961-1ae1-40a2-9585-dfa250021c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.linkedin.com","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"https","host":["www","linkedin","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"50cf6961-1ae1-40a2-9585-dfa250021c6c"},{"name":"Get Boards Search","id":"0b33ac60-6250-425a-b4bc-a98638a94d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ],\r\n    \"sort\": \"name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b33ac60-6250-425a-b4bc-a98638a94d72"},{"name":"Get API Boards - 2","id":"8f796ca1-8346-427b-a371-cac8091fcd2a","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","value":"LinkedIn\\Postman","type":"text"}],"url":"http://localhost:3000/api/boards/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f796ca1-8346-427b-a371-cac8091fcd2a"},{"name":"Get Board ID","id":"2e7a58b7-a1cb-4235-9d77-f7b03720b645","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true,"host":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user","value":"LinkedIn/Postman","type":"text"}],"url":"http://localhost:3000/api/boards/4af02b20-0e35-11e9-86bb-a1378ad71a65/tickets?ps=2&pn=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","4af02b20-0e35-11e9-86bb-a1378ad71a65","tickets"],"host":["localhost"],"query":[{"key":"ps","value":"2"},{"key":"pn","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2e7a58b7-a1cb-4235-9d77-f7b03720b645"},{"name":"http://localhost:3000/api/boards/search","id":"e6b0786d-f03f-41dd-8314-63ab479146f4","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"value\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6b0786d-f03f-41dd-8314-63ab479146f4"},{"name":"http://localhost:3000/api/boards/search","id":"e6b4a767-7d0a-49dd-a886-053f7b664ac7","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6b4a767-7d0a-49dd-a886-053f7b664ac7"},{"name":"http://localhost:3000/api/boards/search","id":"5f379c44-0e7b-4736-9694-b80ebc279bcc","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f379c44-0e7b-4736-9694-b80ebc279bcc"},{"name":"http://localhost:3000/api/boards/search","id":"674061a2-8a3d-4303-b8f2-7a44cec6a5a1","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"674061a2-8a3d-4303-b8f2-7a44cec6a5a1"},{"name":"http://localhost:3000/api/boards/search","id":"817626c3-82ea-49bd-a56b-49c21306bdbe","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"description\", \"value\": \"tasks\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"817626c3-82ea-49bd-a56b-49c21306bdbe"},{"name":"http://localhost:3000/api/boards/search","id":"ac3235b7-cb9c-4757-bf02-5f2221004885","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"description\", \"value\": \"management\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac3235b7-cb9c-4757-bf02-5f2221004885"},{"name":"http://localhost:3000/api/boards/search","id":"317b7b44-978c-434b-bc23-7a1786a76a80","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"description\", \"value\": \"management\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"317b7b44-978c-434b-bc23-7a1786a76a80"},{"name":"http://localhost:3000/api/boards/search","id":"e0469eb3-3586-4c4a-a61c-39e49cb23bff","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"description\", \"value\": \"management\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0469eb3-3586-4c4a-a61c-39e49cb23bff"},{"name":"http://localhost:3000/api/boards/search","id":"f5a62c3c-a1bf-4ad5-ada2-206fe911d206","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"description\", \"value\": \"management\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5a62c3c-a1bf-4ad5-ada2-206fe911d206"},{"name":"http://localhost:3000/api/boards/search","id":"d5f78756-3f94-4b9f-a7d4-2731dc392fb5","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"accept":true,"user-agent":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\"field\": \"name\", \"value\": \"Chapter\"}\r\n    ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5f78756-3f94-4b9f-a7d4-2731dc392fb5"},{"name":"http://localhost:3000/api/boards","id":"9560c455-4a7d-43fa-84ef-283b73ef1f9a","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9560c455-4a7d-43fa-84ef-283b73ef1f9a"},{"name":"http://localhost:3000/api/boards","id":"7b774f6a-f262-4c58-891e-6bb6f36e15cb","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b774f6a-f262-4c58-891e-6bb6f36e15cb"},{"name":"http://localhost:3000/api/boards","id":"eeb67396-e3a5-42a9-84a9-ba545cd5c03e","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eeb67396-e3a5-42a9-84a9-ba545cd5c03e"},{"name":"http://localhost:3000/api/boards","id":"af8297e4-5ad8-4b04-8d0a-1fe49e9cf85e","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af8297e4-5ad8-4b04-8d0a-1fe49e9cf85e"},{"name":"http://localhost:3000/api/auth","id":"255e767a-6458-4332-bc76-567f242dfc57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"demouser\", \r\n    \"password\": \"demopassword\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/auth","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"255e767a-6458-4332-bc76-567f242dfc57"},{"name":"http://localhost:3000/api/boards","id":"4c6cc511-b93e-4ba3-9f32-c85c6323e3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/boards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c6cc511-b93e-4ba3-9f32-c85c6323e3bd"},{"name":"http://localhost:3000/api","id":"882e8b61-75c4-4cd3-83cc-29ee9b1973ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"882e8b61-75c4-4cd3-83cc-29ee9b1973ef"},{"name":"Get tickets from specific board","id":"d87b3f56-91a3-4284-8049-0aae1c7d2bf0","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true,"host":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user","value":"LinkedIn/Postman","type":"text"}],"url":"http://localhost:3000/api/boards/4af02b20-0e35-11e9-86bb-a1378ad71a65/tickets?ps=2&pn=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","4af02b20-0e35-11e9-86bb-a1378ad71a65","tickets"],"host":["localhost"],"query":[{"key":"ps","value":"2"},{"key":"pn","value":"1"}],"variable":[]}},"response":[{"id":"bf97a044-c167-4674-bdf1-c84389b8d7cf","name":"Return tickes in board: success","originalRequest":{"method":"GET","header":[{"key":"user","value":"LinkedIn/Postman","type":"text"}],"url":{"raw":"http://localhost:3000/api/boards/4af02b20-0e35-11e9-86bb-a1378ad71a65/tickets?ps=2&pn=1","protocol":"http","host":["localhost"],"port":"3000","path":["api","boards","4af02b20-0e35-11e9-86bb-a1378ad71a65","tickets"],"query":[{"key":"ps","value":"2"},{"key":"pn","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":"296"},{"key":"ETag","value":"W/\"128-B50wuxGRjr7E0LCqwiS53jH3r4s\""},{"key":"Date","value":"Tue, 30 Jun 2020 15:25:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageNumber\": 1,\n    \"pageSize\": 2,\n    \"totalItems\": 5,\n    \"totalPages\": 3,\n    \"data\": [\n        {\n            \"id\": \"6df7b380-0e3b-11e9-847e-c5217da1551a\",\n            \"name\": \"03 - What is Postman?\",\n            \"status\": \"todo\",\n            \"priority\": \"medium\"\n        },\n        {\n            \"id\": \"844f0020-0e3b-11e9-847e-c5217da1551a\",\n            \"name\": \"04 - Examples and Setup\",\n            \"status\": \"todo\",\n            \"priority\": \"medium\"\n        }\n    ]\n}"}],"_postman_id":"d87b3f56-91a3-4284-8049-0aae1c7d2bf0"},{"name":"http://localhost:3000/api/boards/4af02b20-0e35-11e9-86bb-a1378ad71a65?ps=2&pn=1","id":"00928d2f-78c1-43c7-8517-42b6b05bb58d","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true,"host":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user","value":"LinkedIn/Postman","type":"text"}],"url":"http://localhost:3000/api/boards/4af02b20-0e35-11e9-86bb-a1378ad71a65?ps=2&pn=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","4af02b20-0e35-11e9-86bb-a1378ad71a65"],"host":["localhost"],"query":[{"key":"ps","value":"2"},{"key":"pn","value":"1"}],"variable":[]}},"response":[],"_postman_id":"00928d2f-78c1-43c7-8517-42b6b05bb58d"},{"name":"http://localhost:3000/api/boards/","id":"8d379e8e-982c-4dfc-8757-3acf0d9a00ce","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","value":"LinkedIn\\Postman","type":"text"}],"url":"http://localhost:3000/api/boards/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d379e8e-982c-4dfc-8757-3acf0d9a00ce"},{"name":"http://localhost:3000/api/boards/{{BOARD_ID}}/tickets?ps=2&pn=2","id":"789813ed-06de-469c-b223-e88191429a92","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","value":"LinkedIn\\Postman","type":"text"}],"url":"http://localhost:3000/api/boards/{{BOARD_ID}}/tickets?ps=2&pn=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","{{BOARD_ID}}","tickets"],"host":["localhost"],"query":[{"key":"ps","value":"2"},{"key":"pn","value":"2"}],"variable":[]}},"response":[],"_postman_id":"789813ed-06de-469c-b223-e88191429a92"},{"name":"http://localhost:3000/api/boards/{{BOARD_ID}}/tickets?ps=2&pn=2","id":"8d120158-35cd-4275-9a07-eaf2e5679a4b","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Agent","value":"LinkedIn\\Postman","type":"text"}],"url":"http://localhost:3000/api/boards/{{BOARD_ID}}/tickets?ps=2&pn=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","{{BOARD_ID}}","tickets"],"host":["localhost"],"query":[{"key":"ps","value":"2"},{"key":"pn","value":"2"}],"variable":[]}},"response":[],"_postman_id":"8d120158-35cd-4275-9a07-eaf2e5679a4b"},{"name":"http://localhost:3000/api/boards/search","id":"8d09d60f-c7ae-41c8-bbbe-eb556ce59513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"description\",\r\n            \"value\": \"management\"\r\n        }\r\n    ],\r\n    \"sort\": \"name\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/boards/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]},"isInherited":true,"source":{"_postman_id":"7c8074e8-411d-4987-871d-44aa89017389","id":"7c8074e8-411d-4987-871d-44aa89017389","name":"Node JS Localhost API","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["api","boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d09d60f-c7ae-41c8-bbbe-eb556ce59513"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{BEARER_TOKEN}}"}]}},"event":[{"listen":"prerequest","script":{"id":"7b3f8b94-69e0-4240-b02c-0a987cca043f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a916970-7464-4d1a-9cb2-b44e444b950a","type":"text/javascript","exec":[""]}}]}