Project
Get projects
Get all projects for a given bid request
get/v0/projects
Query parameters
idstring required
Unique identifier of the bid request
Example:XXXX1234
Unique identifier of the bid request
organizationIdstring
Organization to which the bid request belongs
Example:remi
Organization to which the bid request belongs
Response
Projects retrieved successfully
Example response
{
"projects": [
{
"id": 12345,
"phase": {
"phaseType": "pending_ntp",
"phaseStartDate": "2024-01-01T00:00:00.000Z"
},
"deadline": "2024-01-01T00:00:00.000Z",
"completedDate": "2024-01-01T00:00:00.000Z",
"createdDate": "2024-01-01T00:00:00.000Z",
"updatedDate": "2024-01-01T00:00:00.000Z",
"category": "full_roof",
"installScheduledAt": "2024-01-01T00:00:00.000Z",
"installStartedAt": "2024-01-01T00:00:00.000Z",
"installCompletedAt": "2024-01-01T00:00:00.000Z",
"estimatedProductionDays": 10,
"projectStatus": "done",
"cancellationReason": "on_hold_for_60_days"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.