{"info":{"_postman_id":"e9675c86-5f55-435f-97df-f45d4910b2e3","name":"educationELLy-API-documentation","description":"<html><head></head><body><p>API documentation for educationELLy app.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4941848","collectionId":"e9675c86-5f55-435f-97df-f45d4910b2e3","publishedId":"S1Lu29ZF","public":true,"customColor":{"top-bar":"2873BF","right-sidebar":"303030","highlight":"FB9438"},"publishDate":"2019-05-06T11:05:42.000Z"},"item":[{"name":"Get request to fetch all students","id":"da0fe536-511a-4681-a806-912546010337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://jmaxwell-fullstack-server.herokuapp.com/students","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e9675c86-5f55-435f-97df-f45d4910b2e3","id":"e9675c86-5f55-435f-97df-f45d4910b2e3","name":"educationELLy-API-documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["students"],"host":["jmaxwell-fullstack-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"da0fe536-511a-4681-a806-912546010337"},{"name":"Put request to update an individual student","id":"fbc519de-a8e4-4054-a2e2-41cd359534a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"   {\n        \"_id\": \"5ba03ec135b13952ae4ea099\",\n        \"fullName\": \"Fidel Ottley\",\n        \"school\": \"Washington High School\",\n        \"teacher\": \"Amber Herrara\",\n        \"dateOfBirth\": \"2012-02-26T00:00:00.000Z\",\n        \"gender\": \"Male\",\n        \"race\": \"Tohono O'Odham\",\n        \"gradeLevel\": 7,\n        \"nativeLanguage\": \"Albanian\",\n        \"cityOfBirth\": \"Tolkmicko\",\n        \"countryOfBirth\": \"Poland\",\n        \"ellStatus\": \"Exited (not monitored)\",\n        \"compositeLevel\": \"Entering\",\n        \"active\": false,\n        \"designation\": \"ELL\"\n    }"},"url":"https://jmaxwell-fullstack-server.herokuapp.com/students/:id/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e9675c86-5f55-435f-97df-f45d4910b2e3","id":"e9675c86-5f55-435f-97df-f45d4910b2e3","name":"educationELLy-API-documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["students",":id",""],"host":["jmaxwell-fullstack-server","herokuapp","com"],"query":[],"variable":[{"id":"7b338b84-6e94-4606-b559-f0177c951924","type":"string","value":"5ba03ec135b13952ae4ea099","key":"id"}]}},"response":[],"_postman_id":"fbc519de-a8e4-4054-a2e2-41cd359534a3"},{"name":"Post request to add a student","id":"5c878f49-a909-41c4-884f-ab38ff078e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"   {\n        \"fullName\": \"api demo\",\n        \"school\": \"Kennedy Junior High School\",\n        \"teacher\": \"Amber Herrara\",\n        \"gradeLevel\": 10,\n        \"ellStatus\": \"Tested (did not qualify)\",\n        \"compositeLevel\": \"Initiating\",\n        \"active\": \"false\",\n        \"designation\": \"ELL\"\n    }"},"url":"https://jmaxwell-fullstack-server.herokuapp.com/students","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e9675c86-5f55-435f-97df-f45d4910b2e3","id":"e9675c86-5f55-435f-97df-f45d4910b2e3","name":"educationELLy-API-documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["students"],"host":["jmaxwell-fullstack-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c878f49-a909-41c4-884f-ab38ff078e18"},{"name":"Delete request to remove an individual student","id":"8339572c-0cfd-4762-997d-aaa4b372a663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://jmaxwell-fullstack-server.herokuapp.com/students/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e9675c86-5f55-435f-97df-f45d4910b2e3","id":"e9675c86-5f55-435f-97df-f45d4910b2e3","name":"educationELLy-API-documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["students",":id"],"host":["jmaxwell-fullstack-server","herokuapp","com"],"query":[],"variable":[{"id":"449a6223-a812-4a67-a120-9e6c2130e8ff","type":"string","value":"5cd00ad0d8bc1200315246b6","key":"id"}]}},"response":[],"_postman_id":"8339572c-0cfd-4762-997d-aaa4b372a663"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}}}