---
title: "Find Custom Landing Pages (Advanced)"
method: POST
path: "/networks/custom/landingpages/table"
tags: ["Custom Landing Pages"]
---

# Find Custom Landing Pages (Advanced)

`POST /networks/custom/landingpages/table`

## Query parameters

- `page` integer
- `page_size` integer
- `relationship` 'variables' | 'all'
- `order_field` 'network_custom_landing_page_setting_id' | 'network_custom_landing_page_setting_name' | 'offer_name' | 'network_custom_landing_page_setting_status' | 'network_custom_landing_page_setting_destination_url' | 'network_custom_landing_page_setting_time_created' | 'network_custom_landing_page_setting_time_saved'
- `order_direction` 'asc' | 'desc'

## Request body

- object
  - `search_terms` object[] — Text search filters.
    - `search_type` 'name' | 'url' — The field to search on. `name` searches by setting name, `url` searches by destination URL.
    - `value` string — The search value.
  - `filters` object — Structured filters to narrow results.
    - `page_setting_status` 'active' | 'inactive' — Filter by setting status.
    - `network_offer_ids` integer[] — Filter by offer IDs.
    - `network_affiliate_ids` integer[] — Filter by affiliate IDs.
    - `network_advertiser_ids` integer[] — Filter by advertiser IDs.
    - `is_apply_all_affiliates` 'enabled' | 'disabled' — Filter by whether the setting applies to all affiliates.

## Response `200`

- object
  - `entries` object[]
    - `network_custom_landing_page_setting_id` integer
    - `network_id` integer
    - `is_apply_all_affiliates` boolean
    - `network_affiliate_ids` integer[], nullable
    - `network_offer_id` integer
    - `name` string
    - `network_offer_landing_page_id` integer
    - `description` string
    - `destination_url` string
    - `custom_setting_status` string
    - `date_valid_from` string
    - `date_valid_to` string
    - `time_created` integer
    - `time_saved` integer
    - `network_creative_ids` integer[], nullable
    - `relationship` object
      - `affiliates` object[] — Associated affiliate details. Always included when the entry has specific affiliates assigned.
        - `network_affiliate_id` integer
        - `network_id` integer
        - `name` string
        - `account_status` string
      - `offer` object — Associated offer details. Always included.
        - `network_offer_id` integer — Unique offer ID.
        - `network_id` integer — Network ID.
        - `name` string — Offer name.
        - `offer_status` string — Status of the offer.
      - `variables` object — Goal condition variables for this setting (included with `relationship=variables` or `relationship=all`).
        - `total` integer — Total number of variables.
        - `entries` object[] — List of variable conditions.
          - `network___custom___landing___page___setting___variable___id` integer — Unique variable ID.
          - `network___custom___landing___page___setting___id` integer — The parent custom landing page setting ID.
          - `comparison_method` string — How to compare the variable against the value.
          - `variable` string — The variable name (e.g. `sub1`, `sub2`).
          - `variable_value` string — The value to compare against.
          - `variable_secondary_value` string — A secondary value used with range-based comparisons.
      - `creatives` object[] — Associated creative details (included with `relationship=all`).
        - `id` integer — Creative ID.
        - `label` string — Creative label.
        - `status` string — Creative status.
  - `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/versions/39242cee0e32/schema)
