---
title: "Read"
method: GET
path: "/api/cp/class5/ivr/{id}"
tags: ["Class 5 IVR"]
---

# Read

`GET /api/cp/class5/ivr/{id}`

Retrieve a single Class 5 IVR record by ID.

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Class5Ivr
  - `id` integer — Id
  - `account_id` integer — Account Id (references account.id)
  - `customer_id` integer — Customer Id
  - `dest` string — Dest
  - `name` string — Name
  - `invalid_file` string — Invalid File
  - `file` string — File
  - `key_0_destination` string — Key 0 Destination
  - `key_0_destination_type` string — Key 0 Destination Type
  - `key_1_destination` string — Key 1 Destination
  - `key_1_destination_type` string — Key 1 Destination Type
  - `key_2_destination` string — Key 2 Destination
  - `key_2_destination_type` string — Key 2 Destination Type
  - `key_3_destination` string — Key 3 Destination
  - `key_3_destination_type` string — Key 3 Destination Type
  - `key_4_destination` string — Key 4 Destination
  - `key_4_destination_type` string — Key 4 Destination Type
  - `key_5_destination` string — Key 5 Destination
  - `key_5_destination_type` string — Key 5 Destination Type
  - `key_6_destination` string — Key 6 Destination
  - `key_6_destination_type` string — Key 6 Destination Type
  - `key_7_destination` string — Key 7 Destination
  - `key_7_destination_type` string — Key 7 Destination Type
  - `key_8_destination` string — Key 8 Destination
  - `key_8_destination_type` string — Key 8 Destination Type
  - `key_9_destination` string — Key 9 Destination
  - `key_9_destination_type` string — Key 9 Destination Type
  - `key_plus_destination` string — Key Plus Destination
  - `key_plus_destination_type` string — Key Plus Destination Type
  - `key_hash_destination` string — Key Hash Destination
  - `key_hash_destination_type` string — Key Hash Destination Type
  - `pbx_server` string — Pbx Server
  - `direct_extension_dial` integer — Direct Extension Dial

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
