---
title: "Return the data for all CustomFields"
method: GET
path: "/custom_fields.json"
tags: ["Custom Fields"]
---

# Return the data for all CustomFields

`GET /custom_fields.json`

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

## Query parameters

- `created_since` string, date-time
- `deleted` boolean
- `field_type` 'checkbox' | 'contact' | 'currency' | 'date' | 'time' | 'email' | 'matter' | 'numeric' | 'picklist' | 'text_area' | 'text_line' | 'url'
- `fields` string
- `ids[]` integer
- `limit` integer
- `order` 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'display_order(asc)' | 'display_order(desc)'
- `page_token` string
- `parent_type` 'matter' | 'contact'
- `query` string
- `updated_since` string, date-time
- `visible_and_required` 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)
