{"info":{"_postman_id":"b72cb2b1-3bd7-4e60-b80a-7b79c0513bff","name":"Projeto LabenuSystem","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18385621","collectionId":"b72cb2b1-3bd7-4e60-b80a-7b79c0513bff","publishedId":"UVkjxJF9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-21T02:48:41.000Z"},"item":[{"name":"Get All Turmas","id":"468fad74-0467-4b36-a1dc-23935320f831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/turmas","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"468fad74-0467-4b36-a1dc-23935320f831"},{"name":"Get Turmas Ativas","id":"ffe0bcf4-3663-4791-84e8-aa6320bda723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/turmas?ativas=true","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[{"key":"ativas","value":"true"}],"variable":[]}},"response":[],"_postman_id":"ffe0bcf4-3663-4791-84e8-aa6320bda723"},{"name":"Get Turma by Nome","id":"8e8a241d-65c4-4c62-94d1-246c00430fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/turmas?nome=fi","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[{"key":"nome","value":"fi"}],"variable":[]}},"response":[],"_postman_id":"8e8a241d-65c4-4c62-94d1-246c00430fd7"},{"name":"Get Turma by Id","id":"82f29c81-0fe9-47aa-9164-52588f469bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/turmas?id=T1645220365235","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[{"key":"id","value":"T1645220365235"}],"variable":[]}},"response":[],"_postman_id":"82f29c81-0fe9-47aa-9164-52588f469bd6"},{"name":"Get All Docentes","id":"4088f554-187e-4271-8137-6f0594f7f619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/docentes","urlObject":{"port":"3003","path":["docentes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4088f554-187e-4271-8137-6f0594f7f619"},{"name":"Get Docente by Nome","id":"103f0b57-d525-4b4b-9398-a1a3e40e120f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/docentes?nome=Albus","urlObject":{"port":"3003","path":["docentes"],"host":["localhost"],"query":[{"key":"nome","value":"Albus"}],"variable":[]}},"response":[{"id":"aed7fd4d-a85b-4605-86a2-5cbe15c46765","name":"Get Docente by Nome","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/docentes?nome=Albos","host":["localhost"],"port":"3003","path":["docentes"],"query":[{"key":"nome","value":"Albos"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-hbyWhkr0wleCmWgeDxDlHlV25fg\""},{"key":"Date","value":"Fri, 18 Feb 2022 22:32:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi encontrado nenhum registro com estas informações.\"\n}"},{"id":"67597e8d-d4b6-4e50-b53b-dea621bc9956","name":"Get Docente by Nome","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/docentes?nome=Albus","host":["localhost"],"port":"3003","path":["docentes"],"query":[{"key":"nome","value":"Albus"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"},{"key":"ETag","value":"W/\"a8-8pBASJISGvqXyVZZjPplabiwKqM\""},{"key":"Date","value":"Fri, 18 Feb 2022 22:36:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1645139190613\",\n        \"nome\": \"Albus Percival Wulfric Brian Dumbledore\",\n        \"email\": \"professor_dumbledore@hogwarts.com\",\n        \"data_nascimento\": \"14/10/1881\",\n        \"turma_id\": \"123456\"\n    }\n]"}],"_postman_id":"103f0b57-d525-4b4b-9398-a1a3e40e120f"},{"name":"Get Docentes by Especialidade","id":"3366e3cb-a5f3-41f3-9357-62e3cd8791fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/docentes?especialidade=POO","urlObject":{"port":"3003","path":["docentes"],"host":["localhost"],"query":[{"key":"especialidade","value":"POO"}],"variable":[]}},"response":[],"_postman_id":"3366e3cb-a5f3-41f3-9357-62e3cd8791fd"},{"name":"Get Users By Turma (ID)","id":"4b6ffc4c-aa79-44ed-ab0c-f60ac6050f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/users?turmaNome=jedi","urlObject":{"port":"3003","path":["users"],"host":["localhost"],"query":[{"disabled":true,"key":"turmaId","value":"123456"},{"key":"turmaNome","value":"jedi"}],"variable":[]}},"response":[],"_postman_id":"4b6ffc4c-aa79-44ed-ab0c-f60ac6050f60"},{"name":"Create Turma","id":"3d375243-d86b-48ab-8253-9951fd3a0d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nome\": \"Next\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/turmas","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d375243-d86b-48ab-8253-9951fd3a0d5a"},{"name":"Create Docente","id":"463afa21-f09a-4b08-8f84-a75438bad6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nome\": \"O Substituto\", \n    \"email\": \"substituto@general.com\", \n    \"data_nascimento\": \"12/12/1912\", \n    \"turma_id\": \"010101\", \n    \"especialidades\": [\"JS\"]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/docentes","urlObject":{"port":"3003","path":["docentes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"463afa21-f09a-4b08-8f84-a75438bad6dc"},{"name":"Change Modulo Turma","id":"0849e87f-4b8c-461b-8725-105c06ac1d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"turmaId\": \"000001\",\n    \"modulo\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/turmas","urlObject":{"port":"3003","path":["turmas"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0849e87f-4b8c-461b-8725-105c06ac1d7e"},{"name":"Change Turma Docente","id":"8130a34d-a9f7-468d-a527-3e7eb950a676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"professorId\": \"1645197639547\",\n    \"turmaId\": \"010000\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/docentes","urlObject":{"port":"3003","path":["docentes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8130a34d-a9f7-468d-a527-3e7eb950a676"},{"name":"Get All Estudantes","id":"a17e4fae-97d5-4400-80b6-1424962b1857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/estudantes","urlObject":{"port":"3003","path":["estudantes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a17e4fae-97d5-4400-80b6-1424962b1857"},{"name":"Get Estudantes by Hobby","id":"79ba53ef-29b2-423f-8717-a013081706d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/estudantes?hobby=ler","urlObject":{"port":"3003","path":["estudantes"],"host":["localhost"],"query":[{"key":"hobby","value":"ler"}],"variable":[]}},"response":[],"_postman_id":"79ba53ef-29b2-423f-8717-a013081706d3"},{"name":"Change Turma Estudante","id":"cb1d7709-3729-4763-aafa-d5b9342022db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"estudanteId\": \"004\",\n    \"turmaId\": \"010101\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/estudantes","urlObject":{"port":"3003","path":["estudantes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb1d7709-3729-4763-aafa-d5b9342022db"},{"name":"Create Estudante","id":"8fc5396d-5a7c-4191-9fa5-284107b9043b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nome\": \"Fred\",\n    \"email\": \"fred@hogwarts.com\",\n    \"data_nascimento\": \"10/04/1979\",\n    \"turma_id\": \"123456\",\n    \"hobbies\": [\"Quadribol\", \"Fazer piada\"]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/estudantes","urlObject":{"port":"3003","path":["estudantes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fc5396d-5a7c-4191-9fa5-284107b9043b"}]}