{"info":{"_postman_id":"815a1162-be8a-4cc7-8060-ee39a3fea28a","name":"Exams API","description":"<html><head></head><body><p>Exams API for Fractal challange.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16315917","collectionId":"815a1162-be8a-4cc7-8060-ee39a3fea28a","publishedId":"2s8YzL5mQX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-02T17:31:45.000Z"},"item":[{"name":"Exams","item":[{"name":"exams/index","id":"0a05a085-81e7-440c-98bb-78a0c5cf6ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/exams/","urlObject":{"protocol":"http","port":"3000","path":["api","v1","exams",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b463f6cb-025b-4236-bdaa-0bfd363f69e3","name":"exams/index","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/exams/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"58514b6028b423a0c4808d439b96a709\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"384c8b0c-5d45-4fc4-a9ac-fd2e9e7320bb"},{"key":"X-Runtime","value":"0.095054"},{"key":"Server-Timing","value":"sql.active_record;dur=34.62, start_processing.action_controller;dur=0.07, instantiation.active_record;dur=6.69, render_template.action_view;dur=9.61, process_action.action_controller;dur=17.48"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"exam_name\": \"ruby on rails\",\n        \"area\": \"technology\",\n        \"description\": \"Ruby on Rails language programming test for Computer Science students\"\n    },\n    {\n        \"id\": 2,\n        \"exam_name\": \"java\",\n        \"area\": \"technology\",\n        \"description\": \"Java language programming test for Computer Science students\"\n    },\n    {\n        \"id\": 4,\n        \"exam_name\": \"calculus\",\n        \"area\": \"math\",\n        \"description\": \"calculus to computer science\"\n    }\n]"}],"_postman_id":"0a05a085-81e7-440c-98bb-78a0c5cf6ecf"},{"name":"exams/show","id":"965bb662-557b-40db-91db-17ee26775f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/exams/1","urlObject":{"port":"3000","path":["api","v1","exams","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"965bb662-557b-40db-91db-17ee26775f71"},{"name":"exams/update","id":"92ad5a2d-11cb-4473-84d7-59c28baf1cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-User-Email","value":"carlosvferrer@gmail.com","type":"text"},{"key":"X-User-Token","value":"qLkuUhm_SM9KArzsbcbW","type":"text"}],"body":{"mode":"raw","raw":"{ \"exam\": { \"exam_name\": \"ruby on rails\", \"area\": \"technology\", \"description\": \"Ruby on Rails language programming test for Computer Science students\" } }"},"url":"http://localhost:3000/api/v1/exams/1","urlObject":{"protocol":"http","port":"3000","path":["api","v1","exams","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"92ad5a2d-11cb-4473-84d7-59c28baf1cb2"},{"name":"exams/create","id":"9bb256b1-1903-4329-b142-8ccb4c3a9c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-User-Email","value":"carlosvferrer@gmail.com","type":"text"},{"key":"X-User-Token","value":"qLkuUhm_SM9KArzsbcbW","type":"text"}],"body":{"mode":"raw","raw":"{ \"exam\": { \"exam_name\": \"algebra linear\", \"area\": \"math\", \"description\": \"algebra linear to computer science\" } }"},"url":"http://localhost:3000/api/v1/exams/","urlObject":{"protocol":"http","port":"3000","path":["api","v1","exams",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb256b1-1903-4329-b142-8ccb4c3a9c5a"},{"name":"exams/delete","id":"82ca6acd-a523-4f96-86e5-8820c0d04260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-User-Email","value":"carlosvferrer@gmail.com","type":"text"},{"key":"X-User-Token","value":"qLkuUhm_SM9KArzsbcbW","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/api/v1/exams/3","urlObject":{"protocol":"http","port":"3000","path":["api","v1","exams","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"82ca6acd-a523-4f96-86e5-8820c0d04260"}],"id":"b803e07d-9623-400a-b1ed-13a01c298be3","_postman_id":"b803e07d-9623-400a-b1ed-13a01c298be3","description":""}]}