HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
지출 상세 조회

지출 상세 조회

Method
GET
API 연결여부
API 연결여부
담당자
루체
비올레
작업여부
작업여부
인증 필요
인증 필요
URL
/expenditures/{expenditureId}
Example Request Body
 
Example Response Body
{ "id": 1, "registerDate": "2022-07-29T22:21", "amount": 10000, "content": "오늘 얼마를 사용", "userCategoryId" : 1, "categoryName": "식비" }