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

# Return the data for all Contacts

`GET /contacts.json`

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

## Query parameters

- `client_only` boolean
- `clio_connect_only` boolean
- `created_since` string, date-time
- `custom_field_ids[]` integer
- `custom_field_values` '=' | '<' | '>' | '<=' | '>='
- `email_only` boolean
- `exclude_ids[]` integer
- `fields` string
- `ids[]` integer
- `initial` 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S' | 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z'
- `limit` integer
- `order` 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'shared_at(asc)' | 'shared_at(desc)'
- `page_token` string
- `query` string
- `shared_resource_id` integer
- `type` 'Company' | 'Person'
- `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)
