Search

/api/todo/{date:yyyyMMdd}

Description
Domain
투두리스트 조회
Method
GET
권한
User
구현
request
response

Request

headers
Accept: application/json
body
{ }
JSON
복사

Response

성공시 : 200
[ { "id": 1, "content": "0", "createdAt": "2023-07-10T20:04:44.914087", "done": false }, { "id": 2, "content": "1", "createdAt": "2023-07-10T20:04:44.939209", "done": false }, { "id": 3, "content": "2", "createdAt": "2023-07-10T20:04:44.939866", "done": false } ]
JSON
복사
실패시 :
400 : Bad Request
401 : Unauthorized
403 : Forbidden