{"info":{"_postman_id":"52c8ad8f-75ab-419d-9649-b210412ef260","name":"SOS1819-05-students-andalucia","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6870023","collectionId":"52c8ad8f-75ab-419d-9649-b210412ef260","publishedId":"S17qS957","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-27T09:41:30.000Z"},"item":[{"name":"GET conjunto","event":[{"listen":"test","script":{"id":"f579eb02-57b5-4234-a1b5-b794cd502490","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"111308eb-60e5-416d-b40f-d0c80a99e812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/","urlObject":{"protocol":"https","path":["api","v1","students-andalucia",""],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"111308eb-60e5-416d-b40f-d0c80a99e812"},{"name":"POST conjunto","event":[{"listen":"test","script":{"id":"f038fcbd-755f-4f90-ba73-b253f5e2ec0e","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"f56aa102-4edd-4116-be77-0a9cbd1be384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"madrid\",\n        \"year\": 2017,\n        \"eso\": 31925,\n        \"high\": 10618,\n        \"vocational\": 1045\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia","urlObject":{"protocol":"https","path":["api","v1","students-andalucia"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f56aa102-4edd-4116-be77-0a9cbd1be384"},{"name":"GET recurso concreto","event":[{"listen":"test","script":{"id":"7c652594-003e-4cee-aede-12ce35f32305","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"4f978214-1286-48ff-8971-42643e6a4ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"bilbao\",\n        \"year\": 2017,\n        \"eso\": 60230,\n        \"high\": 21499,\n        \"vocational\": 2219\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/almeria/2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","almeria","2017"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f978214-1286-48ff-8971-42643e6a4ff1"},{"name":"PUT recurso concreto","event":[{"listen":"test","script":{"id":"b00db5c0-d653-424f-81c7-371fe0aef4d6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6fc0d79d-5d0e-4b68-a5b4-d7a8dbb2eda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"almeria\",\n        \"year\": 2017,\n        \"eso\": 999999999,\n        \"high\": 999999999,\n        \"vocational\": 9999999999\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/almeria/2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","almeria","2017"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fc0d79d-5d0e-4b68-a5b4-d7a8dbb2eda7"},{"name":"POST recurso concreto","event":[{"listen":"test","script":{"id":"32d29ee2-40f0-429f-9721-f68b91877d63","exec":["pm.test(\"Status code is 405\", function () {","    pm.response.to.have.status(405);","});"],"type":"text/javascript"}}],"id":"0090c3d8-de9e-44df-8841-08ce35d153ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"city\": \"sevilla\",\n    \"year\": \"2017\",\n    \"esoStudent\": \"0\",\n    \"highSchoolStudent\": \"0\",\n    \"vocationalTraining\": \"0\"\n}"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/sevilla/2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","sevilla","2017"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0090c3d8-de9e-44df-8841-08ce35d153ef"},{"name":"PUT conjunto","event":[{"listen":"test","script":{"id":"86e04348-b2b2-482a-9a4d-6ed540b42377","exec":["pm.test(\"Status code is 405\", function () {","    pm.response.to.have.status(405);","});"],"type":"text/javascript"}}],"id":"2f70fa48-4e97-4993-9540-910bc0894d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"city\": \"sevilla\",\n    \"year\": \"2017\",\n    \"esoStudent\": \"0\",\n    \"highSchoolStudent\": \"0\",\n    \"vocationalTraining\": \"0\"\n}"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/","urlObject":{"protocol":"https","path":["api","v1","students-andalucia",""],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f70fa48-4e97-4993-9540-910bc0894d56"},{"name":"PUT bad request","event":[{"listen":"test","script":{"id":"5e6c6132-e9bd-4c16-a9ae-596cd5cef4ac","exec":["pm.test(\"Status code is 400\", function () {","    pm.response.to.have.status(400);","});"],"type":"text/javascript"}}],"id":"11f8d3b6-0d51-4f94-91b4-6295438e99b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"almeria\",\n        \"year\": 2017,\n        \"eso\": 31925,\n        \"high\": 10618\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/almeria/2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","almeria","2017"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"11f8d3b6-0d51-4f94-91b4-6295438e99b7"},{"name":"PUT distinto id","event":[{"listen":"test","script":{"id":"1939d7c3-f06b-4060-9e0d-454d98a815a2","exec":["pm.test(\"Status code is 400\", function () {","    pm.response.to.have.status(400);","});"],"type":"text/javascript"}}],"id":"581f2b33-c185-4997-9b91-f4cff123e8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"cordoba\",\n        \"year\": 2017,\n        \"eso\": 34346,\n        \"high\": 12904,\n        \"vocational\": 1446\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/almeria/2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","almeria","2017"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"581f2b33-c185-4997-9b91-f4cff123e8c7"},{"name":"POST conflict","event":[{"listen":"test","script":{"id":"58b854f7-9100-4e45-855d-cf1c75949efb","exec":["pm.test(\"Status code is 409\", function () {","    pm.response.to.have.status(409);","});"],"type":"text/javascript"}}],"id":"00da8a45-0b78-4c07-b3b9-eb897c74664e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"city\": \"almeria\",\n        \"year\": 2017,\n        \"eso\": 31925,\n        \"high\": 10618,\n        \"vocational\": 1045\n    }"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia","urlObject":{"protocol":"https","path":["api","v1","students-andalucia"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"00da8a45-0b78-4c07-b3b9-eb897c74664e"},{"name":"GET not found","event":[{"listen":"test","script":{"id":"c7872650-32cd-4c69-ad81-dd3dddaed770","exec":["pm.test(\"Status code is 404\", function () {","    pm.response.to.have.status(404);","});"],"type":"text/javascript"}}],"id":"310ef513-6063-446d-af5e-fb95be41ad2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/barcelona","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","barcelona"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"310ef513-6063-446d-af5e-fb95be41ad2f"},{"name":"GET busqueda city","event":[{"listen":"test","script":{"id":"f579eb02-57b5-4234-a1b5-b794cd502490","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"16c5b7cb-a3d9-4bfe-850f-3ab232acdfaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia?city=malaga","urlObject":{"protocol":"https","path":["api","v1","students-andalucia"],"host":["sos1819-05","herokuapp","com"],"query":[{"key":"city","value":"malaga"}],"variable":[]}},"response":[],"_postman_id":"16c5b7cb-a3d9-4bfe-850f-3ab232acdfaf"},{"name":"GET busqueda año","event":[{"listen":"test","script":{"id":"f579eb02-57b5-4234-a1b5-b794cd502490","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3e126262-892f-40cd-97b0-97d7233186d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia?year=2017","urlObject":{"protocol":"https","path":["api","v1","students-andalucia"],"host":["sos1819-05","herokuapp","com"],"query":[{"key":"year","value":"2017"}],"variable":[]}},"response":[],"_postman_id":"3e126262-892f-40cd-97b0-97d7233186d6"},{"name":"PAGINACION","event":[{"listen":"test","script":{"id":"f579eb02-57b5-4234-a1b5-b794cd502490","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"286ca4c6-fb41-47bc-bbe7-70fae66a3b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/?page=0&limit=3","urlObject":{"protocol":"https","path":["api","v1","students-andalucia",""],"host":["sos1819-05","herokuapp","com"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"3"}],"variable":[]}},"response":[],"_postman_id":"286ca4c6-fb41-47bc-bbe7-70fae66a3b05"},{"name":"DELETE recurso concreto","event":[{"listen":"test","script":{"id":"9937a97e-97a9-4d83-9c1a-35596b4a9516","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"18f90f5f-6b27-4fa6-8d5f-be6327630919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"city\": \"badajoh\",\n    \"year\": \"2017\",\n    \"esoStudent\": \"0\",\n    \"highSchoolStudent\": \"0\",\n    \"vocationalTraining\": \"0\"\n}"},"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/cordoba","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","cordoba"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"18f90f5f-6b27-4fa6-8d5f-be6327630919"},{"name":"DELETE conjunto","event":[{"listen":"test","script":{"id":"ea13b69f-5cc8-44e2-8f93-3cdbd3c6361c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b6477320-a966-4dff-a963-c59ad6cf733c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/","urlObject":{"protocol":"https","path":["api","v1","students-andalucia",""],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6477320-a966-4dff-a963-c59ad6cf733c"},{"name":"GET cojunto vacio","event":[{"listen":"test","script":{"id":"f579eb02-57b5-4234-a1b5-b794cd502490","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"09ba32c9-3613-4337-8922-3d18677c8309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/","urlObject":{"protocol":"https","path":["api","v1","students-andalucia",""],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"09ba32c9-3613-4337-8922-3d18677c8309"},{"name":"loalInitialData","event":[{"listen":"test","script":{"id":"472d1611-e192-4c45-bd48-eaa41c7df665","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"afe7ee09-2c42-437d-9a90-8cd57bb55187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://sos1819-05.herokuapp.com/api/v1/students-andalucia/loadInitialData","urlObject":{"protocol":"https","path":["api","v1","students-andalucia","loadInitialData"],"host":["sos1819-05","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"afe7ee09-2c42-437d-9a90-8cd57bb55187"}],"event":[{"listen":"prerequest","script":{"id":"aa11ff5d-b1cc-4390-a253-2e373ba14266","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d42e60cc-fd7c-4325-8157-fa67dfd6da72","type":"text/javascript","exec":[""]}}]}