Diary List
GET https://api.studydev.kr/diary/diary/
Parameters Info(headers)
| Name | Type | Description | Options |
|---|---|---|---|
| Authorization | String | 계정인증정보(토큰) | Required |
Parameter Data(headers)
| Key | Value |
|---|---|
| Authorization | Token <Token_Value> |
Success Response
Status_Code: 200 OK
[
{
"pk": 5,
"title": "diary1",
"author": {
"username": "[email protected]",
"nickname": "test1",
"user_type": "NORMAL"
},
"post_count": 2,
"start_date": "2010-05-04",
"end_date": "2011-05-04",
"cover_image": null
}
]