---
title: "Read"
method: GET
path: "/api/cp/setup/package/{id}"
tags: ["Setup Package"]
---

# Read

`GET /api/cp/setup/package/{id}`

Retrieve a single Setup Package record by ID.

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- SetupPackage
  - `id` integer — Id
  - `account_id` integer — Account Id (references account.id)
  - `company_id` integer — Company Id
  - `name` string — Name
  - `description` string — Description
  - `area` string — Area
  - `qty` number — Qty
  - `retail` number — Retail
  - `cost` number — Cost
  - `frequency` 'day' | 'week' | 'month' | 'pro_rata' — Frequency
  - `frequency_match` string — Frequency Match
  - `destination` string — Destination
  - `visibility` 'Private' | 'Public' — Visibility
  - `min_spend` integer — Min Spend
  - `min_days` integer — Min Days
  - `setup_cost` number — Setup Cost
  - `setup_retail` number — Setup Retail
  - `type` string[] — Type
  - `cx_package_id` integer — Cx Package Id

## 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)
