---
title: "Get period details"
method: GET
path: "/api/v1/calendar/periods/{period}"
tags: ["General.Calendar", "ENTERPRISE"]
---

# Get period details

`GET /api/v1/calendar/periods/{period}`

Get details for the supplied period. Will always return one of the monthly resolutions.

## Path parameters

- `period` 'YYYY' | 'YYYY-MM' | 'YYYY-MM-DD', required

## Response `200`

The periods were successfully returned.

- GeneralCalendar[]
  - `endDate` integer — Timestamp at the end of the period
  - `name` string
  - `resolution` 'MONTHLY' | 'MONTHLY_ADJUSTED' — Resolution for the statistics.
  - `startDate` integer — Timestamp at the start of the period

## Other responses

- `400` — The period format is invalid.

---

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