---
title: "Link statistics data by interval"
method: POST
path: "/link/{linkId}/by_interval"
tags: ["link"]
---

# Link statistics data by interval

`POST /link/{linkId}/by_interval`

Returns statistics for link grouped by interval

## Path parameters

- `linkId` string, required

## Request body

- Model49
  - `include` Model46 — Filter records by provided values
    - `countries` string[] — Return clicks from provided countries
    - `dt` string[]
    - `browsers` string[] — Return clicks from provided browsers
    - `human` boolean — Returns human clicks only if true
    - `socials` string[] — Return clicks from provided social networks
    - `browserVersions` string[] — Return clicks from provided browser versions
    - `statuses` number[] — Return clicks with provided statuses
    - `paths` string[] — Return clicks with provided paths
    - `protos` string[] — Return clicks with provided protocols
    - `methods` string[] — Return clicks with provided methods
    - `refhosts` string[] — Return clicks from provided referrers
    - `utmSources` string[] — Return clicks from provided utm sources
    - `utmMediums` string[] — Return clicks from provided utm mediums
    - `utmCampaigns` string[] — Return clicks from provided utm campaigns
  - `exclude` Model48 — Exclude records with provided values
    - `countries` string[] — Return clicks from provided countries
    - `dt` string[]
    - `browsers` string[] — Return clicks from provided browsers
    - `human` boolean — Returns human clicks only if true
    - `socials` string[] — Return clicks from provided social networks
    - `browserVersions` string[] — Return clicks from provided browser versions
    - `statuses` number[] — Return clicks with provided statuses
    - `paths` string[] — Return clicks with provided paths
    - `protos` string[] — Return clicks with provided protocols
    - `methods` string[] — Return clicks with provided methods
    - `refhosts` string[] — Return clicks from provided referrers
    - `utmSources` string[] — Return clicks from provided utm sources
    - `utmMediums` string[] — Return clicks from provided utm mediums
    - `utmCampaigns` string[] — Return clicks from provided utm campaigns
  - `period` 'custom' | 'today' | 'yesterday' | 'total' | 'week' | 'month' | 'lastmonth' | 'last7' | 'last30' — One of predefined time intervals. Select custom to provide custom dates
  - `clicksChartInterval` 'hour' | 'day' | 'week' | 'month' — One of predefined time intervals
  - `tz` string — Timezone name
  - `startDate` string, date — Returns statistics for clicks after given date. Required if period is custom
  - `endDate` string, date — Returns statistics for clicks before given date. Required if period is custom

## Response `200`

link statistics

---

[API](https://skmtc.net/short/apis/short-io-api.md) · [All operations](https://skmtc.net/short/apis/short-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/short/short-io-api/versions/288b112e7951/schema)
