---
title: "Get Tiered Commission"
method: GET
path: "/networks/tieredcommissions/{commissionId}"
tags: ["Tiered Commissions"]
---

# Get Tiered Commission

`GET /networks/tieredcommissions/{commissionId}`

Retrieve a single tiered commission configuration by its ID.

## Path parameters

- `commissionId` integer, required

## Response `200`

- TieredCommission — A tiered commission configuration with all computed and relational fields.
  - `network_tiered_commission_id` integer — Unique tiered commission ID.
  - `network_id` integer — Network ID.
  - `name` string — The name of the tiered commission.
  - `notes` string — Note for internal usage.
  - `status` 'active' | 'inactive' — The tiered commissions status. Can either be `active` or `inactive`.
  - `start_date` string — Start of when rule goes into effect. This can be set to a future date.
  - `end_date` string — End of when rule goes into effect.
  - `period` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'global' — The tiered commissions period. Can either be `daily`, `weekly`, `monthly`, `quarterly` or `global`.
  - `network_offer_payout_revenue_id` integer — ID of the offer payout revenue.
  - `is_apply_all_affiliates` boolean — Whether or not you want to apply the tiered commission to all affiliates. Defaults to false.
  - `network_affiliate_ids` integer[] — ID of the Affiliates.
  - `network_offer_ids` integer[] — ID of the offers.
  - `network_advertiser_ids` integer[], nullable — ID of the advertisers.
  - `is_payout_enabled` boolean — Whether or not you want to enable the payout settings. Defaults to false.
  - `payout_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'unknown' — Type of payout action. Note: sending `exact` will be stored as `unknown` — use only `increase`, `decrease`, `flat_increase`, or `flat_decrease`.
  - `payout_value` number — The payout modifier value. Required only if `is_payout_enabled` is true. Must be greater than 0.
  - `is_revenue_enabled` boolean — Whether or not you want to enable the revenue. Defaults to false.
  - `revenue_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'unknown' — Type of revenue action. Note: sending `exact` will be stored as `unknown` — use only `increase`, `decrease`, `flat_increase`, or `flat_decrease`.
  - `revenue_value` number — The revenue modifier value. Required only if `is_revenue_enabled` is true. Must be greater than 0.
  - `payout_goal` integer — The payout goal of your tiered commission.
  - `revenue_goal` integer — The revenue goal of your tiered commission.
  - `sale_amount_goal` integer — The sale amount goal of your tiered commission.
  - `conversion_goal` integer — The conversion goal of your tiered commission.
  - `event_goal` integer — The event goal of your tiered commission.
  - `relationship` object — Related entities. Always returns an empty object `{}` in practice.
  - `payout_max` integer — The maximum percentage of payout allowed.
  - `revenue_max` integer — The maximum amount of revenue allowed.
  - `sale_amount_max` integer — The maximum number of sale amount allowed.
  - `conversion_max` integer — The maximum number of conversions allowed.
  - `event_max` integer — The maximum number of events allowed.
  - `is_retroactive_payout_enabled` boolean — Whether retroactive payout adjustments are enabled.
  - `retroactive_payout_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'exact' | 'unknown' — The retroactive payout action type. Retroactive actions support `exact` in addition to the standard action types.
  - `retroactive_payout_value` number — The retroactive payout modifier value.
  - `retroactive_payout_type` 'blank' | 'cpc' | 'cpa' | 'cpm' | 'cps' | 'cpa_cps' | 'prv' | 'cpa_sku' | 'cps_sku' | 'cpa_cps_sku' | 'prv_sku' — The retroactive payout type.
  - `retroactive_payout_percentage` number — The retroactive payout percentage.
  - `is_retroactive_revenue_enabled` boolean — Whether retroactive revenue adjustments are enabled.
  - `retroactive_revenue_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'exact' | 'unknown' — The retroactive revenue action type. Retroactive actions support `exact` in addition to the standard action types.
  - `retroactive_revenue_value` number — The retroactive revenue modifier value.
  - `retroactive_revenue_type` 'blank' | 'rpc' | 'rpa' | 'rpm' | 'rps' | 'rpa_rps' | 'rpa_sku' | 'rps_sku' | 'rpa_rps_sku' — The retroactive revenue type.
  - `retroactive_revenue_percentage` number — The retroactive revenue percentage.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.

## Other responses

- `404` — Tiered commission not found.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
