---
title: "Find Tiered Commissions (Advanced)"
method: POST
path: "/networks/tieredcommissions/table"
tags: ["Tiered Commissions"]
---

# Find Tiered Commissions (Advanced)

`POST /networks/tieredcommissions/table`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `search_terms` object[] — Text search filters.
    - `search_type` string, required — The name of the field used for search. Only "name" is supported.
    - `value` string, required — The value to search.
  - `filters` object — Structured filters to narrow results.
    - `network_affiliate_ids` integer[] — ID of the Affiliates.
    - `network_offer_ids` integer[] — ID of the offers.
    - `network_advertiser_ids` integer[] — ID of the advertisers.

## Response `200`

- object
  - `commissions` TieredCommissionTableItem[]
    - `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.
    - `start_date` string — Start of when rule goes into effect.
    - `end_date` string — End of when rule goes into effect.
    - `period` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'global' — The tiered commissions period.
    - `network_offer_payout_revenue_id` integer — ID of the offer payout revenue.
    - `is_apply_all_affiliates` boolean — Whether the tiered commission applies to all affiliates.
    - `is_payout_enabled` boolean — Whether payout settings are enabled.
    - `payout_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'unknown' — Type of payout action.
    - `payout_value` number — The payout modifier value.
    - `is_revenue_enabled` boolean — Whether revenue settings are enabled.
    - `revenue_action` 'increase' | 'decrease' | 'flat_increase' | 'flat_decrease' | 'unknown' — Type of revenue action.
    - `revenue_value` number — The revenue modifier value.
    - `payout_goal` integer — The payout goal.
    - `revenue_goal` integer — The revenue goal.
    - `sale_amount_goal` integer — The sale amount goal.
    - `conversion_goal` integer — The conversion goal.
    - `event_goal` integer — The event goal.
    - `relationship` object — Related entities. Always returns an empty object `{}`.
    - `payout_max` integer — The maximum payout allowed.
    - `revenue_max` integer — The maximum revenue allowed.
    - `sale_amount_max` integer — The maximum sale amount allowed.
    - `conversion_max` integer — The maximum conversions allowed.
    - `event_max` integer — The maximum events allowed.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

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