---
title: "Get All Products Group"
method: GET
path: "/product/group"
---

# Get All Products Group

`GET /product/group`

## Query parameters

- `sort` 'ASC' | 'DESC'
- `sort_by` 'product_group_name' | 'created_at'
- `page` integer
- `count` integer
- `limit` integer
- `filter.product_uid` string
- `filter.is_active` boolean
- `filter.keyword` string
- `filter.business_unit` string

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `product_group_uid` string
    - `product_group_name` string
    - `product_group_description` string
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` string
      - `home_phone_number` unknown
      - `designation` string
      - `emp_code` string
      - `prefix` string
      - `work_phone_number` unknown
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` integer
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `created_at` string
    - `product_count` integer
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400

---

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