Note
Notes represent free-form text records in Lightfield. Each note can be associated with zero or more accounts and opportunities.
Create a note
Update a note
Retrieve a note
List notes
ModelsExpand Collapse
NoteCreateResponse { id, createdAt, fields, 4 more }
Unique identifier for the entity.
ISO 8601 timestamp of when the entity was created.
fields: Record<string, Fields>Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string | number | boolean | 3 more | nullThe field value, or null if unset.
The field value, or null if unset.
Address { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" | "CHECKBOX" | "CURRENCY" | 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
relationships: Record<string, Relationships>Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
NoteListResponse { data, object, totalCount }
data: Array<Data>Array of entity objects for the current page.
Array of entity objects for the current page.
Unique identifier for the entity.
ISO 8601 timestamp of when the entity was created.
fields: Record<string, Fields>Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string | number | boolean | 3 more | nullThe field value, or null if unset.
The field value, or null if unset.
Address { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" | "CHECKBOX" | "CURRENCY" | 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
relationships: Record<string, Relationships>Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
The object type, always "list".
Total number of entities matching the query.
NoteRetrieveResponse { id, createdAt, fields, 4 more }
Unique identifier for the entity.
ISO 8601 timestamp of when the entity was created.
fields: Record<string, Fields>Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string | number | boolean | 3 more | nullThe field value, or null if unset.
The field value, or null if unset.
Address { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" | "CHECKBOX" | "CURRENCY" | 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
relationships: Record<string, Relationships>Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.
NoteUpdateResponse { id, createdAt, fields, 4 more }
Unique identifier for the entity.
ISO 8601 timestamp of when the entity was created.
fields: Record<string, Fields>Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
value: string | number | boolean | 3 more | nullThe field value, or null if unset.
The field value, or null if unset.
Address { city, country, latitude, 5 more }
City name.
2-letter ISO 3166-1 alpha-2 country code.
Latitude coordinate.
Longitude coordinate.
Postal or ZIP code.
State or province.
Street address line 1.
Street address line 2.
FullName { firstName, lastName }
The contact's first name.
The contact's last name.
valueType: "ADDRESS" | "CHECKBOX" | "CURRENCY" | 11 moreThe data type of the field.
The data type of the field.
URL to view the entity in the Lightfield web app, or null.
relationships: Record<string, Relationships>Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Map of relationship names to their associated entities. System relationships are prefixed with $ (e.g. $owner, $contact).
Whether the relationship is has_one or has_many.
The type of the related object (e.g. account, contact).
IDs of the related entities.
ISO 8601 timestamp of when the entity was last updated, or null.
External identifier for the entity, or null if unset.