GroupShout

特性

pathstring
createTimestring
僅限輸出
updateTimestring
僅限輸出
contentstring
posterstring
僅限輸出
基本網址

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
Beta

GET /cloud/v2/groups/{group}/shout
請求路徑參數
groupstring
需要
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"
}