{"info":{"_postman_id":"8b81dcc2-86cb-4b03-9867-f9be72d3879c","name":"API cut-off-marks from sos2021-l07","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14962900","collectionId":"8b81dcc2-86cb-4b03-9867-f9be72d3879c","publishedId":"TzJsfJ4p","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-18T11:21:51.000Z"},"item":[{"name":"loadInitialData","event":[{"listen":"test","script":{"id":"bbb912a7-1c6d-469b-acde-71e090b7372b","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"901b79ec-53e3-45d2-a5d4-f1eb245d124d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/loadInitialData/","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","loadInitialData",""],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"901b79ec-53e3-45d2-a5d4-f1eb245d124d"},{"name":"GET a la lista de recursos","event":[{"listen":"test","script":{"id":"581c501f-dbb8-46dc-958e-654e5abc4533","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body)\r","});"],"type":"text/javascript"}}],"id":"5c78e8fe-b46c-4c54-a430-9e49aa69e2cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts",""],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c78e8fe-b46c-4c54-a430-9e49aa69e2cd"},{"name":"POST a la lista de recursos","event":[{"listen":"test","script":{"id":"cc0d9f06-be21-4eb7-9eba-4e57fa4e6f62","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","\r","pm.test(\"Its a valid object and its an object\", function () {\r","    validDataEntry(pm.request.body);\r","});\r","\r","//Auxiliar functions\r","function validDataEntry(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"b3908afe-7b2c-45ba-b3b4-03d9f4544681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"Prueba2\",\r\n    \"year\": 2077,\r\n    \"cut_off_mark\": 1,\r\n    \"selectivity_presented_seville\": 200,\r\n    \"price_admision\": 999,\r\n    \"faculty\": \"FHISTRY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3908afe-7b2c-45ba-b3b4-03d9f4544681"},{"name":"POST a la lista de recursos Conflict","event":[{"listen":"test","script":{"id":"018b1c00-f097-4282-b1bd-cc4e0d3cdcba","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});\r","\r","pm.test(\"Its a valid object and its an object\", function () {\r","    validDataEntry(pm.request.body);\r","});\r","\r","//Auxiliar functions\r","function validDataEntry(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"712c5302-806e-4c9a-a653-41169bb36fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"Prueba2\",\r\n    \"year\": 2077,\r\n    \"cut_off_mark\": 1,\r\n    \"selectivity_presented_seville\": 200,\r\n    \"price_admision\": 999,\r\n    \"faculty\": \"FHISTRY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"712c5302-806e-4c9a-a653-41169bb36fd3"},{"name":"GET a un recurso","event":[{"listen":"test","script":{"id":"47e1f096-5433-4d03-b871-25f940947c6b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its a valid object and its an object\", function () {\r","    validDataEntry(pm.request.body);\r","});\r","\r","\r","//Auxiliar functions\r","function validDataEntry(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"6d1be486-748b-43b9-8fc9-cf6d80e6d63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/Geography/2017","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts","Geography","2017"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d1be486-748b-43b9-8fc9-cf6d80e6d63d"},{"name":"DELETE a un recurso","event":[{"listen":"test","script":{"id":"d991fffc-4fef-486f-b755-1ecc1d5cecc0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"4b6f6e59-a4b4-47dc-9097-3ac06005ed6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/Geography/2017","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts","Geography","2017"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b6f6e59-a4b4-47dc-9097-3ac06005ed6a"},{"name":"PUT a un recurso","event":[{"listen":"test","script":{"id":"8d2e8fd5-3537-44dc-bc04-c4c55990a72b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its a valid object and its an object\", function () {\r","    validDataEntry(pm.request.body);\r","});\r","\r","\r","//Auxiliar functions\r","function validDataEntry(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"2a8e162f-e2a7-4723-92e6-63a71c8772b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"degree\": \"Prueba2\",\r\n    \"year\": 2077,\r\n    \"cut_off_mark\": 69,\r\n    \"selectivity_presented_seville\": 8669,\r\n    \"price_admision\": 757,\r\n    \"faculty\": \"FHISTRY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/Prueba2/2077","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts","Prueba2","2077"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a8e162f-e2a7-4723-92e6-63a71c8772b4"},{"name":"POST a un recurso (fallo)","event":[{"listen":"test","script":{"id":"e2a85c32-1add-48a2-81c8-f3b99204363f","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(405);\r","});"],"type":"text/javascript"}}],"id":"485d76eb-36b4-4163-adf8-badac17d0047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/Prueba3/2077","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts","Prueba3","2077"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"485d76eb-36b4-4163-adf8-badac17d0047"},{"name":"POST a un recurso (fallo) error 400","event":[{"listen":"test","script":{"id":"62578937-7c53-44d9-856c-62f2335ed92f","exec":["pm.test(\"Status code is 400\", function () {\r","    pm.response.to.have.status(400);\r","});"],"type":"text/javascript"}}],"id":"6d0da2ba-a66e-4dd1-87d0-a691619380bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"degree\": \"History\",\r\n\"year\": 2017,\r\n\"cut_off_mark\": 6.5,\r\n\"selectivity_presented_seville\": 8669,\r\n\"price_admision\": 757,\r\n\"faculty\": \"FHISTRY\",\r\n\"hola\": \"hola\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0da2ba-a66e-4dd1-87d0-a691619380bf"},{"name":"PUT a lista recursos (fallo)","event":[{"listen":"test","script":{"id":"df801ce4-b765-4aff-b9bb-948c51dcc1e3","exec":["pm.test(\"Status code is 405\", function () {\r","    pm.response.to.have.status(405);\r","});"],"type":"text/javascript"}}],"id":"650bd624-0a26-4be4-8ac7-47943c116eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"650bd624-0a26-4be4-8ac7-47943c116eda"},{"name":"DELETE a lista de recursos Copy","event":[{"listen":"test","script":{"id":"e514c738-e20c-4ae6-a864-408bc7903a48","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"34637ded-3d50-4434-a002-dd717bd771af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34637ded-3d50-4434-a002-dd717bd771af"},{"name":"loadInitialData Copy","event":[{"listen":"test","script":{"id":"4061e391-0d80-4b36-89a2-40edc41f5175","exec":["pm.test(\"Status code is 201\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript"}}],"id":"f1f367e1-13b3-48ef-bcef-4ff4b2987127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/loadInitialData/","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","loadInitialData",""],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1f367e1-13b3-48ef-bcef-4ff4b2987127"},{"name":"Busqueda x 1 campo","event":[{"listen":"test","script":{"id":"1f4c8236-5d35-43d5-ae74-38a67f406ffc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body);\r","});\r","\r","pm.test(\"The objects on the array are valid\", function () {\r","    validDataReturn(pm.response);\r","});\r","\r","\r","//Auxiliar functions\r","function validDataReturn(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"afeb8f80-910f-4d19-bdc5-d5ba5b9a8788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts?degree=History","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[{"disabled":true,"key":"year","value":"2018"},{"key":"degree","value":"History"}],"variable":[]}},"response":[],"_postman_id":"afeb8f80-910f-4d19-bdc5-d5ba5b9a8788"},{"name":"Busqueda x 2 campos","event":[{"listen":"test","script":{"id":"5e3841d8-13c1-42ec-bea2-f1b2cc24e70a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body);\r","});\r","\r","pm.test(\"The objects on the array are valid\", function () {\r","    validDataReturn(pm.response);\r","});\r","\r","\r","//Auxiliar functions\r","function validDataReturn(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"c1a25c03-fad4-4c56-918c-090ed279aea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts?degree=History&year=2018","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"degree","value":"History"},{"key":"year","value":"2018"}],"variable":[]}},"response":[],"_postman_id":"c1a25c03-fad4-4c56-918c-090ed279aea7"},{"name":"Busqueda x 3 campos","event":[{"listen":"test","script":{"id":"ecacd62f-300a-48dc-83cc-36cb1c2bae11","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body);\r","});\r","\r","pm.test(\"The objects on the array are valid\", function () {\r","    validDataReturn(pm.response);\r","});\r","\r","\r","//Auxiliar functions\r","function validDataReturn(obj){\r","    if(Object.keys(obj).length !== 6) return false;\r","    if (!obj[\"degree\"]) return false;\r","\tif (!obj.degree) return false;\r","\tif (!obj[\"year\"]) return false;\r","    if (!obj.year) return false;\r","\tif (!obj[\"cut_off_mark\"]) return false;\r","    if (!obj.cut_off_mark) return false;\r","\tif (!obj[\"selectivity_presented_seville\"]) return false;\r","    if (!obj.selectivity_presented_seville) return false;\r","    if (!obj[\"price_admision\"]) return false;\r","\tif (!obj.price_admision) return false;\r","    if (!obj[\"faculty\"]) return false;\r","\tif (!obj.faculty) return false;\r","    return true;\r","}"],"type":"text/javascript"}}],"id":"1ce32930-7de9-4a95-b6b8-096d94577ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts?degree=History&year=2018&cut_off_mark=6.6","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"degree","value":"History"},{"key":"year","value":"2018"},{"key":"cut_off_mark","value":"6.6"}],"variable":[]}},"response":[],"_postman_id":"1ce32930-7de9-4a95-b6b8-096d94577ca1"},{"name":"Paginacion","event":[{"listen":"test","script":{"id":"1c28ac5a-302c-4098-8800-610b0897c5b5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body);\r","});\r","\r","pm.test(\"The returned array has the same size than limit\", function () {\r","    pm.response.length == pm.collectionVariables.get(\"limit\");\r","});"],"type":"text/javascript"}}],"id":"2abf1f89-7892-4ab5-b204-abbe28367c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts?limit=2&offset=0","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"2abf1f89-7892-4ab5-b204-abbe28367c42"},{"name":"Paginacion 2","event":[{"listen":"test","script":{"id":"f338b9b4-f1cb-4f40-8b5a-1e68eba210f9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Its an array\", function () {\r","    Array.isArray(pm.response.body);\r","});\r","\r","pm.test(\"The returned array has the same size than limit\", function () {\r","    pm.response.length == pm.collectionVariables.get(\"limit\");\r","});"],"type":"text/javascript"}}],"id":"bfcad869-bcbc-4baf-b51f-b1c711b2aeb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts?limit=2&offset=1","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"1"}],"variable":[]}},"response":[],"_postman_id":"bfcad869-bcbc-4baf-b51f-b1c711b2aeb0"},{"name":"GET a recurso que no existe","event":[{"listen":"test","script":{"id":"2f256f13-f199-4706-91cc-c87bdfb927fc","exec":["pm.test(\"Status code is 404\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript"}}],"id":"71c0c018-5135-4db4-afa7-8ee26ac6ac67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts/Geography/2055","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts","Geography","2055"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71c0c018-5135-4db4-afa7-8ee26ac6ac67"},{"name":"DELETE a lista de recursos","event":[{"listen":"test","script":{"id":"9233c506-2ef3-497f-ac22-8173fbf483e8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"10b3945b-c111-4482-8802-3b6f54f63d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sos2021-09.herokuapp.com/api/v1/cut-off-marks-by-degrees-us/cuts","urlObject":{"protocol":"https","path":["api","v1","cut-off-marks-by-degrees-us","cuts"],"host":["sos2021-09","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"10b3945b-c111-4482-8802-3b6f54f63d57"}]}