Instance

Attributs

pathstring
hasChildrenboolean
Sortie seule
engineInstanceobject
URL de base

https://apis.roblox.com
La ressource Instance

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

Instance

Get Instance
Bêta

GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}
Périmètres d'application
universe.place.instance:read
RequêteParamètres du chemin
universe_idstring
Requis
place_idstring
Requis
instance_idstring
Requis
Réponse
RéponseInstanceMétadonnées
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
Bêta

PATCH /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}
Périmètres d'application
universe.place.instance:write
RequêteParamètres du chemin
universe_idstring
Requis
place_idstring
Requis
instance_idstring
Requis
Paramètres de requête
updateMaskstring
Corps de la requêteInstance
Réponse
RéponseInstanceMétadonnées
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
Bêta

GET /cloud/v2/universes/{universe_id}/places/{place_id}/instances/{instance_id}:listChildren
Périmètres d'application
universe.place.instance:read
RequêteParamètres du chemin
universe_idstring
Requis
place_idstring
Requis
instance_idstring
Requis
Paramètres de requête
maxPageSizenumber
pageTokenstring
Réponse
Réponse
nextPageTokenstring
Métadonnées
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}'