-
Notifications
You must be signed in to change notification settings - Fork 2
post_hash
이동훈 edited this page Dec 27, 2019
·
3 revisions
Context-type : application/json
GET /post/hash
header
Authorization : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImVoZGduczE3NjZAZ21haWwuY29tIiwibmFtZSI6IuydtOuPme2biCIsImlhdCI6MTU3NzQwNzg1NiwiZXhwIjoxNTc5OTk5ODU2LCJpc3MiOiJGbG9vZFNlcnZlciJ9.Zf_LNfQIEdFl84r-tPQpT1nLaxdotkFutOxwNQy-w58
query
category : "it" # 해당 카테고리
page : 0 # 시작페이지
limit : 10 # 다음페이지
Sucess
{
"message": "해당 해쉬 피드 조회 성공",
"data": {
"pidArr": [
{
"postImages": [
"https://flood-master.s3.ap-northeast-2.amazonaws.com/1577096580808.jpg"
],
"see": 2,
"bookmark": 11,
"bookmarked": true,
"bookmark_list": ["[email protected]"],
"score": 8.299999999999999,
"postDate": "2019-12-23T10:22:52.915Z",
"_id": "5e034125e37c092b1b92e222",
"image": "https://imgnews.pstatic.net/image/079/2019/12/23/0003304759_001_20191223163702507.jpg",
"title": "\"국과수 감정 조작\" 檢, 이춘재 8차 재심 개시 의견 제출",
"description": "[CBS노컷뉴스 고무성 기자] 검찰이 이춘재 연쇄살인 8차 사건에 대해 재심을 개시함이 상당하다는 의견서를 법원에 제출했다. 수원지검 이 사건 전담조사팀은 23일 오후 브리핑을 통해 \"재심청구인 윤모(52) 씨에 대",
"writer": "ehdgns1766",
"profileImage":"https://news.naver.com/main/read.mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"comments_count": 2,
"postContent": "요",
"url": "https://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"groupCode": "1234",
"_somethingElse": 1
},
{
"postImages": [
"https://flood-master.s3.ap-northeast-2.amazonaws.com/1577096580808.jpg"
],
"see": 2,
"bookmark": 11,
"bookmarked": false,
"bookmark_list": ["[email protected]"],
"score": 8.299999999999999,
"postDate": "2019-12-23T10:22:52.915Z",
"_id": "5e034125e37c092b1b92e222",
"image": "https://imgnews.pstatic.net/image/079/2019/12/23/0003304759_001_20191223163702507.jpg",
"title": "\"국과수 감정 조작\" 檢, 이춘재 8차 재심 개시 의견 제출",
"description": "[CBS노컷뉴스 고무성 기자] 검찰이 이춘재 연쇄살인 8차 사건에 대해 재심을 개시함이 상당하다는 의견서를 법원에 제출했다. 수원지검 이 사건 전담조사팀은 23일 오후 브리핑을 통해 \"재심청구인 윤모(52) 씨에 대",
"writer": "ehdgns1766",
"profileImage":"https://news.naver.com/main/read.mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"comments_count": 2,
"postContent": "요",
"url": "https://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=102&oid=079&aid=0003304759",
"groupCode": "1234",
"_somethingElse": 1
}, ...
]
}
Fail : 409
{
"message": "invaild data",
"data": {
}
}
Fail: 500
{
"message": "server error",
"data": {
}
}