-
Notifications
You must be signed in to change notification settings - Fork 2
스토리 조회순 조회
jungahshin edited this page Jan 1, 2020
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /story/count | 스토리 조회순으로 조회 |
Content-Type: application/json
{
"status": 200,
"success": true,
"message": "스토리 조회순별 조회 성공",
"data": [
{
"storyIdx": 4,
"title": "인턴 면접..후기..망함..",
"nickname": "1",
"created_date": "2019-12-28"
},
{
"storyIdx": 14,
"title": "인턴 면접..후기..망함..",
"nickname": "희룽",
"created_date": "2019-12-28"
},
{
"storyIdx": 5,
"title": "인턴 면접..후기..망함..",
"nickname": "1",
"created_date": "2019-12-20"
},
{
"storyIdx": 13,
"title": "인턴 면접..후기..망함..",
"nickname": "희룽",
"created_date": "2019-12-28"
},
{
"storyIdx": 16,
"title": "인턴 면접..후기..근데 붙었는데요",
"nickname": "희룽",
"created_date": "2019-12-28"
},
{
"storyIdx": 12,
"title": "인턴 면접..후기..망함..",
"nickname": "희룽",
"created_date": "2019-12-28"
},
{
"storyIdx": 15,
"title": "인턴 면접..후기..망함..수정...",
"nickname": "희룽",
"created_date": "2019-12-29"
}
]
}
{
"success": false,
"message": "스토리 조회순별 조회 실패"
}