---
title: "GET /api/companies/{id}/created-network-products"
method: GET
path: "/api/companies/{id}/created-network-products"
tags: ["Companies"]
---

# GET /api/companies/{id}/created-network-products

`GET /api/companies/{id}/created-network-products`

Products created by the caller's company for a network-linked brand company (`:id`). `isDropDown=true` returns the full unpaginated list (used by CSV-import validation and client-filtered dropdowns); otherwise returns a paginated, category/property-enriched list.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer
- `count` integer
- `sort` string
- `hasProductCategoryId` union
  - boolean
  - string
- `q` string
- `filter` string
- `isDropDown` union
  - boolean
  - string

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `data` object[], required
    - `id` string, required
    - `name` string
    - `code` string
    - `brandId` string
    - `brandName` string, required
    - `materials` unknown[], required
      - unknown

## Other responses

- `401` — Default Response
- `403` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
