{ "sections": [ "title", "description", "fields", "special_access_rules", "wsdl_segment", "field_reference" ], "title": "CollaborationRoom - Data API", "description": "Represents a collaboration room, which links Salesforce to a Slack channel used by applications with specific use cases, such as swarming or reporting. This object is available in API version 55.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "IsArchived": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort", "description": "Indicates whether the collaboration room is archived (true) or not (false). The default value is false." }, "IsAutoJoin": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Indicates whether new users automatically join the collaboration room. Used for Sales Cloud for Slack App. The default value is false." }, "IsExternal": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort", "description": "Indicates whether external users are members of the Slack channel (true) or not (false). The default value is false." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "Timestamp when the current user last accessed this record, a record related to this record, or a list view." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "Timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate) but not viewed it." }, "Name": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "Name of collaboration room." }, "PlatformKey": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort", "description": "ID of the Slack channel." }, "TeamKey": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort", "description": "ID of the Slack workspace." } }, "special_access_rules": "To access this object, enable the Slack Terms of Service and one of:\n\nTo access this object, enable the Slack Terms of\n Service and one of:\n\nSales Cloud for Slack App\n\nService Cloud for Slack App\n\nCRM Analytics for Slack App\n\nIndustries Cloud for Slack App\n\nHealth Cloud for Slack App", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Collaboration Room ID", "type": "id", "length": "18" }, "IsArchived": { "field_label": "Is archived", "type": "boolean" }, "IsAutoJoin": { "field_label": "Is auto-join", "type": "boolean" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "IsExternal": { "field_label": "Is external", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Room Name", "type": "string", "length": "255" }, "PlatformKey": { "field_label": "Room ID", "type": "string", "length": "254" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "TeamKey": { "field_label": "Team ID", "type": "string", "length": "254" } }, "field_reference_columns": [ "field_label", "type", "length" ] }