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.

    Example: 0123456789abcdef0123456789abcdef
    name stringrequired

    Project name.

    Example: My Project
    description stringnullable

    The project description.

    Example: Project description
    epsg stringnullable

    Project's EPSG

    Example: 5105
    roles string[]required

    The assigning roles.

    Example: ["viewer"]

    tags

    object[]

    nullable

    Project 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

    viewCount int64

    View count

    size int64

    Total project's files size

  • ]

Loading...