Skip to main content

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

Success

Schema

  • Array [

  • type
    items int32
  • ]

Loading...