{"info":{"_postman_id":"712fa626-93a9-477c-bd8a-e978b969c403","name":"SOS20-21","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12390654","collectionId":"712fa626-93a9-477c-bd8a-e978b969c403","publishedId":"TzJu8c5h","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-19T18:23:14.000Z"},"item":[{"name":"Load Initial Data","event":[{"listen":"test","script":{"id":"bd6befe8-32e4-4377-890f-5cbb43f09ce1","exec":["pm.test(\"Status\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"e3fa04a1-61d5-48d6-bf8a-1628df157ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/loadInitialData","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","loadInitialData"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3fa04a1-61d5-48d6-bf8a-1628df157ca4"},{"name":"GET a la lista de Recursos","event":[{"listen":"test","script":{"id":"f2b49752-1d09-443c-94a8-91876da1e3f9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"89636d88-46f4-4d77-ac78-f1bf6d161a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89636d88-46f4-4d77-ac78-f1bf6d161a3a"},{"name":"POST a la lista de Recursos","event":[{"listen":"test","script":{"id":"d782530e-29c0-427d-b44b-0e72ea412d04","exec":["pm.test(\"Data have been posted\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"e3c84ab8-9c8e-4974-840f-036be0beb354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"PruebaEntregable\",\r\n    \"year\": 2021,\r\n    \"surrender_counts\": 1935554,\r\n    \"new_students\": 536663,\r\n    \"surrender_percent\":36322.21,\r\n    \"center\": \"CentroPrueba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3c84ab8-9c8e-4974-840f-036be0beb354"},{"name":"GET a un Recurso","event":[{"listen":"test","script":{"id":"5f488393-1a6e-4b0b-bb87-b2a377fbf7a4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c17d8190-d178-46ed-956e-2920f1f07fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders/PruebaEntregable/2021","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders","PruebaEntregable","2021"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c17d8190-d178-46ed-956e-2920f1f07fe4"},{"name":"DELETE a un Recurso","event":[{"listen":"test","script":{"id":"535f6985-2379-41dc-b372-cf83a74dfae3","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript"}}],"id":"ead8b69e-c54f-4b8e-90c4-12875c931cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders/PruebaEntregable/2021","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders","PruebaEntregable","2021"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ead8b69e-c54f-4b8e-90c4-12875c931cb5"},{"name":"PUT a un Recurso","event":[{"listen":"test","script":{"id":"7745eb67-76e9-4177-8d73-a1a549d21585","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"7993bcbc-c1d9-4033-a1d9-4d1c9e8b5fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"PruebaEntregablePUT\",\r\n    \"year\": 2021,\r\n    \"surrender_counts\": 1935554,\r\n    \"new_students\": 536663,\r\n    \"surrender_percent\":36322.21,\r\n    \"center\": \"CentroPruebaPUT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders/History/2018","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders","History","2018"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7993bcbc-c1d9-4033-a1d9-4d1c9e8b5fad"},{"name":"GET a la lista de Recursos (Debe de dar error)","event":[{"listen":"test","script":{"id":"99313606-db1b-4ae5-874e-5f32f7a65dc9","exec":["pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript"}}],"id":"f518ee14-f80f-48d7-8661-dc3db14d4025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f518ee14-f80f-48d7-8661-dc3db14d4025"},{"name":"GET a la lista de Recursos (Debe de dar error) Copy","event":[{"listen":"test","script":{"id":"8c395343-f7a4-47f5-8f48-82454bb2e50c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"76701b30-2cb6-4274-864c-2e0300b958fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders/PruebaEntregable/2021","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders","PruebaEntregable","2021"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76701b30-2cb6-4274-864c-2e0300b958fc"},{"name":"POST a un Recurso (Debe dar fallo)","event":[{"listen":"test","script":{"id":"2dc06832-4d5b-458e-b1ef-345d8efe4167","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(400);\r","});"],"type":"text/javascript"}}],"id":"eef2cd99-b2a1-4447-a0b7-b4f7c1886b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"PruebaEntregable\",\r\n    \"number\": 2021,\r\n    \"surrender_counts\": 1935554,\r\n    \"new_students\": 536663,\r\n    \"surrender_percent\":36322.21,\r\n    \"center\": \"CentroPrueba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eef2cd99-b2a1-4447-a0b7-b4f7c1886b57"},{"name":"POST a un Recurso (Debe dar fallo)","event":[{"listen":"test","script":{"id":"3bb1e30a-d7bb-4fe8-ab52-12b713bd3a6f","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(409);\r","});"],"type":"text/javascript"}}],"id":"c3d32005-0b68-4d64-a19e-6d3ac571e235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"PruebaEntregable\",\r\n    \"year\": 2021,\r\n    \"surrender_counts\": 1935554,\r\n    \"new_students\": 536663,\r\n    \"surrender_percent\":36322.21,\r\n    \"center\": \"CentroPrueba\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d32005-0b68-4d64-a19e-6d3ac571e235"},{"name":"POST a un Recurso (Debe dar fallo)","event":[{"listen":"test","script":{"id":"f5b90eaa-4e1f-46fb-8001-d0f95a9f0b7b","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(405);\r","});"],"type":"text/javascript"}}],"id":"d17138cc-4b1e-4fad-afc0-c7dc62557fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders/History/2018","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders","History","2018"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d17138cc-4b1e-4fad-afc0-c7dc62557fe4"},{"name":"PUT a la lista de Recursos (Debe dar fallo)","event":[{"listen":"test","script":{"id":"bc98f356-9cc3-4185-bf45-c211f5266f5d","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(405);\r","});"],"type":"text/javascript"}}],"id":"2a0fee18-244b-4472-9a80-956949cced74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a0fee18-244b-4472-9a80-956949cced74"},{"name":"DELETE a la lista de Recursos","event":[{"listen":"test","script":{"id":"ee260596-35ac-4435-9b15-44dc3d2a04d4","exec":["pm.test(\"Status\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript"}}],"id":"99b294a6-64ff-4aaa-af77-d45b94be6fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99b294a6-64ff-4aaa-af77-d45b94be6fb3"},{"name":"Load Initial Data Para las búsquedas y paginación","event":[{"listen":"test","script":{"id":"b210bcb8-a505-40ad-8cf9-e12c11126021","exec":["pm.test(\"Data have been charged\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"253813b8-af54-4191-aa37-1a952fa2ebbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/loadInitialData","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","loadInitialData"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"253813b8-af54-4191-aa37-1a952fa2ebbc"},{"name":"Busqueda por 1 campo","event":[{"listen":"test","script":{"id":"35174828-f560-46eb-9966-93caa19b3b74","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"5d667281-da54-466c-b1c2-0d574b7a9415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders?center=FEFP","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"center","value":"FEFP"}],"variable":[]}},"response":[],"_postman_id":"5d667281-da54-466c-b1c2-0d574b7a9415"},{"name":"Busqueda por 2 campos","event":[{"listen":"test","script":{"id":"692765c7-b9c1-4171-8645-61e2e178e7d4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"18ccee5d-d02d-4ba5-9de9-44926b8d67a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders?new_students=533&surrender_percent=36.21","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"new_students","value":"533"},{"key":"surrender_percent","value":"36.21"}],"variable":[]}},"response":[],"_postman_id":"18ccee5d-d02d-4ba5-9de9-44926b8d67a1"},{"name":"Búsqueda por 3 campos","event":[{"listen":"test","script":{"id":"611eee0f-0c7e-4f51-8b50-e64ec50a51f9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"9ff6a34d-239e-43c2-8dca-018434d0bc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders?new_students=237&surrender_percent=19.83&center=ETSII","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"new_students","value":"237"},{"key":"surrender_percent","value":"19.83"},{"key":"center","value":"ETSII"}],"variable":[]}},"response":[],"_postman_id":"9ff6a34d-239e-43c2-8dca-018434d0bc14"},{"name":"Paginación","event":[{"listen":"test","script":{"id":"1cab9221-cd5c-4f97-a97b-7b34b98fd8cf","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3a9c45e5-e85f-4caf-bd6b-408709c19d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders?limit=2&offset=0","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3a9c45e5-e85f-4caf-bd6b-408709c19d58"},{"name":"Paginación 2","event":[{"listen":"test","script":{"id":"3f3f7d58-d57f-42cf-9c21-8756c7f96bde","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"a44ccad0-34c8-4fa7-b126-13a696d7c3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders?limit=2&offset=1","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a44ccad0-34c8-4fa7-b126-13a696d7c3bd"},{"name":"DELETE a la lista de Recursos tras pruebas búsquedas y paginación","event":[{"listen":"test","script":{"id":"f3ea3dde-7bf2-482f-9b53-7ff5aaccf3be","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"114cfb1c-e0af-4668-b03b-f06be1169e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/surrenders-by-degrees-us/surrenders","urlObject":{"protocol":"https","path":["api","v1","surrenders-by-degrees-us","surrenders"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"114cfb1c-e0af-4668-b03b-f06be1169e77"}]}