{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Notice API", "version": "1.0" }, "items": [ { "info": { "name": "Notice", "type": "folder" }, "items": [ { "info": { "name": "공지사항 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/notice", "params": [ { "name": "category", "value": "", "type": "query", "description": "카테고리" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색 키워드" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 리스트" }, { "info": { "name": "활성화된 공지사항 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/notice/active", "params": [ { "name": "category", "value": "", "type": "query", "description": "카테고리" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색 키워드" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "활성화된 공지사항 리스트" }, { "info": { "name": "공지사항 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/notice/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지사항 상세정보" } ] } ], "bundled": true }