ACTIVATE_PROPERTY_CHANNEL_DETAILS

🚧

Shared for feedback purposes


Table Schema

column_nametypedescription
CHANNEL_IDTEXTUnique identifier for a channel
CHANNEL_NAMETEXTName of the channel. Does not have to be unique
CHANNEL_DESCRIPTIONTEXTLong form description of the channel
CHANNEL_TYPETEXTThe type of channel, such as: property, restaurant, company, retail.
SLUGTEXTChannel URL identifier
CHANNEL_URLTEXTDeep link to the Lane platform channel homepage for a given channel
CHANNEL_CREATED_ATTIMESTAMP_NTZUTC timestamp when the channel was created
CHANNEL_ADDRESSTEXTStreet address for the channel
CHANNEL_ADDRESS_EXTRATEXTAdditional address info if provided. Mostly includes floor numbers and suite numbers
CHANNEL_CITYTEXTCity where the channel is located
CHANNEL_STATETEXTState or province where the channel is located
CHANNEL_COUNTRYTEXTCountry where the channel is located
CHANNEL_ZIP_CODETEXTPostal or ZIP where the channel is located
RENTABLE_SQUARE_FEETVARIANTRentable square feet recorded for the property. Mandatory field for CBRE
SQUARE_FEETVARIANTSquare footage as entered by implementation or CS on the channel settings
HEAD_COUNTNUMBEROccupancy estimate of the channel as entered by implementation or CS on the channel settings
IS_DEMOBOOLEANIndicates if a channel is a demo\n
IS_PUBLICBOOLEANChannel is visible to all members of the Lane platform
IS_INVITE_ONLYBOOLEANBoolean indicating whether or not users can join without an invitation frome existing members
IS_DISCOVERABLEBOOLEANIndicates whether or not channel is searchable via user onboarding process in company and building selection
LAST_DISCOVERABLE_ATTIMESTAMP_NTZMost recent date the is_discoverable toggle on a channel was flipped to true
CHANNEL_FILTERSVARIANTIf filters is enabled this shows an array of email domains that are allowed to join the channel
IS_FILTERS_ENABLEDBOOLEANBoolean flag indicating whether or not the channel uses filters to whitelist member emails
SETTINGSVARIANTJSON blob of channel settings
HAS_RESERVABLE_MANAGEMENT_ENABLEDBOOLEANDenotes if the channel has a Reservable Manager feature enabled
IS_PARENT_CHANNELBOOLEANBoolean indicating whether or not the channel is at the top of the hierarchy
PARENT_NAMETEXTName of the parent channel
PARENT_IDTEXTChannel identifier of the parent channel
PARENT_IDSVARIANTArray containing all parent channel identifiers
CHILD_IDSVARIANTArray containing all child channel identifiers
TENANT_CHANNEL_IDSARRAYArray of tenant channel identifiers if the channel has tenant relationships configured
TENANT_CHANNELSARRAYArray of channel names if the channel has tenant relationships configured
TENANT_OF_CHANNEL_IDSARRAYChannel IDs that Channel is associated as a tenant
TENANT_OF_CHANNELSARRAYTenant Channel IDs
CHANNEL_DISPLAY_NAMETEXTIn-app name of channel
CLIENT_NAMEVARIANTName of the client residing in property
WHITELABEL_IDTEXTID associated with Whitelable version of Activate App
WHITELABEL_NAMETEXTName of the whitelabel that the channel is on
WHITELABEL_DESCRIPTIONTEXTShort description of the whitelabel
WHITELABEL_URLTEXTBase url for the whitelabel. For example the Lane whitelabel is app.joinlane.com
WHITELABEL_IDSVARIANTArray of whitelabel identifiers associated with a channel

SETTINGS JSON Blob details:

🚧

The structure and the content of the JSON block is subject to change. Fields may be added, removed, or modified without prior notice, but updates will be reflected in the documentation.

{
   "areUserTemplatesAllowed":false,
   "channelLanguages":null,
   "enabledLanguagesForMembers":null,
   "groupRoleJoinRules":[
      {
         "_id":"abcde123-a6db-43c5-ad20-9d8bxxxxxxx",
         "channelId":"abcde123-1445-42ee-a6c7-cf4f8xxxxxxxx",
         "groupRoleId":"abcde123-f853-4d71-bf29-55facxxxxxx2",
         "joinGroupRoleId":"abcde123-b251-43a2-93c8-xxxxxx3c3f5"
      }
   ],
   "hasAccessControlEnabled":false,
   "hasBillingPaymentsEnabled":null,
   "hasHardwareManagementEnabled":false,
   "hasHardwarePinManagementEnabled":null,
   "hasMessagingAndMarketplaceEnabled":null,
   "hasPerksEnabled":false,
   "hasReservableManagementEnabled":false,
   "hasSmartUserManagementEnabled":null,
   "hasSurveysEnabled":true,
   "hasVisitorManagementEnabled":false,
   "hasWorkOrderCrossPropertyEnabled":false,
   "hasWorkOrderEquipmentEnabled":null,
   "hasWorkOrderPreventiveMaintenanceEnabled":null,
   "hasWorkOrderServiceRequestsEnabled":null,
   "hasWorkOrdersEnabled":false,
   "isParcelManagementEnabled":null,
   "maxUsers":0,
   "multiLanguageEnabled":null,
   "offboardingDelayDays":0,
   "requirements":null,
   "subscribersAreDecoyed":false,
   "subscribersJoinParent":false
}

Interested in using our Next-Generation API Suite? Request Access by emailing [email protected]