---
title: "List all services of a center"
method: GET
path: "/v1/Centers/{center_id}/services"
---

# List all services of a center

`GET /v1/Centers/{center_id}/services`

This API helps you to retrieve all the services that are active in a center.

You must specify the appropriate details for the `center_id` paramter in the API request.

You can also use the `expand` parameter in the API request to specify details for the `additional_info`, `catalog_info`, `category_id`, `variants_info`, `add_ons_info`, and `image_paths` parameters. The `category_id` parameter enables you to filter services according to their respective category or sub-category.

In addition, you can leverage the pagination feature by passing `page` and `size` query parameters if you have a large number of records. By default, `page` is set as 1 and `size` is set as 10. Size cannot be more than 100: which means that the maximum records per page cannot be more than 100.

## Path parameters

- `center_id` string, required

## Query parameters

- `only_add_ons` boolean
- `catalog_enabled` boolean
- `category_id` string
- `page` integer
- `size` integer
- `expand` string

## Response `200`

200

- union
  - object
    - `id` string
    - `code` string
    - `name` string
    - `description` string
    - `duration` integer
    - `recovery_time` integer
    - `price_info` object
      - `currency_id` integer
      - `sale_price` integer
      - `tax_id` string
      - `ssg` integer
      - `include_tax` boolean
      - `demand_group_id` string
    - `additional_info` object
      - `html_description` string
      - `category` object
        - `id` string
        - `name` string
      - `sub_category` object
        - `id` string
        - `name` string
      - `business_unit` object
        - `id` string
        - `name` string
    - `catalog_info` object
      - `show_in_catalog` boolean
      - `can_book` boolean
      - `show_price` boolean
      - `display_name` string
      - `display_price` string
      - `display_order` string
      - `video_url` string
    - `variants_info` object
      - `is_variant` boolean
      - `has_variant` boolean
    - `add_ons_info` object
      - `is_add_on` boolean
      - `has_add_ons` boolean
      - `add_ons_list` unknown
    - `image_paths` unknown
  - object
    - `services` object[]
      - `id` string
      - `code` string
      - `name` string
      - `description` string
      - `duration` integer
      - `recovery_time` integer
      - `price_info` object
        - `currency_id` integer
        - `sale_price` integer
        - `tax_id` string
        - `ssg` integer
        - `include_tax` boolean
        - `demand_group_id` string
      - `additional_info` unknown
      - `catalog_info` unknown
      - `variants_info` unknown
      - `add_ons_info` unknown
      - `image_paths` unknown
    - `page_info` object
      - `total` integer
      - `page` integer
      - `size` integer

---

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