群組廣播的資源路徑。
格式:groups/{group_id}/shout.
*此內容是使用 AI(Beta 測試版)翻譯,可能含有錯誤。若要以英文檢視此頁面,請按一下這裡。
一個可以容納重要群組更新或其他資訊的群組貼文。
https://apis.roblox.com
{
"path": "groups/123/shout",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"content": "This is the group shout content to share with everyone.",
"poster": "users/21557"
}
獲得群組廣播。
如果訪客能夠查看群組廣播,這總是可以恢復的。
如果訪客無法,那麼擁有查看群組廣播的權限以及 group:read 範圍的成員將能夠閱讀群組廣播。
群組ID。.
curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group_id}/shout' \
-H 'x-api-key: {your-api-key}'
{
"path": "groups/123/shout",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"content": "This is the group shout content to share with everyone.",
"poster": "users/21557"
}