---
title: "Return the data for all CalendarEntries"
method: GET
path: "/calendar_entries.json"
tags: ["Calendar Entries"]
---

# Return the data for all CalendarEntries

`GET /calendar_entries.json`

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

## Query parameters

- `calendar_id` integer
- `created_since` string, date-time
- `expanded` boolean
- `external_property_name` string
- `external_property_value` string
- `fields` string
- `from` string, date-time
- `has_court_rule` boolean
- `ids[]` integer
- `is_all_day` boolean
- `limit` integer
- `matter_id` integer
- `owner_entries_across_all_users` boolean
- `page_token` string
- `query` string
- `source` 'web' | 'mobile'
- `to` string, date-time
- `updated_since` string, date-time
- `visible` 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)
