Note
Notes represent free-form text records in Lightfield. Each note can be associated with zero or more accounts, opportunities, and contacts.
Get note field definitions
ModelsExpand Collapse
type NoteCreateResponse struct{…}
Fields map[string, NoteCreateResponseField]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 NoteCreateResponseFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
type NoteDefinitionsResponse struct{…}
FieldDefinitions map[string, NoteDefinitionsResponseFieldDefinition]Map of field keys to their definitions, including both system and custom fields.
Map of field keys to their definitions, including both system and custom fields.
TypeConfiguration NoteDefinitionsResponseFieldDefinitionTypeConfigurationType-specific configuration (e.g. select options, currency code).
Type-specific configuration (e.g. select options, currency code).
HandleService stringOptionalSocial platform associated with this handle field.
Social platform associated with this handle field.
ValueType stringData type of the field.
Data type of the field.
type NoteDeleteResponse struct{…}
Fields map[string, NoteDeleteResponseField]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 NoteDeleteResponseFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
type NoteListResponse struct{…}
Data []NoteListResponseDataArray of entity objects for the current page.
Array of entity objects for the current page.
Fields map[string, NoteListResponseDataField]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 NoteListResponseDataFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.
type NoteRetrieveResponse struct{…}
Fields map[string, NoteRetrieveResponseField]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 NoteRetrieveResponseFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.
type NoteUpdateResponse struct{…}
Fields map[string, NoteUpdateResponseField]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 NoteUpdateResponseFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.