# Objects: HubSpot Contact Notes
- Catalog: `HubSpot`
- Schema: `Views`
- Label: Contact Notes
This is a read-only view. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
## View Columns
The columns of the view `Objects` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `archived` | `char` | Archived | ☐ | Whether the object is archived. |
| `archivedAt` | `datetime` | Archived at | ☐ | The timestamp when the object was archived, in ISO 8601 format. |
| `associations` | `varchar2` | Associations | ☐ | A list defining relationships with other objects. |
| `createdAt` | `datetime` | Created at | ☐ | The timestamp when the object was created, in ISO 8601 format. |
| `id` | `varchar2` | ID | ☐ | The unique ID of the object. |
| `ObjectType` | `varchar2(240)` | Code | ☑ | Unique code within the domain. |
| `objectWriteTraceId` | `varchar2` | | ☐ | An identifier used for tracing the creation or update request of the object. |
| `properties` | `varchar2` | Properties | ☐ | Key value pairs representing the properties of the object. |
| `propertiesWithHistory` | `varchar2` | Properties with History | ☐ | Key-value pairs representing the properties of the object along with their history. |
| `updatedAt` | `datetime` | Updated at | ☐ | The timestamp when the object was last updated, in ISO 8601 format. |
| `url` | `varchar2` | URL | ☐ | The URL on the API that provide direct navigation to the corresponding UI pages for the connectors. |