-
Notifications
You must be signed in to change notification settings - Fork 1
[GET] 임박식재료
owenyi edited this page Nov 20, 2020
·
1 revision
URL
/api/refrigerator/getExpiratedIngredients?user_idx=1
RESPONSE
key | type | description | remark |
---|---|---|---|
user_idx | int | ||
ingredients_idx | int | ||
ingredients_name | str | ||
buyDate | str | ||
expirationDate | str | ||
expiration | int |
RESPONSE BODY
{
"res_State": "success_get_refrigerator",
"res_Msg": "임박 식재료를 성공적으로 가져왔습니다.",
"res_Data": [
{
"user_idx": 1,
"ingredients_idx": 15,
"ingredients_name": "두부",
"buyDate": "2020-10-21T00:00:00.000Z",
"expirationDate": "2020-10-26T00:00:00.000Z",
"expiration": 3
}
...
]
}