---
title: "Search commission plans"
method: GET
path: "/v1/CommissionPlans"
tags: ["CommissionPlans"]
---

# Search commission plans

`GET /v1/CommissionPlans`

Search for one or more commission plans.

## Query parameters

- `search.commission_plan_id` integer[]
- `search.description` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsCommissionPlan
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsCommissionPlan[] — List of records returned.
    - `commission_plan_id` integer — Primary identifier for this commission plan.
    - `description` string — Description of the commission plan (i.e. the name).
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

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