---
title: "Get a single service commission"
method: GET
path: "/v1/ServiceCommissions/{id}"
tags: ["ServiceCommissions"]
---

# Get a single service commission

`GET /v1/ServiceCommissions/{id}`

Find a single servicecommission by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsServiceCommission
  - `ok` boolean
  - `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

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