Skip to content

Project Details

GET
/v1/Projects/{projectNumber}

Get Project Details

Parameters

Path Parameters

projectNumber*string

Project No

Example p1

Responses

OK

application/json
JSON
{
"id": 0,
"projectNumber": "string",
"status": "string",
"externalId": "string",
"name": "string",
"description": "string",
"customerNumber": "string",
"customerName": "string",
"createdDate": "string",
"startDate": "string",
"endDate": "string",
"estimatedStartDate": "string",
"estimatedEndDate": "string"
}