{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Admin Project API", "version": "1.0" }, "items": [ { "info": { "name": "Admin Project", "type": "folder" }, "items": [ { "info": { "name": "프로젝트 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 리스트" }, { "info": { "name": "프로젝트 등록", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/bapi/v1/project", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 이미지는 upload/image 를 사용해서 추가 " }, { "info": { "name": "프로젝트 인증 기관 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project/agency", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 인증 기관 리스트" }, { "info": { "name": "프로젝트 효과 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project/effect/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 효과 리스트" }, { "info": { "name": "프로젝트 유형 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project/type/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 유형 리스트" }, { "info": { "name": "프로젝트 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 상세정보" }, { "info": { "name": "프로젝트 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/project/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 수정" }, { "info": { "name": "Project Balance History 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/project/:id/history", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Project Balance History 리스트" }, { "info": { "name": "프로젝트 수량변경", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/project/:id/increment", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "프로젝트 수량변경" } ] } ], "bundled": true }