コミュニティのお知らせ詳細

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"
}