알람 조회 하기
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents":[ { "type":"FOLLOWING", "followInfo":{ "creator": { "id":1, "nickname":"receiver", "profileImage":"http://test-image-location-receiver" } }, "loudspeakerInfo":null, "createdAt":"2021-12-16T16:57:34.339Z", "updatedAt":"2021-12-16T16:57:34.339Z", "isRead":false, "isClicked":false }, { "type":"LOUDSPEAKER", "followInfo":null, "loudspeakerInfo":{ "creator": { "id":1, "nickname":"receiver", "profileImage":"http://test-image-location-receiver" }, "court":{ "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": "2021-12-01T12:00:00.000Z" }, "createdAt":"2021-12-16T16:57:34.000Z", "updatedAt":"2021-12-16T16:57:34.000Z", "isRead":false, "isClicked":false } ], "lastId":null }