-
Notifications
You must be signed in to change notification settings - Fork 0
스크랩 카테고리별 조회
우다현 edited this page Jul 29, 2021
·
2 revisions
GET /scrap/by-category
* Body
{
"categoryIdx":1
}
- Headers
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWR4Ijo0OSwiaWF0IjoxNjI3NDU1MTY5LCJleHAiOjE2NTg5OTExNjksInN1YiI6InVzZXJJbmZvIn0.7-emcIqkU4Z2lB9umn7X1Rz925NNEIEIsPjJn0w4IMk"
}
{
"success": true,
"code": 1000,
"message": "스크랩 카테고리별 조회 성공",
"result": [
{
"idx": 5,
"title": "애플 공식 사이트",
"contentUrl": "https://www.apple.com/kr",
"thumbnailUrl": "https://www.apple.com/kr/image",
"summary": "아이폰 12, 상상 그 이상의 스피드",
"comment": "나중에 보기",
"categoryIdx": 1,
"folderIdx": 0
}
]
}
- 입력
{
"success": false,
"code": 3101,
"message": "조회할 categoryIdx를 입력해 주세요."
}
- 중복
{
"success": false,
"code": 3101,
"message": "스크랩이 존재하지 않습니다."
}
- token
{
"success": false,
"code": 5001,
"message": "토큰을 입력해 주세요."
}
{
"success": false,
"code": 5002,
"message": "토큰 유효기간이 만료되었습니다."
}
{
"success": false,
"code": 5003,
"message": "유효하지 않은 토큰입니다."
}