Channel
Channels represent chat channels synced from connected providers (Slack, LinkedIn) in Lightfield. Read responses are visibility-aware: callers only see channels they have access to.
ModelsExpand Collapse
channel_list_response: object { data, object, totalCount }
channel_list_response: object { data, object, totalCount }
data: array of object { id, createdAt, fields, 5 more } Array of channel objects for the current page.
data: array of object { id, createdAt, fields, 5 more }
Array of channel 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.
channel_retrieve_response: object { id, createdAt, fields, 5 more }
channel_retrieve_response: object { id, createdAt, fields, 5 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.