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
필수
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"
}