コミュニティのお知らせ詳細
GET
/communities/:communityId/announcements/:idコミュニティのお知らせ 1 件を返します。メンバーのみアクセスできます。
| 認証 | 要ログイン |
|---|
パスパラメータ
communityIdstring必須コミュニティ ID または slug。
idstring必須お知らせ ID。
リクエスト
curl https://api.4s.link/communities/COMMUNITY_ID/announcements/ID \-H "Authorization: Bearer 4s_at_..."
レスポンス例
{"id": "an1a2b3c-...","title": "次回イベントのお知らせ","content": "...","createdAt": "2026-08-18T00:00:00.000Z"}