GroupShout

Attributs

pathstring
createTimestring
Sortie seule
updateTimestring
Sortie seule
contentstring
posterstring
Sortie seule
URL de base

https://apis.roblox.com/cloud
La ressource 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êta

GET /cloud/v2/groups/{group}/shout
RequêteParamètres du chemin
groupstring
Requis
RéponseGroupShout
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}'
Réponse

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