---
title: "POST /statistic/data"
method: POST
path: "/statistic/data"
tags: ["statistic"]
---

# POST /statistic/data

`POST /statistic/data`

Returns data based upon filtered json

## Request body

- StatisticSearchObject
  - `param` object
    - `bfrom` integer
    - `limit` integer
    - `precision` integer
    - `search` object
      - `database` string
    - `total` boolean
  - `timestamp` object
    - `from` integer
    - `to` integer

## Response `200`

StatisticDb

- StatisticDb
  - `data` object
    - `Results` object[]
      - `Messages` object
      - `Series` object[]
        - `columns` string[]
        - `name` string
        - `values` array[]
          - string[]
  - `status` string
  - `total` integer

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/2f261ecc6074/schema)
