---
title: "Get account calendar strategy"
method: GET
path: "/v1/accounts/{accountId}/calendar-strategies"
tags: ["Account calendar strategies"]
---

# Get account calendar strategy

`GET /v1/accounts/{accountId}/calendar-strategies`

Get the calendar strategy for an account.

<b>Notes:</b>
- A program calendar strategy is defined for a specific program. However, it can be associated with an account in that program, so you can search for accounts that are associated with a particular program calendar strategy.
- This endpoint does not return information about a [fixed due date calendar](https://developers.pismo.io/pismo-docs/docs/fixed-due-date-calendars).

## Path parameters

- `accountId` integer, required

## Headers

- `x-tenant` string, required
- `x-cid` string

## Response `200`

OK

- AccountCalendarStrategyGetResponseDto
  - `program_calendar_strategy_id` integer — Program calendar strategy ID
  - `created_at` string, date-time — Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.
  - `updated_at` string, date-time — Datetime program calendar strategy was updated. Format = YYYY-MM-DDTHH:MM:SS:MM

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
