{"info":{"_postman_id":"6182a136-74ec-4447-a685-b4f46b81c41d","name":"API Pass.in","description":"<html><head></head><body><p>Esse projeto é parte do evento NLW - Rocketseat de Spring Boot, palestrado pela Fernanda Kipper. Ele consiste em uma API Java Spring para WEB de um sistema que gerencia eventos e a entrada das pessoas. Eu recriei essa API com o intuito de aprender mais sobre APIs Java e Spring Boot.</p>\n<p>Notion Link: <a href=\"https://efficient-sloth-d85.notion.site/Java-62cdd7f5fecf4947a64631ec6a324a09\">https://efficient-sloth-d85.notion.site/Java-62cdd7f5fecf4947a64631ec6a324a09</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32208091","collectionId":"6182a136-74ec-4447-a685-b4f46b81c41d","publishedId":"2sA35MzesA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-08T17:06:05.000Z"},"item":[{"name":"GET Event","id":"58b8db6c-13a7-4886-aa7d-687a9592680f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/events/c8886e37-a055-49c4-ab23-8e0e30d2fb7e","description":"<p>Essa request retorna um JSON com os detalhes do evento que teve seu ID passado na URL</p>\n","urlObject":{"protocol":"http","port":"8080","path":["events","c8886e37-a055-49c4-ab23-8e0e30d2fb7e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea4e01d9-294c-42f8-b417-36bd514b338e","name":"GET Event","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/events/c8886e37-a055-49c4-ab23-8e0e30d2fb7e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Apr 2024 16:17:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": {\n        \"id\": \"c8886e37-a055-49c4-ab23-8e0e30d2fb7e\",\n        \"title\": \"Rocketseat NLW\",\n        \"details\": \"Aprenda Java de forma gratuita\",\n        \"slug\": \"rocketseatnlw\",\n        \"maximumAttendees\": 500,\n        \"AttendeesAmount\": 2\n    }\n}"}],"_postman_id":"58b8db6c-13a7-4886-aa7d-687a9592680f"},{"name":"CREATE Event","id":"18eab964-61f0-46ea-8cf1-df3fe935150f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Rocketseat NLW\",\r\n    \"details\": \"Aprenda Java de forma gratuita\",\r\n    \"maximumAttendees\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/events","description":"<p>Essa request cria um evento e retorna seu id + a uri de acesso.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["events"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a76293e9-0193-4331-91ac-20be1f4fffb3","name":"CREATE Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Rocketseat NLW-Unite\",\r\n    \"details\": \"Aprenda Java de forma gratuita\",\r\n    \"maximumAttendees\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"http://localhost:8080/events/237be66d-986e-4159-a65b-97cd8c91b0ce"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Apr 2024 16:17:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"237be66d-986e-4159-a65b-97cd8c91b0ce\"\n}"}],"_postman_id":"18eab964-61f0-46ea-8cf1-df3fe935150f"},{"name":"GET Event Attendees","id":"575a6d54-5452-4483-ad46-406f5f4830dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/events/attendees/c8886e37-a055-49c4-ab23-8e0e30d2fb7e","description":"<p>Essa request recebe o id de um evento e retorna todos os usuários cadastrados nele.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["events","attendees","c8886e37-a055-49c4-ab23-8e0e30d2fb7e"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76d6630c-69e3-401b-b71d-05804e661f11","name":"GET Event Attendees","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/events/attendees/c8886e37-a055-49c4-ab23-8e0e30d2fb7e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Apr 2024 16:15:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"attendees\": [\n        {\n            \"id\": \"bf3cd572-9b56-4910-9516-a842154be04a\",\n            \"name\": \"Matheus Queiroz\",\n            \"email\": \"teste@gmail.com\",\n            \"createdAt\": \"2024-04-08T11:59:54.063318\",\n            \"checkedInAt\": null\n        },\n        {\n            \"id\": \"c8886e37-a055-49c4-ab23-8e0e30d2fb7e\",\n            \"name\": \"Matheus Queiroz\",\n            \"email\": \"qzmatheus057@gmail.com\",\n            \"createdAt\": null,\n            \"checkedInAt\": null\n        }\n    ]\n}"}],"_postman_id":"575a6d54-5452-4483-ad46-406f5f4830dc"},{"name":"CREATE Participant","id":"7bf8f58b-f52d-4b91-a2e5-c70fc2e4f79a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Matheus Queiroz\",\r\n    \"email\": \"teste@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/events/2d341365-e006-4efe-a98c-6846ed985a82/attendees","description":"<p>Essa request cria um attendee no evento</p>\n","urlObject":{"protocol":"http","port":"8080","path":["events","2d341365-e006-4efe-a98c-6846ed985a82","attendees"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"30fe1b1d-608f-49c2-b734-3a692c79a8b6","name":"CREATE Participant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Matheus Queiroz\",\r\n    \"email\": \"teste@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/events/237be66d-986e-4159-a65b-97cd8c91b0ce/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Location","value":"http://localhost:8080/attendees/0fee89ca-11f0-4f42-af35-d9f3c55baa3e/badge"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Apr 2024 16:20:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"attendeeId\": \"0fee89ca-11f0-4f42-af35-d9f3c55baa3e\"\n}"}],"_postman_id":"7bf8f58b-f52d-4b91-a2e5-c70fc2e4f79a"},{"name":"CHECK badge","id":"7c77683c-da08-448c-a640-b0f6681b621b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/attendees/bf3cd572-9b56-4910-9516-a842154be04a/badge","description":"<p>Essa request verifica e retorna os dados do usuário.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["attendees","bf3cd572-9b56-4910-9516-a842154be04a","badge"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9753ad69-c516-4cb4-bffb-744e8715e563","name":"CHECK badge","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/attendees/bf3cd572-9b56-4910-9516-a842154be04a/badge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Apr 2024 16:15:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"badge\": {\n        \"nome\": \"Matheus Queiroz\",\n        \"email\": \"teste@gmail.com\",\n        \"checkinUrl\": \"http://localhost:8080/attendees/bf3cd572-9b56-4910-9516-a842154be04a/check-in\",\n        \"eventId\": \"c8886e37-a055-49c4-ab23-8e0e30d2fb7e\"\n    }\n}"}],"_postman_id":"7c77683c-da08-448c-a640-b0f6681b621b"},{"name":"MAKE check-in","id":"364604d3-c196-4109-b234-699a549a942e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/attendees/0fee89ca-11f0-4f42-af35-d9f3c55baa3e/check-in","description":"<p>Essa request faz o check-in do usuário no evento.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["attendees","0fee89ca-11f0-4f42-af35-d9f3c55baa3e","check-in"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"07c1c559-6bdc-4680-97f9-07cc0c6da78d","name":"MAKE check-in","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8080/attendees/0fee89ca-11f0-4f42-af35-d9f3c55baa3e/check-in"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Location","value":"http://localhost:8080/attendees/0fee89ca-11f0-4f42-af35-d9f3c55baa3e/badge"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 08 Apr 2024 16:43:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"364604d3-c196-4109-b234-699a549a942e"}]}