{"info":{"_postman_id":"d7b21183-73ce-4aa7-88da-b51a818bf5af","name":"Takima-training","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4811578","collectionId":"d7b21183-73ce-4aa7-88da-b51a818bf5af","publishedId":"RznEJdFW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-01-05T22:47:35.000Z"},"item":[{"name":"Get students in a department","id":"4a1c4797-84c0-458f-8b9d-48cce116204e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/departments/ASI/students","urlObject":{"protocol":"http","port":"8080","path":["departments","ASI","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1c4797-84c0-458f-8b9d-48cce116204e"},{"name":"Save a new student","id":"53856d1a-5a23-46c1-97ab-94227acb9c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Imelda\",\n    \"lastname\": \"Snider\",\n    \"department\": {\n        \"id\": 4,\n        \"name\": \"GC\"\n    }\n}"},"url":"http://localhost:8080/students/","urlObject":{"protocol":"http","port":"8080","path":["students",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"53856d1a-5a23-46c1-97ab-94227acb9c3e"},{"name":"Get a student by ID","id":"77031413-69cf-497d-b347-e6640a8dd60c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/students/6","urlObject":{"protocol":"http","port":"8080","path":["students","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"77031413-69cf-497d-b347-e6640a8dd60c"},{"name":"Update a student","id":"83c71876-b889-4f53-a580-33c37b865a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Francis\",\n    \"lastname\": \"Huster\",\n    \"department\": {\n        \"id\": 1,\n        \"name\": \"ASI\"\n    }\n}"},"url":"http://localhost:8080/students/77","urlObject":{"protocol":"http","port":"8080","path":["students","77"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83c71876-b889-4f53-a580-33c37b865a06"},{"name":"Delete a student by ID","id":"3f441a77-5855-4185-8e96-976d77715ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/students/77","urlObject":{"protocol":"http","port":"8080","path":["students","77"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f441a77-5855-4185-8e96-976d77715ddb"},{"name":"Get department by name","id":"ac724165-7ae2-4c30-a1a6-2c98742b1d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/departments/ASI/","urlObject":{"protocol":"http","port":"8080","path":["departments","ASI",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac724165-7ae2-4c30-a1a6-2c98742b1d2a"},{"name":"Get department count by department name","id":"e70b8066-451d-4c53-8ec5-0ab78b145c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/departments/ASI/count","urlObject":{"protocol":"http","port":"8080","path":["departments","ASI","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e70b8066-451d-4c53-8ec5-0ab78b145c47"}]}