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
เวอร์ชัน Beta

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