Task Template 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.
|
Name |
Description |
|
ID |
Template identifier. In |
|
PARENT_ID |
Parent task identifier. Default is |
|
TITLE |
Template title |
|
DESCRIPTION |
Template description |
|
PRIORITY |
Priority |
|
GROUP_ID |
Project identifier. Default is |
|
STAGE_ID |
Stage identifier. Default is |
|
CREATED_BY |
Creator identifier |
|
RESPONSIBLE_ID |
Responsible person identifier |
|
DEPENDS_ON |
Array of template identifiers that the current template depends on. In the response |
|
RESPONSIBLES |
List of responsible persons |
|
ACCOMPLICES |
List of participants |
|
AUDITORS |
List of auditors |
|
STATUS |
Status |
|
MULTITASK |
Multitasking indicator. Possible values:
Default is |
|
REPLICATE |
Recurring task indicator. Possible values:
Default is |
|
SITE_ID |
Site identifier |
|
TASK_CONTROL |
Accept work. Possible values:
Default is |
|
ADD_IN_REPORT |
Add to report. Possible values:
Default is |
|
XML_ID |
External identifier. Default is |
|
DEADLINE_AFTER |
Deadline after. Default is |
|
START_DATE_PLAN_AFTER |
Planned start after. Default is |
|
END_DATE_PLAN_AFTER |
Planned completion after. Default is |
|
TPARAM_TYPE |
For new users. Default is |
|
TPARAM_REPLICATION_COUNT |
Number of created tasks. Default is |
|
REPLICATE_PARAMS |
Template replication parameters (detailed description) |
|
BASE_TEMPLATE_ID |
Parent template identifier. Default is |
|
TEMPLATE_CHILDREN_COUNT |
Number of child templates. Default is |
|
UF_ fields* |
Custom fields of the object |
To obtain a complete list of custom fields for a specific account, use tasks.template.fields.
REPLICATE_PARAMS Parameter
General Replication Parameters
|
Name |
Description |
|
PERIOD |
Type of repetition. Possible values: |
|
START_DATE |
Start date and time of repetition in the format |
|
TIME |
Start time in the format Default is |
|
REPEAT_TILL |
Repetition end mode. Possible values:
|
|
TIMES |
Number of repetitions. Used when |
|
END_DATE |
End date of repetition in the format Used when |
|
NEXT_EXECUTION_TIME |
Date and time of the next execution |
|
DEADLINE_OFFSET |
Deadline offset relative to the start time |
Parameters for Daily Repetition PERIOD = daily
|
Name |
Description |
|
EVERY_DAY |
Repetition interval in days. Value from |
|
WORKDAY_ONLY |
Consider only working days. Possible values: |
|
DAILY_MONTH_INTERVAL |
Additional interval for daily repetition. Value from |
Parameters for Weekly Repetition PERIOD = weekly
|
Name |
Description |
|
EVERY_WEEK |
Repetition interval in weeks. Value from |
|
WEEK_DAYS |
Days of the week for execution. Possible values for array elements:
|
Parameters for Monthly Repetition PERIOD = monthly
|
Name |
Description |
|
MONTHLY_TYPE |
Type of monthly repetition. Possible values:
|
|
MONTHLY_DAY_NUM |
Day of the month. Used when |
|
MONTHLY_MONTH_NUM_1 |
Month interval for the "by day of the month" scheme. Used when |
|
MONTHLY_WEEK_DAY_NUM |
Week number in the month. Used when
|
|
MONTHLY_WEEK_DAY |
Day of the week in the "by day of the week" scheme. Used when
|
|
MONTHLY_MONTH_NUM_2 |
Month interval for the "by day of the week" scheme. Used when |
Parameters for Yearly Repetition PERIOD = yearly
|
Name |
Description |
|
YEARLY_TYPE |
Type of yearly repetition. Possible values:
|
|
YEARLY_DAY_NUM |
Day of the month. Used when |
|
YEARLY_MONTH_1 |
Month for the "by day of the month" scheme. Used when
|
|
YEARLY_WEEK_DAY_NUM |
Week number in the month. Used when
|
|
YEARLY_WEEK_DAY |
Day of the week in the "by day of the week" scheme. Used when
|
|
YEARLY_MONTH_2 |
Month for the "by day of the week" scheme. Used when
|