---
title: "View package"
method: GET
path: "/v1/Packages/{id}"
tags: ["Packages"]
---

# View package

`GET /v1/Packages/{id}`

Find a single package by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsPackage
  - `ok` boolean
  - `package_id` integer — Primary identifier for a specific package.
  - `provider_id` integer, required — Foreign key identifier for associated provider.
  - `description` string, required — Short descriptive text that only appears within Rev.io and is not intended to be public facing.
  - `description_on_bill` string, required — Descriptive text that will appear on the bill, or in other words, customers can see this.
  - `long_description` string — Longer descriptive text for further details about the package.
  - `created_date` string, date-time — The date and time this package was added to Rev.io.
  - `created_by` integer — Foreign key identifier for the user who created this package.
  - `active` boolean — Indicates whether this package is active or not.
  - `usage_plan_group_id` integer, required — Foreign key identifier for the usage plan group associated with this package.
  - `service_type_id` integer — Foreign key identifier for the associated service type.
  - `package_category_id` integer — Foreign key identifier for the package category.
  - `exempt_from_spiff_commission` boolean — Indicates package is exempt from Spiff Commission.
  - `state_provinces` string[] — Restricts this package to a list of states and/or provinces (2-Character abbreviation).
  - `postal_codes` string[] — Restricts this package to a list of postal codes.
  - `restrict_class_flag` boolean — Indicates package has a customer class restriction.
  - `class` 'Business' | 'Residential' — Customer class package is restricted to.
  - `restrict_bill_profile_flag` boolean — Indicates package has a bill profile restriction.
  - `bill_profile_id` integer — Bill profile package is restricted to.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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