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

# View usage plan

`GET /v1/UsagePlans/{id}`

Find a single usage plan by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsUsagePlan
  - `ok` boolean
  - `plan_id` integer — Primary identifier for this usage plan.
  - `description` string, required — Short description (i.e. the name).
  - `rate_method` 'STANDARD' | 'MARGIN' | 'MARKUP' — Rate calculation method for this plan.
  - `active` boolean — Indicates whether the plan can be assigned.
  - `created_date` string, date-time — Date and time this plan was created.
  - `created_by` integer — Foreign identifier indicating which user created it.
  - `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)
