GET
요청으로 게시글을 리스트로 조회한다.Request Header
Authorization: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
Query Parameter
Response
{ "data": { "shelters": [ { "id": 1, "age": 2018, "sex": "FEMALE", "thumbnail": "http://www.animal.go.kr/files/shelter/2021/11/202111251111689_s.jpg", "animal": "개", "animalKind": "리트리버", "foundDate": "2021-11-25", "city": "경상남도", "town": "진주시", "isBookmark": false, "bookmarkCount": 3 }, { "id": 2, "age": 2016, "sex": "FEMALE", "thumbnail": "http://www.animal.go.kr/files/shelter/2021/11/202111251111689_s.jpg", "animal": "개", "animalKind": "말티즈", "foundDate": "2021-11-25", "city": "경상남도", "town": "진주시", "isBookmark": false, "bookmarkCount": 5 } ], "totalElements": 10, "last": false, "size": 10 }, "serverDateTime": "2021-11-05T16:55:37.436056" }
Response Fields
2021.12.13 비교
실종/보호 | 보호소 |
id | id |
city | shelterPlace |
town | shelterPlace |
animalKind | animalKind |
createdAt | foundDate |
sex | <없음> |
isBookmark | isBookmark |
bookmarkCount | bookmarkCount |
thumnail | image |