---
title: "GET /v1/crm/requests/groups/"
method: GET
path: "/v1/crm/requests/groups/"
tags: ["v1"]
---

# GET /v1/crm/requests/groups/

`GET /v1/crm/requests/groups/`

## Response `200`

- BaseInventoryGroup[]
  - `id` integer, required
  - `name` string, nullable
  - `created_at` string, date-time, required
  - `deleted` boolean
  - `updated_at` string, date-time, required
  - `category` integer, nullable
  - `unit_price` string, decimal
  - `unit_count` string, decimal
  - `unit_type` 'litre' | 'kg' | 'g' | 'ml' | 'piece' | 'm3' — * `litre` - Litre * `kg` - Kilogram * `g` - Gram * `ml` - Millilitre * `piece` - Piece * `m3` - Cubic Meter
  - `unit_sum` string, decimal
  - `image` string, uri, nullable
  - `unique_id` string, nullable
  - `barcode` string, nullable
  - `extra` unknown
  - `filters` string[], nullable
  - `points` integer[]
  - `published` boolean
  - `type` 0 | 1 — * `0` - Аренда * `1` - Продажа
  - `price` string, decimal
  - `lifetime` integer, nullable

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
