Note
Notes represent free-form text records in Lightfield. Each note can be associated with zero or more accounts and opportunities.
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 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.