Documentation

Landing page fields

Attention! We strongly recommend first to learn more about Sites module REST documentation to understand how the module functions (with REST available in Bitrix24 Self-hosted editions). View this documentation as useful source when working with Bitrix24 Self-hosted editions and find out more details about API and only REST is not enough.

Fields Description
ID Page ID. Created automatically and unique within the database.
CODE Landing page unique ID. Added to site address, if the page is not the main page. Required field.
RULE Regular expression for displaying page by mask. For example, the rule section/([\d]+) for the landing page in site root will respond to all pages /section/<n>/, where <n> - any number.
ACTIVE Page active status: Y / N.
DELETED Deleted page flag Entities marked as deleted are not included in any query. They are not "visible" to the system. You can use API to get these entities by directly indicating filter as DELETED=Y. : Y / N.
TITLE Page name. Required field.
XML_ID External field for developers. Not used by the service.
DESCRIPTION Arbitrary page description. Displayed in the list of pages.
SITE_ID Site ID with this landing page. Required field.
CREATED_BY_ID ID of the user who created the page.
MODIFIED_BY_ID ID of the user who modified the page.
DATE_CREATE Date when created.
DATE_MODIFY Date when modified.
SITEMAP Page at the site map (/sitemap.xml), Y / N.
For Bitrix24 Self-hosted only.
FOLDER Flag, indicating that the page is a folder (Y / N). Page-folder behaves completely the same as a standard page, but contains other pages. Subfolders are unavailable.
FOLDER_ID ID of folder containing the page. Subfolders are unavailable.
TPL_ID Template ID. Template fields.
TPL_CODE Partner solution template ID used for created site. For example, bitrix.eshop.


© «Bitrix24», 2001-2024
Up