{"info":{"_postman_id":"945e7720-d7b2-2f7f-3596-56f769587b8f","name":"spring-data-rest-dto","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"788154","collectionId":"945e7720-d7b2-2f7f-3596-56f769587b8f","publishedId":"6mz3FWE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-07-30T13:24:08.000Z"},"item":[{"name":"/categories/dto","id":"96a884a0-0083-29a9-e2d3-d9a155f9c633","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/dto","description":"<p>Retrieve a list of Category DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","categories","dto"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"65dc5264-f688-09f0-78f9-89bf6a2f9827","name":"Result example","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/dto"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Type","key":"Content-Type","value":"application/hal+json;charset=UTF-8","description":""},{"name":"Date","key":"Date","value":"Sat, 29 Jul 2017 13:11:39 GMT","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"67","body":"{\r\n  \"_embedded\" : {\r\n    \"categories\" : [ {\r\n      \"category\" : {\r\n        \"name\" : \"category1\"\r\n      },\r\n      \"quantity\" : 3,\r\n      \"_links\" : {\r\n        \"category\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/6\"\r\n        },\r\n        \"self\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/6/dto\"\r\n        }\r\n      }\r\n    }, {\r\n      \"category\" : {\r\n        \"name\" : \"category2\"\r\n      },\r\n      \"quantity\" : 2,\r\n      \"_links\" : {\r\n        \"category\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/7\"\r\n        },\r\n        \"self\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/7/dto\"\r\n        }\r\n      }\r\n    } ]\r\n  },\r\n  \"_links\" : {\r\n    \"self\" : {\r\n      \"href\" : \"http://localhost:8080/api/categories/dto\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"96a884a0-0083-29a9-e2d3-d9a155f9c633"},{"name":"/categories/dtoPaged","id":"2338dd45-01f8-7b10-5e69-51bda72d8971","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/dtoPaged","description":"<p>Retrieve a paged list of Category DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","categories","dtoPaged"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"449737c4-197a-427e-a2c6-a68dd479d879","name":"Result example","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/dtoPaged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Type","key":"Content-Type","value":"application/hal+json;charset=UTF-8","description":""},{"name":"Date","key":"Date","value":"Sat, 29 Jul 2017 13:11:42 GMT","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"57","body":"{\r\n  \"_embedded\" : {\r\n    \"categories\" : [ {\r\n      \"category\" : {\r\n        \"name\" : \"category1\"\r\n      },\r\n      \"quantity\" : 3,\r\n      \"_links\" : {\r\n        \"category\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/6\"\r\n        },\r\n        \"self\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/6/dto\"\r\n        }\r\n      }\r\n    }, {\r\n      \"category\" : {\r\n        \"name\" : \"category2\"\r\n      },\r\n      \"quantity\" : 2,\r\n      \"_links\" : {\r\n        \"category\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/7\"\r\n        },\r\n        \"self\" : {\r\n          \"href\" : \"http://localhost:8080/api/categories/7/dto\"\r\n        }\r\n      }\r\n    } ]\r\n  },\r\n  \"_links\" : {\r\n    \"self\" : {\r\n      \"href\" : \"http://localhost:8080/api/categories/dtoPaged\"\r\n    }\r\n  },\r\n  \"page\" : {\r\n    \"size\" : 20,\r\n    \"totalElements\" : 2,\r\n    \"totalPages\" : 1,\r\n    \"number\" : 0\r\n  }\r\n}"}],"_postman_id":"2338dd45-01f8-7b10-5e69-51bda72d8971"},{"name":"/categories/6/dto","id":"1eb2ce06-2890-b925-8c0d-422cae9a8616","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/6/dto","description":"<p>Retrieve a single Category DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","categories","6","dto"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f50c00b-7029-b402-9ea5-84fdd7c825f7","name":"Result example","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/categories/6/dto"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Type","key":"Content-Type","value":"application/hal+json;charset=UTF-8","description":""},{"name":"Date","key":"Date","value":"Sat, 29 Jul 2017 13:14:18 GMT","description":""},{"name":"Transfer-Encoding","key":"Transfer-Encoding","value":"chunked","description":""}],"cookie":[],"responseTime":"54","body":"{\r\n  \"category\" : {\r\n    \"name\" : \"category1\"\r\n  },\r\n  \"quantity\" : 3,\r\n  \"_links\" : {\r\n    \"category\" : {\r\n      \"href\" : \"http://localhost:8080/api/categories/6\"\r\n    },\r\n    \"self\" : {\r\n      \"href\" : \"http://localhost:8080/api/categories/6/dto\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"1eb2ce06-2890-b925-8c0d-422cae9a8616"},{"name":"/products/dto","id":"c1153a4d-1c3b-8eb3-16ee-4e5141f554a1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/products/dto","description":"<p>Retrieve a list of Products DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","dto"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1153a4d-1c3b-8eb3-16ee-4e5141f554a1"},{"name":"/products/1/dto","id":"f6cf3ef0-fea7-d45e-6d0c-8816be9ec8e5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/products/1/dto","description":"<p>Retrieve a single Products DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","1","dto"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6cf3ef0-fea7-d45e-6d0c-8816be9ec8e5"},{"name":"/products/dtoPaged","id":"5732d48f-32a2-a46f-e43d-9cbedd162525","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/api/products/dtoPaged","description":"<p>Retrieve a paged list of Products DTOs</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","dtoPaged"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5732d48f-32a2-a46f-e43d-9cbedd162525"}]}