[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"docs-entities\u002Fbizproc-templates":3,"docs-tabs-entities\u002Fbizproc-templates":6},{"content":4,"lastmod":5},"# Bizproc templates\n\n**Entity:** `bizprocTemplate` | **Scope:** `bizproc` | **Base path:** `\u002Fv1\u002Fbizproc-templates`\n\n> Legacy entity (UPPER_CASE field names) — field names are automatically converted to camelCase.\n\n## Operations\n\n| Method | Path | Description | Bitrix24 Method |\n|--------|------|-------------|-----------------|\n| `GET` | `\u002Fv1\u002Fbizproc-templates` | List all (with filter, sort, pagination) | `bizproc.workflow.template.list` |\n| `POST` | `\u002Fv1\u002Fbizproc-templates` | Create new | `bizproc.workflow.template.add` |\n| `PATCH` | `\u002Fv1\u002Fbizproc-templates\u002F:id` | Update by ID | `bizproc.workflow.template.update` |\n| `DELETE` | `\u002Fv1\u002Fbizproc-templates\u002F:id` | Delete by ID | `bizproc.workflow.template.delete` |\n\n> **Disabled operations:** `get`\n\n## Fields\n\n| API Name | Bitrix24 Name | Type | Readonly | Description |\n|----------|---------------|------|----------|-------------|\n| `id` | `ID` | number | yes | Идентификатор записи |\n| `moduleId` | `MODULE_ID` | string |  |  |\n| `entity` | `ENTITY` | string |  |  |\n| `documentType` | `DOCUMENT_TYPE` | array |  |  |\n| `autoExecute` | `AUTO_EXECUTE` | number |  |  |\n| `name` | `NAME` | string |  |  |\n| `description` | `DESCRIPTION` | string |  |  |\n| `modified` | `MODIFIED` | datetime | yes |  |\n| `isModified` | `IS_MODIFIED` | boolean | yes |  |\n| `userId` | `USER_ID` | number |  |  |\n\n## Examples\n\n### List\n\n```bash\ncurl -X GET '\u002Fv1\u002Fbizproc-templates?limit=10' \\\n  -H 'X-Api-Key: YOUR_KEY'\n```\n\n### Create\n\n```bash\ncurl -X POST '\u002Fv1\u002Fbizproc-templates' \\\n  -H 'X-Api-Key: YOUR_KEY' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"moduleId\":\"value\",\"entity\":\"value\",\"documentType\":\"value\"}'\n```\n\n### Update\n\n```bash\ncurl -X PATCH '\u002Fv1\u002Fbizproc-templates\u002F123' \\\n  -H 'X-Api-Key: YOUR_KEY' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"title\":\"updated\"}'\n```\n\n### Delete\n\n```bash\ncurl -X DELETE '\u002Fv1\u002Fbizproc-templates\u002F123' \\\n  -H 'X-Api-Key: YOUR_KEY'\n```\n\n### Batch\n\n```bash\ncurl -X POST '\u002Fv1\u002Fbatch' \\\n  -H 'X-Api-Key: YOUR_KEY' \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"calls\":[{\"entity\":\"bizproc-templates\",\"action\":\"list\",\"params\":{\"limit\":5}}]}'\n```\n","2026-06-11",{}]