---
title: "View usage plan group plan"
method: GET
path: "/v1/UsagePlanGroupPlans/{id}"
tags: ["UsagePlanGroupPlans"]
---

# View usage plan group plan

`GET /v1/UsagePlanGroupPlans/{id}`

Find a single usage plan group plan by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsUsagePlanGroupPlan
  - `ok` boolean
  - `usage_plan_group_plan_id` integer — Primary identifier for this usage plan group / usage plan association.
  - `usage_plan_group_id` integer, required — Identifier of the usage plan group.
  - `plan_id` integer, required — Identifier of the usage plan being associated to the group.
  - `retail` boolean — Indicates whether this plan is available for retail assignment within the group.
  - `wholesale` boolean — Indicates whether this plan is available for wholesale assignment within the group.
  - `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)
