Channel
Channels represent chat channels synced from connected providers (Slack, Microsoft Teams, LinkedIn) in Lightfield. Read responses are visibility-aware: callers only see channels they have access to.
Retrieve a channel
GET/v1/channels/{id}
List channels
GET/v1/channels
ModelsExpand Collapse
ChannelListResponse object { data, object, totalCount }
ChannelListResponse 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.
ChannelRetrieveResponse object { id, createdAt, fields, 5 more }
ChannelRetrieveResponse 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.