{"info":{"_postman_id":"b53b32d3-1184-468f-91b4-731777767cc8","name":"Page","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"44617139","collectionId":"b53b32d3-1184-468f-91b4-731777767cc8","publishedId":"2sB2qcD1NX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-26T03:03:37.000Z"},"item":[{"name":"select page","id":"306be6f3-7626-49b9-a1a9-dab53f20fcdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userEmail\" : \"qqq@naver.com\",\r\n    \"password\" :  \"1234\"\r\n}"},"url":"http://localhost:8080/schedule/page","description":"<h3 id=\"페이지-조회-api\">페이지 조회 API</h3>\n<ul>\n<li><p>Method : GET</p>\n</li>\n<li><p>ULR : <a href=\"http://localhost:8080/schedule/page\">http://localhost:8080/schedule/page</a></p>\n</li>\n<li><p>로그인 후 일정을 작성한 경우 size 수 만큼 페이지 구현</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">Response body Sample\n{\n    \"content\": [\n        {\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"replyCount\": 0,\n            \"createdAt\": \"2025-05-23\",\n            \"updatedAt\": \"2025-05-23\",\n            \"userName\": \"test\"\n        },\n        {\n            \"title\": \"제목1\",\n            \"contents\": \"내용1\",\n            \"replyCount\": 0,\n            \"createdAt\": \"2025-05-23\",\n            \"updatedAt\": \"2025-05-23\",\n            \"userName\": \"test\"\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 2,\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": false,\n    \"totalPages\": 4,\n    \"totalElements\": 7,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"size\": 2,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"empty\": false\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"8080","path":["schedule","page"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"306be6f3-7626-49b9-a1a9-dab53f20fcdf"}]}