GET
/
project
/
{projectId}

Authorizations

apiKey
string
headerrequired

Path Parameters

projectId
string
required

The unique identifier of the project to get project details.

Response

200 - application/json
projectId
string

The ID of the project.

projectName
string

The Name of the project.

workspaceId
string

The ID of the workspace.

ownerId
string

The ID of the owner.

description
string

Description of the project.

customerId
string

The ID of the customer.

startDate
string

The start date of the project.

dueDate
string

The due date of the project.

favoriteUsers
string[]

List of users who marked the project as favorite.

projectUsers
string[]

List of users associated with the project.