-
Notifications
You must be signed in to change notification settings - Fork 0
모든 물품 조회하기
hyeonseung lee edited this page Mar 10, 2024
·
5 revisions
모든 물품 조회하기
GET : /items
None
None
Example URL : {{baseURL}}/items
Success : 200
[
{
"_id": "65bf3198c9068e44fff72bce",
"product_name": "호절미처럼생긴찬우",
"type": "expandable",
"count": 100,
"image": {
"type": "Buffer",
"data": Binary.createFromBase64(...)
},
"__v": 0
},
{
"_id": "65dc4070b0ebdf4c172724cd",
"product_name": "코알라",
"type": "expandable",
"count": 3,
"image": {
"type": "Buffer",
"data": Binary.createFromBase64(...)
},
"__v": 0
}
]