Skip to content

[GET] DDAY LIST 조회 (승혜)

snghx edited this page Aug 12, 2021 · 1 revision

[GET] DDAY LIST 조회 (승혜)

메소드 경로 짧은 설명
GET /dday/list dday list 조회

요청 예시

{baseURL}/dday/list

성공

  • dday list 존재
[
    {
        "index": 1,
        "ddayid": "ex1",
        "content": "dday 테스트",
        "date": "2021-08-05T15:00:00.000Z"
    }
]
  • dday list 없음
{
success : true,
message: "dday list가 존재하지 않습니다."
}

실패

  • token 만료
{
status : 401
success : false,
message : "token이 유효하지 않습니다."
}
Clone this wiki locally