---
title: "Return the data for all Calendars"
method: GET
path: "/calendars.json"
tags: ["Calendars"]
---

# Return the data for all Calendars

`GET /calendars.json`

Outlines the parameters, optional and required, used when requesting the data for all Calendars

## Query parameters

- `created_since` string, date-time
- `fields` string
- `filter_inactive_users` boolean
- `ids[]` integer
- `limit` integer
- `order` 'name(asc)' | 'name(desc)' | 'id(asc)' | 'id(desc)'
- `owner` boolean
- `page_token` string
- `source` 'web' | 'mobile'
- `type` 'AccountCalendar' | 'AdhocCalendar' | 'UserCalendar'
- `updated_since` string, date-time
- `visible` boolean
- `writeable` boolean

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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