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

# List Contacts

`GET /v1/contacts`

## Query parameters

- `PageIndex` integer
- `PageSize` integer
- `OrderBy` string
- `query` string

## Response `200`

OK

- Contact[]
  - `cellPhone` string, nullable
  - `companyName` string, nullable
  - `displayName` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `function` string, nullable
  - `id` integer — Contact ID
  - `internalId` string, nullable — ID used in your system
  - `invertedDisplayName` string, nullable
  - `lastName` string, nullable
  - `phone` string, nullable
  - `service` string, nullable
  - `title` string, nullable

---

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