Passa al contenuto principale

Get Project

GET 

/projects/:id

Get Project

Request

Path Parameters

    id stringrequired

    unique identifier of the project

Query Parameters

    api-version string

    The requested API version

    Default value: 1

Responses

OK

Schema

    metadata

    object

    id stringnullable

    Project id

    name stringnullable

    Project name

    tags string[]nullable

    Project tag list

    createdBy stringnullable

    Id of the user who created the project

    creationDate date-timenullable

    Creation date

    ownerId stringnullable

    Id of the user owner

    properties

    object

    description stringnullable

    Optional description of the project

    default boolean

    Indicates if it's the default project

    resourcesNumber int64

    Number of resources created within the project

    folderId string

    Folder ID where the project is located

Loading...