Project
Get Project
Get project details by ID.
GET
/
project
/
{projectId}
Authorizations
apiKey
string
headerrequiredPath Parameters
projectId
string
requiredThe unique identifier of the project to get project details.
Minimum length:
10
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.