OpenAPI 3.1.02026-08-19722176474.5 KB
f1eea337ff61
Projects
Create a new project
Creates a new project within a given space.
post/v1/spaces/{spaceId}/projects
Path parameters
spaceIdinteger required
ID of the space
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"name": "Project Alpha",
"description": "This is a sample project",
"isPublic": true,
"startDate": "2023-01-01",
"dueDate": "2023-12-31",
"status": "In Progress",
"priority": "High",
"health": "Good",
"projectTags": [
"tag1",
"tag2"
],
"contact": 12345,
"actualStartDate": "2023-01-05",
"actualEndDate": "2023-12-15",
"allocatedBudget": 500000,
"billableCost": 200000,
"nonBillableCost": 50000,
"actualCost": 250000,
"projectType": "FIXED_FEE",
"contractValue": 45000,
"alertThresholdPercent": 80,
"nteCapHours": 720000000,
"retainerBudgetPeriod": "MONTHLY",
"retainerBudgetedHours": 540000000,
"retainerFee": 8000,
"retainerCountHoursMode": "BOTH",
"retainerCountCostMode": "BOTH",
"retainerCycleAnchor": "2024-01-01"
}Response
OK