Project
Create Project
Create a new project in the Workspace
POST
/
project
Authorizations
apiKey
string
headerrequiredBody
application/json
projectName
string
requiredThe Name of the project.
customerId
string
The ID of the customer.
startDate
string
The start date of the project, We expect yyyy-MM-dd.
dueDate
string
The due date of the project, We expect yyyy-MM-dd.
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.