{"info":{"_postman_id":"e674ecfe-6334-488c-8c96-b11f75f85099","name":"REST query language with Querydsl and Spring Data","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"788154","collectionId":"e674ecfe-6334-488c-8c96-b11f75f85099","publishedId":"RWEnmvWX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-07-01T11:48:26.000Z"},"item":[{"name":"/people","id":"18e340f3-9d75-4e05-ae66-5f369701745f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people","description":"<p>Get all people</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9995cd4d-fc3c-4fb4-876a-a4b9aa55844e","name":"/people","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Smith\",\n\t\"dob\": \"2000-01-01\"\n}"},"url":"http://localhost:8080/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 11:39:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"_embedded\":{\"people\":[{\"name\":\"Person0\",\"dob\":\"1970-01-01\",\"age\":48,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/1\"}}},{\"name\":\"Person1\",\"dob\":\"1975-02-02\",\"age\":43,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/2\"}}},{\"name\":\"Person2\",\"dob\":\"1980-03-03\",\"age\":38,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/3\"}}},{\"name\":\"Person3\",\"dob\":\"1985-04-04\",\"age\":33,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/4\"}}},{\"name\":\"Person4\",\"dob\":\"1990-05-05\",\"age\":28,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/5\"}}},{\"name\":\"Person5\",\"dob\":\"1995-06-06\",\"age\":23,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/6\"}}},{\"name\":\"Person6\",\"dob\":\"2000-07-07\",\"age\":18,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/7\"}}},{\"name\":\"Person7\",\"dob\":\"2005-08-08\",\"age\":13,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/8\"}}},{\"name\":\"Person8\",\"dob\":\"2010-09-09\",\"age\":8,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/9\"}}},{\"name\":\"Person9\",\"dob\":\"2015-10-10\",\"age\":3,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/10\"}}},{\"name\":\"John Smith\",\"dob\":\"2000-01-01\",\"age\":18,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/11\"}}}]},\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people?page=0&size=20\"}},\"page\":{\"size\":20,\"totalElements\":11,\"totalPages\":1,\"number\":0}}"}],"_postman_id":"18e340f3-9d75-4e05-ae66-5f369701745f"},{"name":"/people?size=3&sort=age","id":"bc028c13-89d0-4e04-b934-c91a5e03ec8d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people?size=3&sort=age","description":"<p>Get all people with specific page size and sorting order by some property of the Person</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people"],"host":["localhost"],"query":[{"key":"size","value":"3"},{"key":"sort","value":"age"}],"variable":[]}},"response":[{"id":"79f86a76-5c10-4a1b-8260-60aae9555ce7","name":"/people?size=3&sort=age","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Smith\",\n\t\"dob\": \"2000-01-01\"\n}"},"url":{"raw":"http://localhost:8080/people?size=3&sort=age","protocol":"http","host":["localhost"],"port":"8080","path":["people"],"query":[{"key":"size","value":"3"},{"key":"sort","value":"age"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 11:44:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"_embedded\":{\"people\":[{\"name\":\"Person9\",\"dob\":\"2015-10-10\",\"age\":3,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/10\"}}},{\"name\":\"Person8\",\"dob\":\"2010-09-09\",\"age\":8,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/9\"}}},{\"name\":\"Person7\",\"dob\":\"2005-08-08\",\"age\":13,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/8\"}}}]},\"_links\":{\"first\":{\"href\":\"http://localhost:8080/people?page=0&size=3&sort=age,asc\"},\"self\":{\"href\":\"http://localhost:8080/people?page=0&size=3&sort=age,asc\"},\"next\":{\"href\":\"http://localhost:8080/people?page=1&size=3&sort=age,asc\"},\"last\":{\"href\":\"http://localhost:8080/people?page=3&size=3&sort=age,asc\"}},\"page\":{\"size\":3,\"totalElements\":11,\"totalPages\":4,\"number\":0}}"}],"_postman_id":"bc028c13-89d0-4e04-b934-c91a5e03ec8d"},{"name":"/people?size=3&sort=age,desc&name=person&age=18&age=30","id":"318a7e37-16d7-4b87-9890-b4ac6eaec45e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people?size=3&sort=age,desc&name=person&age=18&age=30","description":"<p>Get people with specific page size and descending sorting order by some property of the Person. </p>\n<p>Filtered them by case insensitive part of their name and by age between 18 and 30.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people"],"host":["localhost"],"query":[{"key":"size","value":"3"},{"key":"sort","value":"age,desc"},{"key":"name","value":"person"},{"key":"age","value":"18"},{"key":"age","value":"30"}],"variable":[]}},"response":[{"id":"2bad2f2a-32ce-4089-a2a1-e44bf150796e","name":"/people?size=3&sort=age,desc&name=person&age=18&age=30","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8080/people?size=3&sort=age,desc&name=person&age=18&age=30","protocol":"http","host":["localhost"],"port":"8080","path":["people"],"query":[{"key":"size","value":"3"},{"key":"sort","value":"age,desc"},{"key":"name","value":"person"},{"key":"age","value":"18"},{"key":"age","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 12:00:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"_embedded\":{\"people\":[{\"name\":\"Person4\",\"dob\":\"1990-05-05\",\"age\":28,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/5\"}}},{\"name\":\"Person5\",\"dob\":\"1995-06-06\",\"age\":23,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/6\"}}},{\"name\":\"Person6\",\"dob\":\"2000-07-07\",\"age\":18,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/7\"}}}]},\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people?page=0&size=3&sort=age,desc\"}},\"page\":{\"size\":3,\"totalElements\":3,\"totalPages\":1,\"number\":0}}"}],"_postman_id":"318a7e37-16d7-4b87-9890-b4ac6eaec45e"},{"name":"/people?dob=1990-01-01&dob=2000-01-01","id":"19c491c5-c49f-4af7-9469-480ac810bbf5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people?dob=1990-01-01&dob=2000-01-01","description":"<p>Get all people between two days of their birthday.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people"],"host":["localhost"],"query":[{"key":"dob","value":"1990-01-01"},{"key":"dob","value":"2000-01-01"}],"variable":[]}},"response":[{"id":"816e9648-a6ac-4152-b298-2bbbce4e93c8","name":"/people?dob=1990-01-01&dob=2000-01-01","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8080/people?dob=1990-01-01&dob=2000-01-01","protocol":"http","host":["localhost"],"port":"8080","path":["people"],"query":[{"key":"dob","value":"1990-01-01"},{"key":"dob","value":"2000-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 12:08:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"_embedded\":{\"people\":[{\"name\":\"Person4\",\"dob\":\"1990-05-05\",\"age\":28,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/5\"}}},{\"name\":\"Person5\",\"dob\":\"1995-06-06\",\"age\":23,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/6\"}}}]},\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people?page=0&size=20\"}},\"page\":{\"size\":20,\"totalElements\":2,\"totalPages\":1,\"number\":0}}"}],"_postman_id":"19c491c5-c49f-4af7-9469-480ac810bbf5"},{"name":"/people","id":"5e3c4106-5360-40c4-8e4b-3047975a6f18","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Smith\",\n\t\"dob\": \"1990-01-01\"\n}"},"url":"http://localhost:8080/people","description":"<p>Create new person</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a801e011-c44c-4ee9-a0a3-8f4abee20822","name":"/people","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"John Smith\",\n\t\"dob\": \"1990-01-01\"\n}"},"url":"http://localhost:8080/people"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 12:26:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Location","value":"http://localhost:8080/people/11","name":"Location","description":"Used in redirection, or when a new resource has been created."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"name\":\"John Smith\",\"dob\":\"1990-01-01\",\"age\":28,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/11\"}}}"}],"_postman_id":"5e3c4106-5360-40c4-8e4b-3047975a6f18"},{"name":"/people/11","id":"561eecd0-5873-4d01-bcd3-34e967c40084","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Joan Smith\",\n\t\"dob\": \"1990-01-01\"\n}"},"url":"http://localhost:8080/people/11","description":"<p>Update a person</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people","11"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"449e25d0-5578-4019-8e00-daa5deb6f7a9","name":"/people/11","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Joan Smith\",\n\t\"dob\": \"1990-01-01\"\n}"},"url":"http://localhost:8080/people/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/hal+json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 01 Jul 2018 12:30:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":"{\"name\":\"Joan Smith\",\"dob\":\"1990-01-01\",\"age\":28,\"_links\":{\"self\":{\"href\":\"http://localhost:8080/people/11\"}}}"}],"_postman_id":"561eecd0-5873-4d01-bcd3-34e967c40084"},{"name":"/people/11","id":"6dec2b22-9f0a-4204-877c-ae8a1d50561a","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people/11","description":"<p>Delete a person</p>\n","urlObject":{"protocol":"http","port":"8080","path":["people","11"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46017a8c-729e-4129-9b83-173a5c2e9c3d","name":"/people/11","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people/11"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 01 Jul 2018 12:31:27 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":""},{"id":"6f864c5a-517e-421a-8454-de1e33a2f622","name":"/people/11","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:8080/people/11"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Sun, 01 Jul 2018 12:33:43 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"B6DBEA5565FEB0FF0E462BD033D6D6D7","key":"JSESSIONID"}],"responseTime":null,"body":""}],"_postman_id":"6dec2b22-9f0a-4204-877c-ae8a1d50561a"}]}