Message
Messages represent messages synced from connected chat providers in Lightfield. Read responses are visibility-aware and may be redacted based on the caller.
ModelsExpand Collapse
message_list_response: object { data, object, totalCount }
message_list_response: object { data, object, totalCount }
data: array of object { id, accessLevel, createdAt, 6 more } Array of message objects for the current page.
data: array of object { id, accessLevel, createdAt, 6 more }
Array of message objects for the current page.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
message_retrieve_response: object { id, accessLevel, createdAt, 6 more }
message_retrieve_response: object { id, accessLevel, createdAt, 6 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.