Template View Fields
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Template view fields are used in the method landing.template.getlist. This method only supports simple template fields. Fields with a dot in select and filter, such as CREATED_BY.NAME, are not supported.
|
Field |
Description |
|
ID |
Identifier of the template view |
|
ACTIVE |
Activity status of the template view Possible values: Default — |
|
AREA_COUNT |
Number of additional areas in the template, besides the main area |
|
SORT |
Sorting order of the template |
|
TITLE |
Title of the template. For system templates, the value may be localized for the current language of the account |
|
XML_ID |
External code of the template. It is convenient to use for matching templates in integration without relying on the internal |
|
CONTENT |
HTML markup of the template with area macros, such as |
|
CREATED_BY_ID |
Identifier of the user who created the template |
|
MODIFIED_BY_ID |
Identifier of the user who last modified the template |
|
DATE_CREATE |
Date and time of template creation. In the REST response, it is returned as a string. The format depends on the regional settings of the account, for example, |
|
DATE_MODIFY |
Date and time of the last modification of the template. In the REST response, it is returned as a string. The format depends on the regional settings of the account, for example, |
Through landing.template.getlist, you can select, filter, sort, and group only the fields from the table above.
Continue Learning
- Get a List of Included Areas for the landing.template.getLandingRef Page
- Get a List of Included Areas for the Site landing.template.getSiteRef
- Get a List of View Templates landing.template.getlist
- Set Included Areas for landing.template.setLandingRef Page
- Set Included Areas for the Site landing.template.setSiteRef