projectSubgraph
Includes project attributes such as location, and dates.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated to the project. |
| address1 | String |
Address line 1. |
| address2 | String |
Address line 2. |
| city | String |
City. |
| county | String |
County. |
| postalCode | String |
Postal code. |
| countryCode | String |
ISO Country code. |
| name | String |
Project name. |
| projectNumber | String |
Project number. |
| isActive | Boolean |
Is project active. |
| currentEstimatedCompletionDate | Date |
Current estimated completion date (US/Central timezone). |
| currentEstimatedStartDate | Date |
Current estimated start date (US/Central timezone). |
| originalEstimatedCompletionDate | Date |
Original estimated completion date (US/Central timezone). |
| originalEstimatedStartDate | Date |
Original estimated start date (US/Central timezone). |
| projectType | String |
Project type. |
| siteName | String |
Site name. |
| stateProvince | String |
ISO country - state / province / location code. |
| currency | String |
Currency in which project participants will receive payment. |
| dateCreated | DateTime |
System generated date the project was created in Textura (US/Central timezone). |
| dateModified | DateTime |
Timestamp of last project edit (US/Central timezone). |
| segmentID | String |
Project segment ID. |
| segmentDescription | String |
Project segment description. |
| isDeleted | Boolean |
Is project deleted. |
| owner | OrganizationSubgraph |
Owner organization details. |
| generalContractor | OrganizationSubgraph |
General contractor organization details. |
| ownerContract | ContractSubgraph |
Owner contract. |
| tpaProgram | TpaProgramSubgraph |
The tpa program associated with this project. |
| supplierTrackingPrograms | [SupplierTrackingProgramSubgraph] |
Supplier tracking programs associated with this project. |
| projectSettings | ProjectSettingsSubgraph |
Project settings of this project. |
| tpaProjectSettings | TpaProjectSettingsSubgraph |
TPA Project Settings configured for this project |