GET
요청으로 게시글을 단건으로 조회한다.Request Header
Authorization: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
Request
Path Parameter
Response
{ "data": { "id": 1, "age": 2018, "city": "경상남도", "town": "진수시" "shelterName": "진주시청", "shelterTelNumber": "055-749-6134", "color": "흰색", "image": "http://www.animal.go.kr/files/shelter/2021/11/202111251111689_s.jpg", "foundDate": "2021-11-25", "foundPlace": "진주시 일반성면 창촌리 56", "animal": "개", "animalKind": "리트리버", "neutered": "N", "startDate": "2021-11-25", "endDate": "2021-12-06", "noticeNumber": "경남-진주-2021-00624", "managerTelNumber": "055-749-5645", "status": "보호중", "sex": "F", "feature": "순함", "weight": 7.2, "isBookmark": true, "bookmarkCount": 5 }, "serverDateTime" : "2021-11-05T16:55:37.436056" }
Response Fields