---
title: "Get Analytics Simple"
method: GET
path: "/vendor/analytics-simple"
tags: ["Analytics Simple"]
---

# Get Analytics Simple

`GET /vendor/analytics-simple`

Get all Simple Analytics for org.  <br/><br/>
You will pass in a `startDate` and `endDate` to filter for subscriptions active in that date range.
<br/><br/> The response will contain active subscription count and active subscriber count for each day in the date range.

## Query parameters

- `startDate` string — A string in ISO format (ISO 8601 Extended Format): YYYY-MM-DDTHH:mm:ss.sssZ
- `endDate` string — A string in ISO format (ISO 8601 Extended Format): YYYY-MM-DDTHH:mm:ss.sssZ

## Response `200`

Successful response

- IAnalyticsSimpleRes
  - `activeSubsOverTime` IActiveSubsOverTime[], required
    - `date` string, required
    - `activeSubscriptions` string, required
    - `activeSubscribers` string, required
  - `newSubscriptionsOverTime` INewSubscriptionsOverTime[], required
    - `aggPeriodStartDate` string, required
    - `newSubscriptions` string, required
  - `newSubscribersOverTime` INewSubscribersOverTime[], required
    - `aggPeriodStartDate` string, required
    - `newSubscribers` string, required
  - `activeSubsTopVnts` RechartsPurchasableActiveSubsCountBaseObj[], required
    - `purchName` string, required
    - `children` RechartsVntActiveSubsCountBaseObj[], required
      - `purchNameAndVntName` string, required
      - `activeCpsCount` number, required
      - `activeCustRelCount` number, required
  - `activeSubsByFreq` IActiveCpsCountByDeliveryFrequency[], required
    - `frequencyString` string, required
    - `activeCpsCount` number, required
  - `cancelledSubsOverTime` ICancelledSubsOverTime[], required
    - `date` string, required
    - `cancelledSubscriptions` string, required
    - `cancelledSubscribers` string, required
  - `newOrdersOverTime` INewOrdersOverTime[], required
    - `date` string, required
    - `totalSubscriptionOrders` string, required
    - `totalOrders` string, required
    - `totalOrdersRevenueInCents` string, required
    - `totalSubscriptionRevenueInCents` string, required

---

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