GroupShout

Attributes

pathstring

createTimestring

updateTimestring

contentstring

posterstring

Base URL

https://apis.roblox.com/cloud
The GroupShout Resource

{
"path": "groups/7/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 /v2/groups/{group}/shout
RequestPath Parameters
groupstringRequired

ResponseGroupShout
GET /v2/groups/{group}/shout

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

{
"path": "groups/7/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"
}