알람 조회 하기
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents":[ { "type":"FOLLOWING", "followerInfo":{ "userId":1, "userNickname":"receiver", "userImage":"http://test-image-location-receiver" }, "loudspeakerInfo":null, "created":"2021-12-16T16:57:34.339905", "updated":"2021-12-16T16:57:34.339905", "isRead":false, "isClicked":false }, { "type":"LOUDSPEAKER", "followerInfo":null, "loudspeakerInfo":{ "courtInfo":{ "id":1, "name":"잠실한강공원농구장", "latitude":127.082348760182, "longitude":37.5177740347208, "image":"https://team14-slam.s3.ap-northeast-2.amazonaws.com/court_dummy/court1.jpg", "basketCount":2, "texture":"ASPHALT" }, "startTime":12 }, "createdAt":"2021-12-16T16:57:34.448221", "updatedAt":"2021-12-16T16:57:34.448221", "isRead":false, "isClicked":false } ], "lastId":null }