Search
📊

조회별 데이터 응답 형태

태그
Data
URL

일반 조회

[ [ "2023-11-21", { "청약": [ "청약", 10000, [ { "id": 10, "category": "청약", "expenditureAmount": 10000, "expenditureAt": "2023-11-21T15:13:00", "memo": "dd", "isReadable": true } ] ], "경조사": [ "경조사", 100000, [ { "id": 13, "category": "경조사", "expenditureAmount": 100000, "expenditureAt": "2023-11-21T15:14:00", "memo": "dd", "isReadable": true } ] ] } ], [ "2023-11-20", { "보험비": [ "보험비", 1000000, [ { "id": 11, "category": "보험비", "expenditureAmount": 1000000, "expenditureAt": "2023-11-20T15:13:00", "memo": "dd", "isReadable": true } ] ], "통신비": [ "통신비", 100000, [ { "id": 12, "category": "통신비", "expenditureAmount": 100000, "expenditureAt": "2023-11-20T15:13:00", "memo": "sss", "isReadable": true } ] ], "식비": [ "식비", 120000, [ { "id": 17, "category": "식비", "expenditureAmount": 100000, "expenditureAt": "2023-11-20T15:34:00", "memo": "fff", "isReadable": true }, { "id": 18, "category": "식비", "expenditureAmount": 20000, "expenditureAt": "2023-11-20T15:52:00", "memo": "ㅇㅇ", "isReadable": true } ] ] } ], [ "2023-11-22", { "관리비": [ "관리비", 30000, [ { "id": 14, "category": "관리비", "expenditureAmount": 30000, "expenditureAt": "2023-11-22T15:14:00", "memo": "dd", "isReadable": true } ] ], "식비": [ "식비", 10000, [ { "id": 16, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-22T19:34:00", "memo": "dd", "isReadable": true } ] ] } ], [ "2023-11-23", { "식비": [ "식비", 10000, [ { "id": 15, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-23T15:34:00", "memo": "dd", "isReadable": true } ] ] } ] ]
JSON
복사

카테고리 조회

[ [ "2023-11-23", "식비", 10000, [ { "id": 15, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-23T15:34:00", "memo": "dd", "isReadable": true } ] ], [ "2023-11-22", "식비", 10000, [ { "id": 16, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-22T19:34:00", "memo": "dd", "isReadable": true } ] ], [ "2023-11-20", "식비", 120000, [ { "id": 17, "category": "식비", "expenditureAmount": 100000, "expenditureAt": "2023-11-20T15:34:00", "memo": "fff", "isReadable": true }, { "id": 18, "category": "식비", "expenditureAmount": 20000, "expenditureAt": "2023-11-20T15:52:00", "memo": "ㅇㅇ", "isReadable": true } ] ] ]
JSON
복사

최소 최대 금액 설정하여 조회

[ [ "2023-11-21", "청약", 10000, [ { "id": 10, "category": "청약", "expenditureAmount": 10000, "expenditureAt": "2023-11-21T15:13:00", "memo": "dd", "isReadable": true } ] ], [ "2023-11-23", "식비", 10000, [ { "id": 15, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-23T15:34:00", "memo": "dd", "isReadable": true } ] ], [ "2023-11-22", "식비", 10000, [ { "id": 16, "category": "식비", "expenditureAmount": 10000, "expenditureAt": "2023-11-22T19:34:00", "memo": "dd", "isReadable": true } ] ] ]
JSON
복사