Instance

คุณลักษณะ

pathstring
hasChildrenboolean
เอาต์พุตเท่านั้น
engineInstanceobject
URL หลัก

https://apis.roblox.com
แหล่งข้อมูล Instance

{
"path": "universes/123/places/123/instances/0123456789abcdef0123456789abcdef",
"hasChildren": true,
"engineInstance": {
"Id": "string",
"Parent": "string",
"Name": "string",
"Details": {
"Folder": {}
}
}
}

Instance

Get Instance
เวอร์ชัน Beta

GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}
ขอบเขต
universe.place.instance:read
คำขอพารามิเตอร์เส้นทาง
universe_idstring
จำเป็นต้องมี
place_idstring
จำเป็นต้องมี
instance_idstring
จำเป็นต้องมี
การตอบกลับ
การตอบกลับInstanceข้อมูลเมต้า
GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}' \
-H 'x-api-key: {your-api-key}'

Instance

Update Instance
เวอร์ชัน Beta

PATCH /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}
ขอบเขต
universe.place.instance:write
คำขอพารามิเตอร์เส้นทาง
universe_idstring
จำเป็นต้องมี
place_idstring
จำเป็นต้องมี
instance_idstring
จำเป็นต้องมี
พารามิเตอร์คิวรี
updateMaskstring
เนื้อหาคำขอInstance
การตอบกลับ
การตอบกลับInstanceข้อมูลเมต้า
PATCH /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}

curl -L -X PATCH 'https://apis.roblox.com/cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}?updateMask={string}' \
-H 'x-api-key: {your-api-key}' \
-H 'Content-Type: application/json' \
--data '{
"engineInstance": {
"Id": "string",
"Parent": "string",
"Name": "string",
"Details": {
"Folder": {}
}
}
}'

Instance

List Instance Children
เวอร์ชัน Beta

GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}:listChildren
ขอบเขต
universe.place.instance:read
คำขอพารามิเตอร์เส้นทาง
universe_idstring
จำเป็นต้องมี
place_idstring
จำเป็นต้องมี
instance_idstring
จำเป็นต้องมี
พารามิเตอร์คิวรี
maxPageSizenumber
pageTokenstring
การตอบกลับ
การตอบกลับ
nextPageTokenstring
ข้อมูลเมต้า
GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}:listChildren

curl -L -X GET 'https://apis.roblox.com/cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}:listChildren?maxPageSize=100&pageToken={string}' \
-H 'x-api-key: {your-api-key}'