Skip to main content

Create project

POST 

/organizations/:orgId/projects

Require admin rights

Request​

Path Parameters

    orgId stringrequired

Body

    name stringrequired

    Project name.

    description stringnullable

    The new project's description.

    id stringnullable

    The new project specific id.

    epsg stringnullable

    The new project's EPSG code.

    copy object

    Params of project copy.

    id stringrequired

    Project id copy from.

    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.

    name stringnullable

    Tag value.

  • ]

Responses​

Created

Schema
    id stringrequired

    Project id

    name stringrequired

    Project name

    description stringnullable

    The project description.

    viewCount int64

    Project view count

    epsg stringnullable

    Project's EPSG

    bounds int64[]nullable

    Project's bounds

    tags object[]nullable

    Project's Tags

  • Array [
  • id stringrequired

    Tag.

    name stringnullable

    Tag value.

  • ]
  • permissions string[]nullable

    User access permissions.

    created date-time

    DateTime project created

    modified date-time

    DateTime project last modified

    features nullable

    Enabled features

Loading...