기프티콘 목록 조회

Request Query

userId: Int
JSON
복사
Search
Request
Name
Type
Required
Description
Default
Note
사용 여부
GifticonListRequest{ "name" : String, "email" : String, "password" : String, "phone" : String }
JSON
복사

Response(성공)

대신 GifticonPreviewDto (Long id, String name, String url, LocalDate endDate, IsUsed isUsed) 만들었음
Search
Name
Type
Required
Description
Default
Note
Int
기프티콘 아이디
String
이미지 주소
String
상품명
String
브랜드명
String
유효기간
String
사용여부
미사용, 사용중, 사용완료
CommonResponse{ "status": "success", "data": { "id": "String", "name": "String" } }
JSON
복사