Skip to main content

Get available projects for user within organization with roles

GET 

/organizations/:orgId/projects

Get available projects for user within organization with roles

Request​

Path Parameters

    orgId stringrequired

Responses​

Success

Schema
  • Array [
  • id stringrequired

    Project id.

    name stringrequired

    Project name.

    description stringnullable

    The project description.

    epsg stringnullable

    Project's EPSG

    roles string[]required

    The assigning roles.

    tags object[]nullable

    Project 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

    viewCount int64

    View count

    size int64

    Total project's files size

  • ]
Loading...