Skip to main content

Create project

POST 

/organizations/:orgId/projects

Require admin rights

Request

Path Parameters

    orgId stringrequired

Body

    name stringrequired

    Project name.

    Example: My new project
    description stringnullable

    The new project's description.

    Example: My new project description
    id stringnullable

    The new project specific id.

    Example: 0123456789abcdef0123456789abcdef
    epsg stringnullable

    The new project's EPSG code.

    Example: 5105

    copy

    object

    Params of project copy.

    id stringrequired

    Project id copy from.

    Example: 0123456789abcdef0123456789abcdef
    settings boolean

    Copy project's settings.

    users_roles boolean

    Copy project's users+roles.

    groups boolean

    Copy project's groups.

    folders boolean

    Copy project's folder structure.

    wms boolean

    Copy project's WMS/WCS maps.

    deviations boolean

    Copy project's devaitions.

    starred_properties boolean

    Copy project's Starred Properies.

    tags

    object[]

    nullable

    Tags.

  • Array [

  • id stringrequired

    Tag.

    Example: status
    name stringnullable

    Tag value.

    Example: approved
  • ]

Responses

Created

Schema

    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

  • Array [

  • 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
Loading...