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:27:25.179Z",
"fundingEndDate": "2024-11-25T14:27:25.179Z",
"donationStartDate": "2024-11-25T14:27:25.179Z",
"donationEndDate": "2024-11-25T14:27:25.179Z"
}
],
"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
}
}
No links
JSON
복사