---
title: "Get total counts of different conversation types"
method: GET
path: "/Conversation/getViewCounts"
tags: ["Conversations"]
---

# Get total counts of different conversation types

`GET /Conversation/getViewCounts`

This endpoint provides counts of different conversation types within an account.

####ObjectID: 204####
This is the ID of the Object. It can be used in generic object calls, or in places that need the objectID param.

## Query parameters

- `inboxID` integer, required

## Response `200`

Successful retrieval of conversation counts.

- Response
  - `code` integer, required
  - `data` object, required
  - `account_id` integer, required

---

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