cURL
curl --request POST \ --url https://api.teamcamp.app/v1.0/project \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "projectName": "<string>", "customerId": "<string>", "startDate": "2023-12-25", "dueDate": "2023-12-25", "templateId": "<string>" }'
{ "projectId": "<string>", "projectName": "<string>", "workspaceId": "<string>", "ownerId": "<string>", "description": "<string>", "customerId": "<string>", "startDate": "<string>", "dueDate": "<string>", "favoriteUsers": [ "<string>" ], "projectUsers": [ "<string>" ] }
Create a new project in the Workspace