Create project
POST/organizations/:orgId/projects
Require admin rights
Request
Path Parameters
- application/json
Body
Array [
]
Project name.
My new project
The new project's description.
My new project description
The new project specific id.
0123456789abcdef0123456789abcdef
The new project's EPSG code.
5105
copy
object
Params of project copy.
Project id copy from.
0123456789abcdef0123456789abcdef
Copy project's settings.
Copy project's users+roles.
Copy project's groups.
Copy project's folder structure.
Copy project's WMS/WCS maps.
Copy project's devaitions.
Copy project's Starred Properies.
tags
object[]
nullable
Tags.
Tag.
status
Tag value.
approved
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Project id
Project name
The project description.
Project description
Project view count
Project's EPSG
5105
Project's bounds
tags
object[]
nullable
Project's Tags
Tag.
status
Tag value.
approved
User access permissions.
["project:view"]
DateTime project created
DateTime project last modified
features
object
Organization Features.
Allow use Bim360 (ACC) CDE.
Allow use Trimble CDE.
Allow use Sharepoint CDE.
Allow use BimCollab.
Allow use BimTrack.
Allow use Ditio.
Allow use Jira.
Allow use X-Site Manage.
Allow use Omega 365.
Allow use Omega PIMS 365.
Allow use Forms.
Allow use ArcGIS.
Allow force double sided materials.
Allow use Offline mode.
Allow use New UX.
{
"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
}
}
Bad Request
- application/json
- Schema
Schema
any
Unauthorized
Forbidden
Conflict
Server Error