| id | String | A unique identifier for the Project. | 
| company_id | String | A unique identifier for the Company the Project belongs to | 
| creator_id | String | The id of the entity that created the Project | 
| creator_type | String | The type of the entity that created the Project | 
| creator_name | String | The display name of the entity that created the Project | 
| status | String | Indicates the status of the Project. It will be activeordeleted | 
| name | String | The title of the Project | 
| address | Address | The physical address of the Project | 
| coordinates | Coordinate | The latitude and longitude of the Project | 
| feature_image | Array[ImageURI] | A list of images for the different variants of the Project’s feature image. Will have entries for original,web, andthumbnail. | 
| project_url | String | The URL to the Project in the web app | 
| public_url | String | The URL to the project's public timeline | 
| embedded_project_url | String | The URL to an embeddable photo feed for the Project | 
| integrations | Array[ProjectIntegration] | A list of integrations associated with the Project | 
| primary_contact | Contact | The primary contact for the Project | 
| slug | String | A unique identifier use the Project that is used to construct some public URLs | 
| public | Boolean | Indicates whether the Project’s timeline and other public features are enabled | 
| notepad | String | The Project's notepad or description | 
| geofence | Array[Coordinate ] | The Project’s geofence coordinates that form an enclosing perimeter. The order is implicit and MUST form a polygon. | 
| created_at | Integer | Timestamp when the Project was created | 
| updated_at | Integer | Timestamp when the Project was last updated |