---
title: "GET /v1/crm/metrics/transactions/general/"
method: GET
path: "/v1/crm/metrics/transactions/general/"
tags: ["v1"]
---

# GET /v1/crm/metrics/transactions/general/

`GET /v1/crm/metrics/transactions/general/`

## Query parameters

- `client` number
- `content_type` 'request' | 'sale' | 'workshop'
- `created_at__date__gte` string, date
- `created_at__date__lte` string, date
- `created_by` integer
- `created_by__in` integer[]
- `method` 0 | 1
- `method__in` integer[]
- `ordering` string
- `page` integer
- `pageSize` integer
- `refund` boolean
- `rental_point` number
- `request__isnull` boolean
- `request__status` 0 | 1 | 2 | 3 | 4 | 5
- `request__status__in` integer[]
- `sale__isnull` boolean
- `search` string
- `type` integer
- `type__in` integer[]
- `workshop__isnull` boolean

## Response `200`

- PaginatedMetricsTransactionGeneralList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` MetricsTransactionGeneral[], required
    - `date` string, date, required
    - `request` string, decimal, required
    - `shop` string, decimal, required
    - `workshop` string, decimal, required
    - `amount` string, decimal, required

---

[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/revisions/90700f5abfcc/schema)
