---
title: "Quantitative evolution"
method: GET
path: "/reviews/quantitative-evolution"
tags: ["Review analytics"]
deprecated: true
---

# Quantitative evolution

`GET /reviews/quantitative-evolution`

> **Deprecated.**

This endpoint lets you view the quantitative evolution of the **number of reviews** for all of your businesses
subscribed to **Review Management**. The API returns the cumulative sum of the number of reviews by bucket
(time range) selected overtime.

You can use the following filters:
  - by date (analytics before and/or after a date)
  - by businesses (businesses id in list or not in list)
  - by keywords

## Query parameters

- `bucket` 'day' | 'week' | 'month' | 'year'
- `business__in` BusinessId[]
- `keywords` string[]
- `update_date__gte` string, datetime
- `update_date__lte` string, datetime

## Response `200`

OK

- object[]
  - `date` string, datetype — Start date of the bucket
  - `added` integer — Number of reviews added during the current bucket.
  - `previous_sum` number, float — Cumulative sum of the number of reviews for the previous bucket.
  - `cum_sum` number, float — Cumulative sum of the number of reviews.

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
