# List fields

Manage a list's field set: get field descriptions, create new fields, update and delete them. A separate operation returns the reference of allowed field types.

Bitrix24 API: `lists.field.*`
Scope: `lists`

## Operations

- [All list fields](./fields/list.md) — `GET /v1/lists/:iblockId/fields`
- [Get field](./fields/get.md) — `GET /v1/lists/:iblockId/fields/:fieldId`
- [Create field](./fields/create.md) — `POST /v1/lists/:iblockId/fields`
- [Update field](./fields/update.md) — `PATCH /v1/lists/:iblockId/fields/:fieldId`
- [Delete field](./fields/delete.md) — `DELETE /v1/lists/:iblockId/fields/:fieldId`
- [Field types](./fields/field-types.md) — `GET /v1/lists/:iblockId/field-types`

## See also

- [Universal Lists](/docs/lists)
- [Lists](/docs/lists/lists)
- [Elements](/docs/lists/elements)
