GroupShout

属性

pathstring
createTimestring
出力のみ
updateTimestring
出力のみ
contentstring
posterstring
出力のみ
ベース URL

https://apis.roblox.com/cloud
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
ベータ版

GET /cloud/v2/groups/{group}/shout
リクエストパスのパラメータ
groupstring
必須
レスポンスGroupShout
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}'
レスポンス

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