---
title: "GET /contacts/"
method: GET
path: "/contacts/"
tags: ["contacts"]
---

# GET /contacts/

`GET /contacts/`

A viewset for viewing contacts of a client

## Query parameters

- `id` integer
- `full_name` string
- `display_name` string
- `email` string
- `phone_number` string
- `organization_id` integer
- `created_at__gte` string
- `created_at__lte` string
- `updated_at__gte` string
- `updated_at__lte` string
- `page` integer
- `page_size` integer

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` object[], required
    - `id` integer
    - `full_name` string, required — Full name of the contact
    - `display_name` string — Name to display which can be different from full name
    - `email` string, email, nullable — Contact email
    - `picture` string, uri — Link to the contact picture
    - `phone_number` string — Contact phone number
    - `description` string — Description of the contact
    - `organization` integer — Organization to which the contact belongs.
    - `custom_fields` object — Contact values for custom fields defined in Manatal.
    - `creator` integer — User who created the contact
    - `created_at` string, date-time — Date at which the contact was created
    - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
