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

# Return the data for all Activities

`GET /activities.json`

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

## Query parameters

- `activity_description_id` integer
- `calendar_entry_id` integer
- `communication_id` integer
- `contact_note_id` integer
- `created_since` string, date-time
- `end_date` string, date-time
- `expense_category_id` integer
- `fields` string
- `flat_rate` boolean
- `grant_id` integer
- `ids[]` integer
- `limit` integer
- `matter_id` integer
- `matter_note_id` integer
- `only_unaccounted_for` boolean
- `order` 'id(asc)' | 'id(desc)' | 'display_number(asc)' | 'display_number(desc)' | 'user.name(asc)' | 'user.name(desc)' | 'price(asc)' | 'price(desc)' | 'total(asc)' | 'total(desc)' | 'type(asc)' | 'type(desc)' | 'date(asc)' | 'date(desc)' | 'note(asc)' | 'note(desc)' | 'updated_at(asc)' | 'updated_at(desc)' | 'vendor.name(asc)' | 'vendor.name(desc)' | 'expense_category.name(asc)' | 'expense_category.name(desc)' | 'non_billable(asc)' | 'non_billable(desc)' | 'non_billable_total(asc)' | 'non_billable_total(desc)'
- `page_token` string
- `query` string
- `start_date` string, date-time
- `status` 'billed' | 'draft' | 'unbilled' | 'non_billable' | 'billable' | 'written_off'
- `task_id` integer
- `type` 'TimeEntry' | 'ExpenseEntry' | 'HardCostEntry' | 'SoftCostEntry'
- `updated_since` string, date-time
- `user_id` integer

## 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)
