#List elements
Entity: listElement | Scope: lists | Base path: /v1/list-elements
Legacy entity (UPPER_CASE field names) — field names are automatically converted to camelCase.
#Operations
| Method | Path | Description | Bitrix24 Method |
|---|---|---|---|
GET |
/v1/list-elements/fields |
Get available fields | lists.element.getFields |
Disabled operations:
list,get,create,update,delete
#Fields
| API Name | Bitrix24 Name | Type | Readonly | Description |
|---|---|---|---|---|
id |
ID |
number | yes | Идентификатор записи |
iblockId |
IBLOCK_ID |
number | ||
iblockTypeId |
IBLOCK_TYPE_ID |
string | ||
name |
NAME |
string | ||
sectionId |
SECTION_ID |
number | ||
code |
CODE |
string | ||
active |
ACTIVE |
boolean | ||
sort |
SORT |
number | ||
createdBy |
CREATED_BY |
number | yes | ID создателя |
createdAt |
DATE_CREATE |
datetime | yes | Дата создания |
#Examples
#Batch
curl -X POST '/v1/batch' \
-H 'X-Api-Key: YOUR_KEY' \
-H 'Content-Type: application/json' \
-d '{"calls":[{"entity":"list-elements","action":"list","params":{"limit":5}}]}'