Instance

Nitelikler

pathstring
hasChildrenboolean
Yalnızca Çıkış
engineInstanceobject
Taban URL

https://apis.roblox.com/cloud
Instance Kaynağı

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

Instance

Get Instance
Beta

GET /cloud/v2/universes/{universe}/places/{place}/instances/{instance}
Kapsamlar
universe.place.instance:read
TalepYol Parametreleri
universestring
Gerekli
placestring
Gerekli
instancestring
Gerekli
Yanıt
YanıtInstanceÜst Veri
GET /cloud/v2/universes/{universe}/places/{place}/instances/{instance}

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

Instance

Update Instance
Beta

PATCH /cloud/v2/universes/{universe}/places/{place}/instances/{instance}
Kapsamlar
universe.place.instance:write
TalepYol Parametreleri
universestring
Gerekli
placestring
Gerekli
instancestring
Gerekli
Sorgu Parametreleri
updateMaskstring
Talep GövdesiInstance
Yanıt
YanıtInstanceÜst Veri
PATCH /cloud/v2/universes/{universe}/places/{place}/instances/{instance}

curl -L -X PATCH 'https://apis.roblox.com/cloud/v2/universes/{universe}/places/{place}/instances/{instance}?updateMask={string}' \
-H 'x-api-key: {your-api-key}' \
--data '{ \
"engineInstance": { \
"Id": "string", \
"Parent": "string", \
"Name": "string", \
"Details": { \
"Folder": null \
} \
} \
}'

Instance

List Instance Children
Beta

GET /cloud/v2/universes/{universe}/places/{place}/instances/{instance}:listChildren
Kapsamlar
universe.place.instance:read
TalepYol Parametreleri
universestring
Gerekli
placestring
Gerekli
instancestring
Gerekli
Sorgu Parametreleri
maxPageSizenumber
pageTokenstring
Yanıt
Yanıt
nextPageTokenstring
Üst Veri
GET /cloud/v2/universes/{universe}/places/{place}/instances/{instance}:listChildren

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