HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
검색 데이터 합계 API

검색 데이터 합계 API

Method
GET
API 연결여부
API 연결여부
담당자
윌리엄
비올레
작업여부
작업여부
인증 필요
인증 필요
URL
/account-book/search/sum/ ?categories=1,2,3 &minprice=0 &maxprice=20000 &start=2022-10-22 &end=2022-10-30 &content=내용
Default 쿼리파라미터 값
  • categories : 해당 유저가 가지고 있는 모든 카테고리
  • minprice : 등록할 수 있는 최소 금액(1원)
  • maxprice: 등록할 수 있는 최대 금액(1조)
  • start: 2000년 1월 1일
  • end : 3000년 12월 31일
  • content : “” — 빈 스트링
Example Response Body:
{ "incomeSum": 20000, "expenditureSum": 30000, "totalSum": -10000 }
Response Code
200