GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/instances/:instance_id:listChildren
List Instance Children
universe_id The universe ID.
place_id The place ID.
instance_id The instance ID.
maxPageSize The maximum number of child instance to return. The service may return
fewer than this value. If unspecified, at most 200 children will be
returned. The maximum value is 200; values above 200 will be coerced to
200.
pageToken A page token, received from a previous ListInstanceChildrenRequest call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListInstanceChildrenRequest must match the call that provided the page
token.
Lists an instance's children.
The maximum supported response data size is 500,000 bytes. If this limit is
exceeded, the returned Operation will be completed with an error result
that has an error code of 422.
GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/instances/:instance_id:listChildren List Instance Children universe_id The universe ID. place_id The place ID. instance_id The instance ID. maxPageSize The maximum number of child instance to return. The service may return fewer than this value. If unspecified, at most 200 children will be returned. The maximum value is 200; values above 200 will be coerced to 200. pageToken A page token, received from a previous
ListInstanceChildrenRequest
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListInstanceChildrenRequest
must match the call that provided the page token. Lists an instance's children.The maximum supported response data size is 500,000 bytes. If this limit is exceeded, the returned
Operation
will be completed with an error result that has an error code of422
.