-
Notifications
You must be signed in to change notification settings - Fork 2
bookmark_detail
이동훈 edited this page Jan 1, 2020
·
5 revisions
Context-type : application/json
GET /post/bookmark/detail
header
Authorization : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImVoZGduczE3NjZAZ21haWwuY29tIiwibmFtZSI6IuydtOuPme2biCIsImlhdCI6MTU3NzQwNzg1NiwiZXhwIjoxNTc5OTk5ODU2LCJpc3MiOiJGbG9vZFNlcnZlciJ9.Zf_LNfQIEdFl84r-tPQpT1nLaxdotkFutOxwNQy-w58
query
category : "all" or "5e05b94a6e715e62f32dfc59" # all 혹은 _id
Sucess
{
"message": "해당 북마크 조회 완료",
"data": {
"posts": [
{
"postImages": [
"https://flood-master.s3.ap-northeast-2.amazonaws.com/1577096580808.jpg"
],
"see": 13,
"bookmark": 3,
"score": 2.9999999999999996,
"comments_count": 2,
"postDate": "2019-12-23T10:22:52.915Z",
"comments": [
"5e04867432c9dc382f481536",
"5e048695819f82383ad18fae"
],
"_id": "5e009585beecc40d80a4c835",
"category": "it",
"image": "https://imgnews.pstatic.net/image/079/2019/12/23/0003304759_001_20191223163702507.jpg",
"title": "\"국과수 감정 조작\" 檢, 이춘재 8차 재심 개시 의견 제출",
"description": "[CBS노컷뉴스 고무성 기자] 검찰이 이춘재 연쇄살인 8차 사건에 대해 재심을 개시함이 상당하다는 의견서를 법원에 제출했다. 수원지검 이 사건 전담조사팀은 23일 오후 브리핑을 통해 \"재심청구인 윤모(52) 씨에 대",
"writer": "ehdgns1766",
"postTitle": "요시요",
"postContent": "요",
"url": "https://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"groupCode": "suk5b5e047712",
"_somethingElse": 13
},
{
"postImages": [
"https://flood-master.s3.ap-northeast-2.amazonaws.com/1577096580808.jpg"
],
"see": 13,
"bookmark": 3,
"score": 2.9999999999999996,
"comments_count": 2,
"postDate": "2019-12-23T10:22:52.915Z",
"comments": [
"5e04867432c9dc382f481536",
"5e048695819f82383ad18fae"
],
"_id": "5e009585beecc40d80a4c835",
"category": "it",
"image": "https://imgnews.pstatic.net/image/079/2019/12/23/0003304759_001_20191223163702507.jpg",
"title": "\"국과수 감정 조작\" 檢, 이춘재 8차 재심 개시 의견 제출",
"description": "[CBS노컷뉴스 고무성 기자] 검찰이 이춘재 연쇄살인 8차 사건에 대해 재심을 개시함이 상당하다는 의견서를 법원에 제출했다. 수원지검 이 사건 전담조사팀은 23일 오후 브리핑을 통해 \"재심청구인 윤모(52) 씨에 대",
"writer": "ehdgns1766",
"postTitle": "요시요",
"postContent": "요",
"url": "https://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"groupCode": "suk5b5e047712",
"_somethingElse": 13
}
]
}
}
Fail : 409
{
"message": "invaild data"
}
Fail: 500
{
"message": "server error"
}