/v1/funding/my-funding

Method
GET
Client
USER
Description
자신의 참여 중 펀딩 조회

Request

Authorization

{ "Bear " : "token" } { "page": 0, "size": 1, "sort": [ "string" ] }
JSON
복사

Response

Body

{ "status": 0, "message": "string", "data": { "totalPages": 0, "totalElements": 0, "first": true, "last": true, "size": 0, "content": [ { "fundingId": "string", "title": "string", "content": "string", "image": "string", "curAmount": 0, "targetAmount": 0, "percent": 0, "status": "INPROGRESS", "category": "CHILDREN", "fundingStartDate": "2024-11-25T14:26:13.766Z", "fundingEndDate": "2024-11-25T14:26:13.766Z", "donationStartDate": "2024-11-25T14:26:13.766Z", "donationEndDate": "2024-11-25T14:26:13.766Z" } ], "number": 0, "sort": [ { "direction": "string", "nullHandling": "string", "ascending": true, "property": "string", "ignoreCase": true } ], "pageable": { "offset": 0, "sort": [ { "direction": "string", "nullHandling": "string", "ascending": true, "property": "string", "ignoreCase": true } ], "unpaged": true, "paged": true, "pageNumber": 0, "pageSize": 0 }, "numberOfElements": 0, "empty": true } }
JSON
복사