---
title: "Return the data for all ExpenseCategories"
method: GET
path: "/expense_categories.json"
tags: ["Expense Categories"]
---

# Return the data for all ExpenseCategories

`GET /expense_categories.json`

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

## Query parameters

- `created_since` string, date-time
- `entry_type` 'hard_cost' | 'soft_cost' | 'unassociated'
- `fields` string
- `limit` integer
- `order` 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'rate(asc)' | 'rate(desc)' | 'entry_type(asc)' | 'entry_type(desc)'
- `page_token` string
- `query` string
- `updated_since` string, date-time

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