Skip to main content

List Projects

GET 

/projects

List Projects

Request

Query Parameters

    filter string
    sort string
    projection string
    offset int32
    limit int32
    api-version string

    The requested API version

    Default value: 1

Responses

OK

Schema

    totalint64
    selfstringnullable
    prevstringnullable
    nextstringnullable
    firststringnullable
    laststringnullable

    values

    object[]

  • Array [

  • metadata

    object

    idstringnullable

    Project id

    namestringnullable

    Project name

    tagsstring[]nullable

    Project tag list

    createdBystringnullable

    Id of the user who created the project

    creationDatedate-timenullable

    Creation date

    ownerIdstringnullable

    Id of the user owner

    properties

    object

    descriptionstringnullable

    Optional description of the project

    defaultboolean

    Indicates if it's the default project

    resourcesNumberint64

    Number of resources created within the project

    folderIdstring

    Folder ID where the project is located

  • ]