Get project's explorer info
GET/explorer/:sceneId
Get project's explorer info
Request
Path Parameters
sceneId stringrequired
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
id stringrequired
Project id
name stringrequired
Project name
description stringnullable
The project description.
Example:
Project description
viewCount int64
Project view count
epsg stringnullable
Project's EPSG
Example:
5105
bounds int64[]nullable
Project's bounds
tags
object[]
nullable
Project's Tags
id stringrequired
Tag.
Example:
status
name stringnullable
Tag value.
Example:
approved
permissions string[]nullable
User access permissions.
Example:
["project:view"]
created date-time
DateTime project created
modified date-time
DateTime project last modified
features
object
Organization Features.
bim360 booleannullable
Allow use Bim360 (ACC) CDE.
trimble booleannullable
Allow use Trimble CDE.
sharepoint booleannullable
Allow use Sharepoint CDE.
bimCollab booleannullable
Allow use BimCollab.
bimTrack booleannullable
Allow use BimTrack.
ditio booleannullable
Allow use Ditio.
jira booleannullable
Allow use Jira.
xSiteManage booleannullable
Allow use X-Site Manage.
omega365 booleannullable
Allow use Omega 365.
omegaPims365 booleannullable
Allow use Omega PIMS 365.
forms booleannullable
Allow use Forms.
arcGis booleannullable
Allow use ArcGIS.
doubleSided booleannullable
Allow force double sided materials.
offline booleannullable
Allow use Offline mode.
newUx booleannullable
Allow use New UX.
service booleannullabledeprecated
[
{
"id": "string",
"name": "string",
"description": "Project description",
"viewCount": 0,
"epsg": "5105",
"bounds": [
0
],
"tags": [
{
"id": "status",
"name": "approved"
}
],
"permissions": [
"project:view"
],
"created": "2024-07-29T15:51:28.071Z",
"modified": "2024-07-29T15:51:28.071Z",
"features": {
"bim360": true,
"trimble": true,
"sharepoint": true,
"bimCollab": true,
"bimTrack": true,
"ditio": true,
"jira": true,
"xSiteManage": true,
"omega365": true,
"omegaPims365": true,
"forms": true,
"arcGis": true,
"doubleSided": true,
"offline": true,
"newUx": true
}
}
]
Unauthorized
Forbidden
Not Found
Server Error
Loading...