---
title: "Search for one or more service commissions"
method: GET
path: "/v1/ServiceCommissions"
tags: ["ServiceCommissions"]
---

# Search for one or more service commissions

`GET /v1/ServiceCommissions`

Search for one or more servicecommissions.

## Query parameters

- `search.service_commission_id` integer[]
- `search.customer_id` integer[]
- `search.service_id` integer[]
- `search.agent_id` integer[]
- `search.tier` integer[]
- `search.commission_plan_id` integer[]
- `search.source` string[]
- `search.effective_date_start` string, date-time
- `search.effective_date_end` string, date-time
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsServiceCommission
  - `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` RevAppModelsServiceCommission[] — List of records returned.
    - `service_commission_ID` integer — Primary identifier for this service commission.
    - `customer_id` integer — Foreign identifier for the customer associated with the service commission.
    - `service_id` integer — Foreign identifier for the service associated with the service commission.
    - `agent_id` integer — Agent identifier that is associated with the service commission.
    - `tier` integer — Tier identifier associated with the service commission.
    - `commission_plan_id` integer — Associated commission plan identifier for the service commission.
    - `source` string — Source associated with the service commission.
    - `effective_date` string, date-time — The effective date associated to the service commission.
    - `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)
