cURL
curl --request GET \ --url https://api.teamcamp.app/v1.0/project/{projectId} \ --header 'apiKey: <api-key>'
{ "projectId": "<string>", "projectName": "<string>", "workspaceId": "<string>", "ownerId": "<string>", "description": "<string>", "customerId": "<string>", "startDate": "<string>", "dueDate": "<string>", "favoriteUsers": [ "<string>" ], "projectUsers": [ "<string>" ] }
Get project details by ID.
The unique identifier of the project to get project details.
10
Project response
The response is of type object.
object