Get scene's object group ids
GET/explorer/:sceneId/groups/:groupId/ids
Return object group ids array. Needed on demand if group ids array is null on load of scene data.
Request
Path Parameters
sceneId stringrequired
groupId stringrequired
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
type
items int32
[
[
0
]
]
Unauthorized
Forbidden
Not Found
Server Error
Loading...