---
title: "Listar contatos"
method: GET
path: "/v1/portfolio/{id}/contact"
tags: ["Carteiras"]
---

# Listar contatos

`GET /v1/portfolio/{id}/contact`

Listagem de contatos associados a uma carteira.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `CreatedAt.Before` string, date-time
- `CreatedAt.After` string, date-time
- `CreatedAt.ApplyCompanyTimezone` boolean
- `CreatedAt.IsNull` boolean
- `UpdatedAt.Before` string, date-time
- `UpdatedAt.After` string, date-time
- `UpdatedAt.ApplyCompanyTimezone` boolean
- `UpdatedAt.IsNull` boolean
- `ContactIds` string[]
- `Page` integer
- `PageSize` integer
- `OrderBy` string
- `OrderByDesc` string
- `TimestampField` string
- `TimestampFilter` string, date-time
- `NextPageToken` string
- `Type` 'Undefined' | 'PageNumber' | 'Timestamp' | 'Token'
- `SkipCount` boolean

## Response `200`

Success

- PublicContactPortfolioDTOPublicPageListDTO
  - `pageNumber` integer — Número da página a ser obtida.
  - `pageSize` integer — Tamanho da página a ser obtida.
  - `orderBy` string, nullable — Nome do campo para ser utilizado como pivô da ordenação.
  - `orderDirection` 'ASCENDING' | 'DESCENDING', nullable — Determina se a ordenação deve ser crescente ou decrescente.
  - `items` PublicContactPortfolioDTO[], nullable
    - `id` string, uuid
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `active` boolean
    - `companyId` string, uuid
    - `portfolioId` string, uuid
    - `contactId` string, uuid
    - `contactDetails` PublicContactDetailsPortfolioDTO
      - `id` string, uuid
      - `name` string, nullable
      - `phonenumber` string, nullable
      - `phonenumberFormatted` string, nullable
      - `instagram` string, nullable
      - `nameMessenger` string, nullable
      - `email` string, nullable
      - `annotation` string, nullable
  - `totalItems` integer
  - `totalPages` integer
  - `hasMorePages` boolean

## Other responses

- `500` — Server Error

---

[API](https://skmtc.dev/wts/apis/core.md) · [All operations](https://skmtc.dev/wts/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wts/core/revisions/1efd0a6ba643/schema)
