GroupShout

Thuộc Tính

pathstring
createTimestring
Chỉ Xuất
updateTimestring
Chỉ Xuất
contentstring
posterstring
Chỉ Xuất
URL Cơ Sở

https://apis.roblox.com/cloud
Tài nguyên GroupShout

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

GroupShout

Get Group Shout
Bản Beta

GET /cloud/v2/groups/{group}/shout
Yêu CầuTham Số Đường Dẫn
groupstring
Bắt Buộc
Phản HồiGroupShout
GET /cloud/v2/groups/{group}/shout

curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group}/shout' \
-H 'x-api-key: {your-api-key}'
Phản Hồi

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